-->
Page 1 of 1

ESP webpage with Gauges

PostPosted: Sat Oct 15, 2022 8:30 am
by Luc Volders
Tutorial on my web-log to build a webpage running on the ESP (ESP8266 or ESP32) with a
gauge that shows the temperature. Can be fully customized.

Gaugescreen01kl.jpg


I am using a DS18B20 temperature sensor, but you can exchange the code for any sensor or reading you like.

Tutorial and program source code in Arduino IDE on my weblog:
http://lucstechblog.blogspot.com/2019/11/esp-webpage-with-gauges.html

Re: ESP webpage with Gauges

PostPosted: Sun Oct 16, 2022 2:38 am
by rooppoorali
I am trying to understand how you managed to draw the gauge meter icon. Was the task done by the String getPage() function?