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

Опубликовано: 20 Ноябрь 2017
на канале: The Arduino Maker Man
10,776
156

This tutorial is part 1 of 2 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 1 we learn how to write the information to your IOT project, part 2 will teach you how to read this information out of memory and configure your IOT project so it can connect to your WiFi router.
Link to the accompanying blog: http://www.thearduinomakerman.info/bl...
Link to Facebook Page:   / arduinomakerman  
Intro section 0:00
Section 1 3:47 min
Section 2 8:48 min
Section 3 16:08