I have a working WeatherStationClassic & Color. Received ESPaper today. Upated settings.h and compiled and uploaded ok. Have tried multiple known working APs and SSIDs, but cannot get ESPaper to connect. I added a little debugging in the ConnectWiFi() procedure to print out WiFi.Status and increased the number of tries to 30 from 20 .. this is what I get ..
⸮⸮***********set register Start**********
***********set register end**********
Loading config
Failed to open config file
State: 1
[NetgearWAC510][password-here]6.6.6.6.6.6.6.6.6.6.6.6.6.6.6.6.6.6.1.1.1.1.1.1.1.1.1.1.1.1.1Could not connect to WiFi
Writing buffer
full init
***********set register Start**********
***********set register end**********
Going to sleep
It looks like 6 means WL_DISCONNECTED (=if module is not configured in station mode) and
1 means WL_NO_SSID_AVAIL (=in case configured SSID cannot be reached).
If I enter Config mode I do see the display to Connect to SSID ESPaperConfig and then browse to 192.168.4.1 (and I see HTTP Server Started on the serial port). However, the SSID is *not* being broadcast and cannot be seen by anything else.
So. The WiFi is not working. Any suggested debugging steps? This is the limit of my ability!
Thanks :)