This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF51: Sleeping a certain time

Hello,

my program should do the following:

  • Collect sensor data
  • Initialize SD and start advertising
  • After a timeout or after a successful data connection it should sleep for half an hour.
  • When waking up, it should start from the beginning.

Question: How can I implement this long sleep period in an efficient (most powersaving) way?

Thank you!

Related