Post topics, source code that relate to the Arduino Platform

User avatar
By damo1023
#79951 Hello,


has anyone used Steel series gauges with esp acting as a web server?

I am total noob at html programming and serving web pages - I know just know to serve simple html page. Things with steel series are more complicated, since you have to include .js libraries etc.

I am using ESP8266 and arduino IDE.

I could really use some guidance or simple example.

Thank you!


Damo
User avatar
By ian
#79996 Hi Damo

You should probably start with a SPIFFS web server. It works like a regular server so javascript etc isn't an issue.
see: http://www.myiot.co.uk/wemos/#real

I think the gauges you reference use jquery so they may not work if you don't have an internet connection.

I've used similar gauges. I'll find you something if you're stuck.

Ian