ESP8266 Developer Zone The Official ESP8266 Forum 2016-08-29T11:02:42+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=707 2016-08-29T11:02:42+08:00 2016-08-29T11:02:42+08:00 https://bbs.espressif.com:443/viewtopic.php?t=707&p=9658#p9658 <![CDATA[Re: Anyway to speed up the boot up time]]> https://github.com/pvvx/SDKnoWiFi, it does not seem like a hardware limitation.

But this post at http://www.esp8266.com/viewtopic.php?f=6&t=9653&hilit=deep+sleep+wake+up+time shows that deep sleep wake up times using the deep sleep API is >200 ms. So, I guess there's no way to further reduce the wake up time (without building some other binary)?

Statistics: Posted by Guest — Mon Aug 29, 2016 11:02 am


]]>
2016-08-27T15:39:10+08:00 2016-08-27T15:39:10+08:00 https://bbs.espressif.com:443/viewtopic.php?t=707&p=9640#p9640 <![CDATA[Re: Anyway to speed up the boot up time]]> Statistics: Posted by Guest — Sat Aug 27, 2016 3:39 pm


]]>
2016-08-25T21:13:37+08:00 2016-08-25T21:13:37+08:00 https://bbs.espressif.com:443/viewtopic.php?t=707&p=9623#p9623 <![CDATA[Re: Anyway to speed up the boot up time]]> Statistics: Posted by Guest — Thu Aug 25, 2016 9:13 pm


]]>
2016-08-24T14:54:39+08:00 2016-08-24T14:54:39+08:00 https://bbs.espressif.com:443/viewtopic.php?t=707&p=9602#p9602 <![CDATA[Re: Anyway to speed up the boot up time]]>
Q : How to short the booting time (include awakened from deep sleep) ?
A : RF will do self-calibration by default during booting. But since esp_iot_sdk_v1.3.0, users can
configure RF to do calibration only at the first-time power-on, and store the calibration parameters
into the flash, so that they don’t need to calibrate RF again when the chip is booting up.

I have an ESP12F and put esp_init_data_default.bin at 0x3FC000 but there was no difference in boot up times.

Statistics: Posted by Guest — Wed Aug 24, 2016 2:54 pm


]]>
2016-08-24T14:21:44+08:00 2016-08-24T14:21:44+08:00 https://bbs.espressif.com:443/viewtopic.php?t=707&p=9600#p9600 <![CDATA[Re: Anyway to speed up the boot up time]]> Statistics: Posted by Guest — Wed Aug 24, 2016 2:21 pm


]]>
2015-07-14T11:28:57+08:00 2015-07-14T11:28:57+08:00 https://bbs.espressif.com:443/viewtopic.php?t=707&p=2659#p2659 <![CDATA[Re: Anyway to speed up the boot up time]]> Thanks for your information.
As you know, we have provided such API for deep-sleep.
However, you apply the external circuit to do power gating, rather than deep-sleep.

We will provide the API for your case as soon as we finish the testing.

Statistics: Posted by Helios — Tue Jul 14, 2015 11:28 am


]]>
2015-07-14T11:23:52+08:00 2015-07-14T11:23:52+08:00 https://bbs.espressif.com:443/viewtopic.php?t=707&p=2658#p2658 <![CDATA[Re: Anyway to speed up the boot up time]]> The RF calibration after booting need not stop software and will not affect the sleep processes.
No problem to do deep-sleep per 1S.

Statistics: Posted by Helios — Tue Jul 14, 2015 11:23 am


]]>
2015-07-14T09:37:59+08:00 2015-07-14T09:37:59+08:00 https://bbs.espressif.com:443/viewtopic.php?t=707&p=2655#p2655 <![CDATA[Re: Anyway to speed up the boot up time]]> For our case, it is crucial that we can turn off the RF calibration part during startup.
Basically, we have a sensor attached to this system. When power on, we check the sensor status, and only when the status changed, it reports to server, otherwise, it will be turned off by external power gate. By doing so, we achieved the best power usage scenario.
Please do help us with a new API for this.

Statistics: Posted by wanqiu — Tue Jul 14, 2015 9:37 am


]]>
2015-07-14T06:10:17+08:00 2015-07-14T06:10:17+08:00 https://bbs.espressif.com:443/viewtopic.php?t=707&p=2654#p2654 <![CDATA[Re: Anyway to speed up the boot up time]]> Statistics: Posted by tve — Tue Jul 14, 2015 6:10 am


]]>
2015-07-14T01:13:11+08:00 2015-07-14T01:13:11+08:00 https://bbs.espressif.com:443/viewtopic.php?t=707&p=2652#p2652 <![CDATA[Re: Anyway to speed up the boot up time]]> Statistics: Posted by Helios — Tue Jul 14, 2015 1:13 am


]]>
2015-07-13T23:57:59+08:00 2015-07-13T23:57:59+08:00 https://bbs.espressif.com:443/viewtopic.php?t=707&p=2651#p2651 <![CDATA[Re: Anyway to speed up the boot up time]]> Statistics: Posted by tve — Mon Jul 13, 2015 11:57 pm


]]>
2015-07-13T21:32:29+08:00 2015-07-13T21:32:29+08:00 https://bbs.espressif.com:443/viewtopic.php?t=707&p=2644#p2644 <![CDATA[Re: Anyway to speed up the boot up time]]> Statistics: Posted by Helios — Mon Jul 13, 2015 9:32 pm


]]>
2015-07-13T16:28:39+08:00 2015-07-13T16:28:39+08:00 https://bbs.espressif.com:443/viewtopic.php?t=707&p=2638#p2638 <![CDATA[Re: Anyway to speed up the boot up time]]> When ESP8266 wake up from deep-sleep, the SDK provide the options to disable RF initilization.

Could you kindly try the deep-sleep options? Check whether the booting time is good enough for your applications.
system_deep_sleep_set_option(4); // don't enable RF module
or
system_deep_sleep_set_option(2); // don't enable RF calibration

Statistics: Posted by Helios — Mon Jul 13, 2015 4:28 pm


]]>
2015-07-08T09:40:01+08:00 2015-07-08T09:40:01+08:00 https://bbs.espressif.com:443/viewtopic.php?t=707&p=2558#p2558 <![CDATA[Anyway to speed up the boot up time]]> Is there any possibility that we can configure which modules to be initialised during boot up so that we can speed up the boot up time.
For example, we might not need to initialise the RF module during boot up?

Statistics: Posted by wanqiu — Wed Jul 08, 2015 9:40 am


]]>