DA14681 Sleep wakeup time

2 posts / 0 new
Last post
benvivo
Offline
Last seen:4 years 4 weeks ago
Joined:2017-01-24 02:05
DA14681 Sleep wakeup time

What is the typical time for the DA14681 to wake up from deep sleep, run a single ADC conversion, and go back to sleep?

Keywords:
Device:
MT_dialog
Offline
Last seen:4 days 19 hours ago
Staff
Joined:2015-06-08 11:34
嗨benvino,

嗨benvino,

The deep sleep scenario is obsolete in the new SDK only the extended and the hibernation is supported, regarding the extended sleep, the amount of time that the device takes to wake up and execute the first line of code i measure it less than 1ms with a logic analyser, there is no characterized measurement for the use case that you are mentioning but you could measure the amount of time that you are interested in by toggling GPIO's and measuring the wake up time and how long your code takes to make to ADC measurement.

Thanks MT_dialog