ESP8266 Developer Zone The Official ESP8266 Forum 2017-07-15T06:41:11+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=5319 2017-07-15T06:41:11+08:00 2017-07-15T06:41:11+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5319&p=14592#p14592 <![CDATA[View first unread post]]>
Видела тут интересный мастурбатор, я нередко в командировке, вот хочу своему парню купить, как считаете это помогает избежать измены?

Statistics: Posted by NormaVen — Sat Jul 15, 2017 6:41 am


]]>
2017-07-08T18:31:52+08:00 2017-07-08T18:31:52+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5319&p=14455#p14455 <![CDATA[Re: ESP8266 quick power down for battery operated appication]]>
system_deep_sleep_set_option(2); // Wake with No RF CAL
system_deep_sleep_instant(6000000);

which trimmed off 96ms from the end... exactly what I wanted, however now RF_CAL seems to be occurring on every wakeup despite the fact I'm setting it to be off. That's a big power spike which I don't want.

I'm not having any luck with Espressif tech support getting back to me so any suggestions welcome.

P.S. system_deep_sleep_set_option(4); does work in that it turns off the RF altogether, so there seems to be a bug with system_deep_sleep_set_option(2);

P.P.S. I also wrote esp_init_data_setting.bin to 0x3fc000 on a Wemos d1 mini board

070517_1Ohm_50mvDiv_3.0V_2.3.0_InstantSleep.png

Statistics: Posted by wb8wka — Sat Jul 08, 2017 6:31 pm


]]>
2017-06-28T15:02:38+08:00 2017-06-28T15:02:38+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5319&p=14249#p14249 <![CDATA[Re: ESP8266 quick power down for battery operated appication]]> http://www.espressif.com/en/support/download/documents

Statistics: Posted by Her Mary — Wed Jun 28, 2017 3:02 pm


]]>
2017-06-26T16:57:52+08:00 2017-06-26T16:57:52+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5319&p=14207#p14207 <![CDATA[ESP8266 quick power down for battery operated appication]]>


wifi_set_channel(11);
delay(2); // Delay in MS
wifi_send_pkt_freedom(packet, 68, 0); // (Send 6 times)
ESP.deepSleep(6000000, WAKE_NO_RFCAL); // Sleep for 6 seconds, WAKE_RF_DEFAULT

061517_1Ohm_100mvDiv.png

Statistics: Posted by wb8wka — Mon Jun 26, 2017 4:57 pm


]]>