Close

Configuration Manager

A project log for ESP8266 IoT Framework

In this project I make a framework for new ESP8266 projects, implementing HTTPS requests, a React web interface and a configuration manager

maakbaasMaakbaas 05/24/2020 at 14:250 Comments

No matter what function your ESP8266 might have, it is quite likely that you want to change some settings or parameters while the device is in use. Like for example the speed of a motor, or the color of a LED. The configuration manager presented here provides a method to easily define these tuneable parameters in a JSON file. The code to change parameters from the browser and store them into EEPROM memory is generated automatically.

Full log (Maakbaas.com)

Discussions