Storing WiFi Configuration On Your ESP8266 Using The EEPROM Library Made Simple Part 2

Опубликовано: 28 Ноябрь 2017
на канале: The Arduino Maker Man
2,813
66

This is Part 2 of a 2 part tutorial that will simplify the way you can store your WiFi configuration on an ESP8266 using the EEPROM library. With this knowledge you can then build Internet Of Things (IOT) projects that can be configured by web form. This will enable to change passwords or IP configuration when needed without having to recompile your sketch.

In part 2 you will learn howto read information "your stored in memory in part one" out of memory. How to use it to configure your IOT device to connect to your WiFi network, and make it user configurable by combining Part 1 and 2 in one sketch

Link to the accompanying blog: http://www.thearduinomakerman.info/bl...
Link to Part one Of Tutorial:
   • Storing WiFi Configuration On Your ES...  
Link to Facebook Page:   / arduinomakerman  
Intro section 0:00
Section 11:38 min
Section 2 4:50 min
Section 3 16:54 min