-->
Page 1 of 2

CH_PD or RST - how to reset

PostPosted: Fri Jun 19, 2015 5:50 pm
by Atlantis
What is a proper way to reset ESP8266 module? Should I use RST o CH_PD pin? Both of them connected to GND perform reset, but if I use RST, message "MEM CHECK FAIL!!!" appears after boot. It doesn't happen alert using CH_PD. Why?

Re: CH_PD or RST - how to reset

PostPosted: Fri Jun 19, 2015 11:45 pm
by tytower
Thats interesting to know . CH_PD is the enable chip pin I think .On the datasheet it is refered to as CHIP_PD So enable it on or enable it not.
Reset is the full power up thing . I usually just power off and on on the Vcc

Re: CH_PD or RST - how to reset

PostPosted: Tue Nov 17, 2015 1:45 pm
by Charly86
Hi guys,

I've just wrote an article on this point, may be worth reading
http://hallard.me/esp8266-autoreset/

Re: CH_PD or RST - how to reset

PostPosted: Mon Nov 23, 2015 12:32 pm
by Venkatesh
Charly86 wrote:Hi guys,

I've just wrote an article on this point, may be worth reading
http://hallard.me/esp8266-autoreset/


Hey Charly... thank you. Yeah I read that article couple of days back. I think it was posted somewhere in twitter too.