The use of the ESP8266 in the world of IoT

User avatar
By bkenobi
#60867 I've been able to get to the AP setup screen by uncommenting the 2 sets of lines in the wifi_setup function (line 100 and 110-114). This allows me to select the SSID of the router/AP. However, once I connect to the router/AP (as seen from the serial monitor and on the router itself), I cannot load a page on the ESP. For some reason, it appears the ESP isn't making a web page available. I've been trying for a couple weeks and at this point don't see much room for progress. :(
User avatar
By bkenobi
#62361 I gave up on that code since many attempts led to the same result. I was able to get further with EasyESP which seems to have a similar approach. I think I had to enable a password on the router to get that one working. I did not do anything with either code after these initial tests due to minimal progress under stock configurations.