ESP8266WebServer doesn't respond to requests
Posted: Sun May 24, 2015 5:04 pm
I just bought a bunch of $3 ESP-01 boards and this is my first time working with them. I'm using board module version esp8266-1.6.4-673-g8cd3697.
Sketches using ESP8266WebServer start with the expected messages on the serial console. I am able to connect to the device on port 80 initially, but it does not respond to any requests. After the first connection, any attempts to connect to port 80 time out even after I close the first connection. The device remains on the network and still responds to pings, so it's not completely dead.
This happens with all of the example sketches, including HelloServer and WifiWebServer. Any idea if I'm doing something wrong?
Sketches using ESP8266WebServer start with the expected messages on the serial console. I am able to connect to the device on port 80 initially, but it does not respond to any requests. After the first connection, any attempts to connect to port 80 time out even after I close the first connection. The device remains on the network and still responds to pings, so it's not completely dead.
This happens with all of the example sketches, including HelloServer and WifiWebServer. Any idea if I'm doing something wrong?