2 posts / 0 new
Last post
prasanth.velliy...
Offline
Last seen:1 year 11 months ago
加入:2016-02-18 12:18
Wake up from sleep mode

Hi

1.How to implement wake up from sleep mode by using wakeup timer ? What is the maximum time we can set for timer? Please mention example code.
2. After wake up we will do advertising of slave and we want to set advertizing interval of slave each time incremeting i.e. everytime we will increase the sleep time. So where we will find advertizing interval in DSPS code?

Device:
MT_dialog
Offline
Last seen:2 months 3 weeks ago
工作人员
加入:2015-06-08 11:34
Hi prasanth.velliyangiri,

Hi prasanth.velliyangiri,

1. The wake up timer is used for waking up from external interrupts (a button, an interrupt from an external module etc). Please check the UM-B-051.pdf file in the 10.7 Section Wake up timer. If you want to wake up after a specified time you should use a kernel timer which again will wake up your system the function for using the kernel timer is app_easy_timer(). There is no reference design that uses this method to wake up, but there are implementations over the forum, please have a look at this posthttp://support.dialog-semiconductor.com/wkupct-and-appeasytimer-doesnt-w...。关于the maximum value that the timer can use please have a look at your previous posthttp://support.dialog-semiconductor.com/connectiontimer-intervel

2. I ve indicated where you can find the advertising interval of the DSPS in your other post.http://support.dialog-semiconductor.com/advertising-interval

Thanks MT_dialog

Topic locked