The use of the ESP8266 in the world of IoT

User avatar
By bkenobi
#60111 I'm no expert on ESP and have been plugging away at figuring this stuff out. It looks like the "*WM: " lines are debug text spit out of the wifi manager. I'm not sure how to change it, but it appears that the GW settings are stored in EEPROM. I don't know how to purge that to get it back to a default configureation so it will run like the documentations suggests so right now I'm stuck. I'll keep playing/reading, but I don't think I'll make much more progress without a hint. ;)
User avatar
By gdsports
#60180 If you want to see the WiFiManger screens, turn your WiFi router off, then power up the ESP8266. WM will not find the pre-configured router SSID so it will go into AP mode. Enter your SSID/password then turn the router back on.
User avatar
By bkenobi
#60219 I changed the SSID of my router and tried the sketch again. This time it didn't do anything (didn't connect and didn't offer an AP).

Code: Select allRFM69 WiFi Gateway
External System
connected
MDNS.begin failed
Connect to http://rfm69gw1.local or http://0.0.0.0

Listening at 915 91 MHz
Attempting MQTT connection...failed, rc=-2 try again in 2 seconds
Attempting MQTT connection...failed, rc=-2 try again in 2 seconds
Attempting MQTT connection...


I must be missing something. Maybe I should be asking the author if the sketch hasn't been used much here.
User avatar
By bkenobi
#60225 In a last ditch effort, I was able to get the AP working by uncommenting a few lines of code in the wifi_setup function. I still can't get past that point, but at least I made a small bit of progress. :roll: