-->
Page 1 of 1

ESP serving web page with Steel series gauges

PostPosted: Tue Jan 08, 2019 3:26 pm
by damo1023
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

Re: ESP serving web page with Steel series gauges

PostPosted: Thu Jan 10, 2019 1:49 pm
by ian
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