-->
Page 4 of 19

Re: Storing and reading ssid/pass from eeprom, AP to config

PostPosted: Tue Jun 09, 2015 8:15 am
by Sirionnetworks
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

Re: Storing and reading ssid/pass from eeprom, AP to config

PostPosted: Tue Jun 16, 2015 5:06 pm
by prutspapa
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 ?

Re: Storing and reading ssid/pass from eeprom, AP to config

PostPosted: Wed Jun 17, 2015 3:33 pm
by alextu
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

Re: Storing and reading ssid/pass from eeprom, AP to config

PostPosted: Wed Jun 17, 2015 3:35 pm
by alextu
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