The following implementation using an ESP8266 module and a temperature sensor ds18b20 allows the configuration and sending of data to Emoncms without requiring to modify or edit a line of code, facilitating the creation of parameterizable applications. After testing the Wifimanager libraries, which allow an agile configuration of the network credentials and additionally allow to…
Category: WifiManager
Library for Arduino IDE for modules esp8266 that enables a web portal to facilitate the configuration of Network credentials and additionally allows to add and / or parameterize more functions.
Full Information: WifiManager GitHub by Tzapu
Full Information: WifiManager GitHub by Ken Taylor
Test
In PDAControl we will integrate WifiManager to other applications created earlier example:
WifiManager + Emoncms
Introduction library WifiManager
The main disadvantage is to configure the network credentials in a esp8266 without requiring to modify and download the firmware again, I have tested with several methods to dynamically store the SSID and PASSWORD of a network. In the case of the esp8266 programmed in Arduino IDE for some time I have seen a proposal…