Chat freely about anything...

User avatar
By hansaya
#6588 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
User avatar
By alonewolfx2
#6591
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.
User avatar
By hansaya
#6911
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
User avatar
By helix
#7347 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?