code:
#include <WiFiClient.h>
#include <EEPROM.h>
#include <ESP8266mDNS.h>
#include <WiFiManager.h>
WiFiManager wifi(0);
void setup() {
Serial.begin(115200);
delay(10);
Serial.println();
Serial.println("INIT");
wifi.autoConnect("AP_FOR_CONF");
Serial.println("DONE");
}
void loop() {
}
INIT
AutoConnect
Reading EEPROM SSID
SSID:
[00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00]
Reading EEPROM Password
Password:
[00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00]
Waiting for Wifi to connect
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Could not connect to WiFi
Started Soft Access Point
WiFi connected
0.0.0.0
192.168.4.1
mDNS responder started
Server started
New client
Request:
/
scan done
HERE A LIST OF APs (12psc)
Sending config page
Done with client
HelloServer example (in AP mode) works well without any timeout
SDM Energy Meter: https://github.com/reaper7/SDM_Energy_Meter
MLEDScroll (TM1640 led matrix): https://github.com/reaper7/MLEDScroll