-->
Page 5 of 7

Re: ESP-03 module reset pin

PostPosted: Wed Jan 07, 2015 2:00 pm
by hansaya
Did anyone ran the chip for long period of time? I noticed the chip randomly holds on deepsleep mode after few days. This happened two times now and idk why. When i reset the chip using RST pin it works again. :geek:. I use the 400ohm resistor between GPIO16 and RST, 400ohm could be too big and i might have to lower it down to 200. Let me know if anyone experience the same issue.

P.S I found these power supplies and im going to test them out so i can plug this in to the wall and make enclosure for it.

http://www.ebay.com/itm/400761809788?_trksid=p2059210.m2749.l2649&var=670305530456&ssPageName=STRK%3AMEBIDX%3AIT

Re: ESP-03 module reset pin

PostPosted: Wed Jan 07, 2015 2:12 pm
by alonewolfx2
hansaya wrote:Did anyone ran the chip for long period of time? I noticed the chip randomly holds on deepsleep mode after few days. This happened two times now and idk why. When i reset the chip using RST pin it works again. :geek:. I use the 400ohm resistor between GPIO16 and RST, 400ohm could be too big and i might have to lower it down to 200. Let me know if anyone experience the same issue.

P.S I found these power supplies and im going to test them out so i can plug this in to the wall and make enclosure for it.

http://www.ebay.com/itm/400761809788?_trksid=p2059210.m2749.l2649&var=670305530456&ssPageName=STRK%3AMEBIDX%3AIT

i am using 0 ohm resistor and i tested 5 days and its working well.

Re: ESP-03 module reset pin

PostPosted: Sat Jan 10, 2015 12:05 pm
by hansaya
alonewolfx2 wrote:
hansaya wrote:Did anyone ran the chip for long period of time? I noticed the chip randomly holds on deepsleep mode after few days. This happened two times now and idk why. When i reset the chip using RST pin it works again. :geek:. I use the 400ohm resistor between GPIO16 and RST, 400ohm could be too big and i might have to lower it down to 200. Let me know if anyone experience the same issue.

P.S I found these power supplies and im going to test them out so i can plug this in to the wall and make enclosure for it.

http://www.ebay.com/itm/400761809788?_trksid=p2059210.m2749.l2649&var=670305530456&ssPageName=STRK%3AMEBIDX%3AIT

i am using 0 ohm resistor and i tested 5 days and its working well.

When you use 0 ohn resistor you can't use it with ftdi to ground the rst line

Re: ESP-03 module reset pin

PostPosted: Thu Jan 15, 2015 5:42 am
by helix
Helllo,

I have an ESP-03 module flashed with NodeMCU. I tried calling the node.dsleep("1000") function and the unit slept but would not reset, a manual reset of the module was required.

I have since soldered the pads close to VCC as suggested (with a solder bridge, no resistor) but now when calling node.dsleep("1000") the unit hard resets immediately, it does not respect the time ( 1 second )

Any ideas what I may be doing wrong?