Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By Sirionnetworks
#19921
alextu wrote:hi guys,
i hope you don't mind but i drew inspiration from the above and made a library of it that does all the setting up and connecting and eeprom saving.

this is my first attempt at such thing and i am sure there are a million things that i have done wrong, but seems to work fine for me so far. I have quite a few more plans for it if people actually find it useful

cheers


Hi alextu , do you wish to share your library?, very interested in this
User avatar
By prutspapa
#20636
hi guys,
i hope you don't mind but i drew inspiration from the above and made a library of it that does all the setting up and connecting and eeprom saving.

this is my first attempt at such thing and i am sure there are a million things that i have done wrong, but seems to work fine for me so far. I have quite a few more plans for it if people actually find it useful

cheers


Hi Alextu,

I'm very interested in your library too ! Do you mind sharing ?
User avatar
By alextu
#20734 hi guys, sorry. somehow it seems i didn t post the link

here it is:
https://github.com/tzapu/WiFiManager

there seems to be a bug with eeprom being overwritten on esp01, for me on esp12/nodemcu seems to work fine so far
https://github.com/esp8266/Arduino/issues/414

hope this helps
User avatar
By alextu
#20735
cal wrote:Moin,

what is the eeprom? Where is it located? What is it normally being used for on the esp?

Cal


hi, thee eeprom is a nonvolatile memory where you can save and read stuff between restarts. in the case of the esp it s written on the flash chip, same as everything else