-->
Page 2 of 2

Re: Serial COnnection isn ot being established

PostPosted: Thu Sep 03, 2015 12:12 pm
by kenn
Other things to check:
- how are you powering the ESP8266?
- use a voltmeter to confirm that GPIOs 0, 2, 15 and RST have been pulled up or down as required
- is your Prolific USB - serial adaptor 5v or 3.3v? If it's 5v, have you put a divider or other interface on the RX pin so you're not pushing a 5v signal into the ESP? 5v in can potentially kill the ESP.
- if you can get your hands on an oscilloscope, you can monitor the TX out from your ESP to see whether there's a burst of serial when it starts up. Also useful for checking all levels, looking for serial from the interface etc.

Not much more to suggest... I haven't yet had serial failure in 9 months and several ESP8266 modules.

Re: Serial COnnection isn ot being established

PostPosted: Thu Sep 03, 2015 12:32 pm
by Barnabybear
Hi, most ESPs need GPIO 2 (& GPIO 0 should be as well) pulled up using a resistor (1K->10K work fine) not directly connected to Vcc.