-->
Page 1 of 22

ESP8266 with easy webconfig

PostPosted: Thu Jul 16, 2015 8:41 am
by proteus74
Hi,

for those, who are interested:
I've build an easy webconfig system for the ESP.

Features :
    Easy configuration of IP-Address, Netmask, Gateway, SSID and password for your router
    Build-In NTP Client (especially when you want to build a clock), with timezome and daylight saving support
    Realtime clock structure for having a convinient way to access the date/time
    Turn On/Off things at a given time (e.g. for lamps)
    Administration-page will not be accessible after a given time in ESP AP-Mode
    Simple AJAX Support (microajax)
    HTML pages can be added in a differnt (.h-) file and are stored in Progmem.

http://www.john-lassen.de/index.php/pro ... -webconfig

Feel free to use it in your projects.

proteus74


+++++++++ UPDATES ++++++++++++

2015-07-20
I changed the loading of the css and js files. Now they will be loaded sequentielly, so there will be only one request at a time to the ESP.

2015-07-17
Now the WebConfig supports special chars in the ssid and password (Urldecode).

Re: ESP8266 with easy webconfig

PostPosted: Thu Jul 16, 2015 11:59 am
by SwiCago
Nice contribution, with very useful progmem and eeprom examples.

Re: ESP8266 with easy webconfig

PostPosted: Thu Jul 16, 2015 3:44 pm
by sporadic
This is pretty slick, well done!

Re: ESP8266 with easy webconfig

PostPosted: Thu Jul 16, 2015 4:23 pm
by danbicks
Awesome work, this forum just gets better and better.

Well done mate

Dans