-->
Page 1 of 2

ESP8266WebServer doesn't respond to requests

PostPosted: Sun May 24, 2015 5:04 pm
by trisk
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?

Re: ESP8266WebServer doesn't respond to requests

PostPosted: Mon May 25, 2015 12:14 pm
by Stoney
the power supply is usually the first port of call for failures with these. not only a regulator but also a decent filter capacitor the 3.3v line.
I had issues with projects that worked fine on a breadboard but failed after a while on a smaller filter capacitor.

Re: ESP8266WebServer doesn't respond to requests

PostPosted: Mon May 25, 2015 1:29 pm
by kolban
Is there a capacitor value you might recommend?

Re: ESP8266WebServer doesn't respond to requests

PostPosted: Mon May 25, 2015 4:20 pm
by trisk
Hm, I've tried both a dedicated breadboard power supply (which I think has a 100uF cap) and the 3.3V line from my USB TTL serial interface. The issue is consistently reproducible and only seems to affect TCP. I loaded nodemcu onto the chips and wrote a simple web server and that seems to be working fine even while driving GPIO pins.