Close

WiFi 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/16/2020 at 09:340 Comments

A crucial component for the ESP8266 IoT framework is a WiFi manager. It is not difficult to connect an ESP8266 to a WiFi network with the standard Arduino libraries if you manually enter your credentials in your code. But of course that is not how we want to approach it here. The WiFi manager should allow the user to enter the right WiFi details in the browser, and try to connect to that network automatically.

Full log (Maakbaas.com)

Discussions