Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By PIOTRD
#51661 Hi Guys,

Am reading and testing my esp8266-12E chip. Got it to show AP where i can enter my ssid and pwd. Is there a way I can add an extra field on AP webpage to enter and store a thingspeak API key on eeprom or other memory? I am a noob so am not able to code this myself.

hope you have a suggestion!
User avatar
By darethehair
#69956
PIOTRD wrote:Hi Guys,

Am reading and testing my esp8266-12E chip. Got it to show AP where i can enter my ssid and pwd. Is there a way I can add an extra field on AP webpage to enter and store a thingspeak API key on eeprom or other memory? I am a noob so am not able to code this myself.

hope you have a suggestion!


Old thread, but I wanted to let you know that I had the same challenge, and solved it by prompting for -- and writing -- the values I am interested in storing (e.g. Thingspeak API) in a file, which I then use later. If you want more details, just ask :)