Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By chriscook8
#14634 https://github.com/chriscook8/esp-arduino-apboot

This reads from eeprom to get SSID and password information. Then trys to connect to it. If it doesn't work, or no SSID is found it boots into a AP mode hosting a configuration webpage.

First pass on this task anyway.

Chris
User avatar
By CheapB
#14657
chriscook8 wrote:https://github.com/chriscook8/esp-arduino-apboot

This reads from eeprom to get SSID and password information. Then trys to connect to it. If it doesn't work, or no SSID is found it boots into a AP mode hosting a configuration webpage.

First pass on this task anyway.

Chris


Thanks for posting! I have not tried it yet, but this is super useful when you are moving the ESP to different environments. I wonder if it is possible to use the intended config store instead of the EEPROM store at some point, but this is a great start..