ESP8266-01 won't wake up from deep sleep
Posted: Sun Aug 14, 2016 9:54 am
Hello
I'm making a simple temperature logger on Sparkfun ESP8266-01 and to extend battery life I need deep sleep mode
So as I`ve read there no hardware support of deep sleep on this board, but it can be established with some soldering skills. I`ve soldered a wire between GPIO16 and Reset, wrote a program with ESP.deepSleep(20000000) in it and expected it to wake up in 20sec. But after 20 seconds ESP sends only some symbols and that`s all
Could you please help me with this problem?
Thanks in advance
I'm making a simple temperature logger on Sparkfun ESP8266-01 and to extend battery life I need deep sleep mode
So as I`ve read there no hardware support of deep sleep on this board, but it can be established with some soldering skills. I`ve soldered a wire between GPIO16 and Reset, wrote a program with ESP.deepSleep(20000000) in it and expected it to wake up in 20sec. But after 20 seconds ESP sends only some symbols and that`s all
Code: Select all
WiFi connected
IP address:
192.168.44.69
Temperature: 24.06
Requesting URL: /objects/?script=espdata&idesp=esptest&dhtt1=24.06
HTTP/1.1 200 OK
Date: Sun, 14 Aug 2016 14:44:32 GMT
Server: Apache/2.4.10 (Debian)
Content-Length: 0
Connection: close
Content-Type: text/html; charset=utf-8
closing connection
Good night
0‚~–4‡
Could you please help me with this problem?
Thanks in advance