Comments on: ESP8266 DS18B20 Temperature Sensor with Arduino IDE (Single, Multiple, Web Server) https://randomnerdtutorials.com/esp8266-ds18b20-temperature-sensor-web-server-with-arduino-ide/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Thu, 19 Jun 2025 12:07:37 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Tom https://randomnerdtutorials.com/esp8266-ds18b20-temperature-sensor-web-server-with-arduino-ide/#comment-1059063 Thu, 19 Jun 2025 12:07:37 +0000 http://randomnerdtutorials.com/?p=25036#comment-1059063 ]]> In reply to Sara Santos.

Thanks 👍

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-ds18b20-temperature-sensor-web-server-with-arduino-ide/#comment-1059043 Thu, 19 Jun 2025 09:48:16 +0000 http://randomnerdtutorials.com/?p=25036#comment-1059043 In reply to Tom.

Hi.
You can use this tutorial as a reference: https://randomnerdtutorials.com/esp32-esp8266-dht-temperature-and-humidity-oled-display/
You need to change the sensor.

Regards,
Sara

]]>
By: Tom https://randomnerdtutorials.com/esp8266-ds18b20-temperature-sensor-web-server-with-arduino-ide/#comment-1059019 Thu, 19 Jun 2025 07:41:52 +0000 http://randomnerdtutorials.com/?p=25036#comment-1059019 In reply to Tom.

Any News please?

]]>
By: Donald https://randomnerdtutorials.com/esp8266-ds18b20-temperature-sensor-web-server-with-arduino-ide/#comment-1059015 Thu, 19 Jun 2025 07:15:34 +0000 http://randomnerdtutorials.com/?p=25036#comment-1059015 Hi Sara thanks for the links, after many hours I have been able to achieve my goal.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-ds18b20-temperature-sensor-web-server-with-arduino-ide/#comment-1055339 Fri, 06 Jun 2025 09:50:32 +0000 http://randomnerdtutorials.com/?p=25036#comment-1055339 In reply to Donald.

Hi.
We don’t have any tutorials for bar charts.
You can use chart.js library, like we do in this tutorial: https://randomnerdtutorials.com/esp32-plot-readings-charts-multiple/
But, use this bar graph example as a reference: https://www.chartjs.org/docs/latest/samples/bar/horizontal.html

Regards,
Sara

]]>
By: Donald https://randomnerdtutorials.com/esp8266-ds18b20-temperature-sensor-web-server-with-arduino-ide/#comment-1055060 Thu, 05 Jun 2025 21:29:06 +0000 http://randomnerdtutorials.com/?p=25036#comment-1055060 Hi Sara I would like a horizontal bar graph, possibly from xy coordinates if possible.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-ds18b20-temperature-sensor-web-server-with-arduino-ide/#comment-1054948 Thu, 05 Jun 2025 09:56:00 +0000 http://randomnerdtutorials.com/?p=25036#comment-1054948 In reply to Donald.

Hi.
Can you be a little more specific about what you want to achieve?
You want to display a different type of graph/chart?
Regards,
Sara

]]>
By: Donald https://randomnerdtutorials.com/esp8266-ds18b20-temperature-sensor-web-server-with-arduino-ide/#comment-1054731 Wed, 04 Jun 2025 23:14:36 +0000 http://randomnerdtutorials.com/?p=25036#comment-1054731 I have been a recipient of your regular emails for many years, it is only recently that I have the time to try some of your great tutorials. I have the ESP8266 web server running but have run into a problem trying to make a horizontal graph point read from an interger value in the esp.
I dont really want a bar graph but that would do. I seem to have got lost in the code somewhere.
Do you have any tutorials along this line?

]]>
By: Hans https://randomnerdtutorials.com/esp8266-ds18b20-temperature-sensor-web-server-with-arduino-ide/#comment-1016164 Thu, 13 Mar 2025 13:27:22 +0000 http://randomnerdtutorials.com/?p=25036#comment-1016164 Hello Sara,
saw your excellent example just by chance and wondered about your code snippet inside the loop.
In case of asynchronous webservers I made very bad experience with independent loop programming because of possible timing conflicts, expecially in RGB-LED controlling. I got not only an occasionally delayed response but sometimes even uncontrolled and awful rebooting. So as a rule of thumb I never touch the loop in an asynchronous webserver.
Thanks for any comments.
Hearty regards from Germany
Hans

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-ds18b20-temperature-sensor-web-server-with-arduino-ide/#comment-976228 Sat, 26 Oct 2024 17:27:26 +0000 http://randomnerdtutorials.com/?p=25036#comment-976228 In reply to Stefan.

Hi.
Thanks.
It’s fixed now.
Regards,
Sara

]]>