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

nrf52 sleep mode

Hello , image description

I'm using nRF52810 with SDK 14.1 base on ble_app_uart example. where i am continously receiving the GPS data via UART. i am putting my GPS module in sleep mode at every 1min for 30 second . then it will wakeup and send the data. similarly how can i put my nrf52810 on for sleep for same time interval. i.e put the nrf52810 for 30sec and the wake up for 1min ,recive the data and sleep again.

How can we achieve this , please send any codes if you have. attached the main.c file.

thanks in advance. pktron

  • I don't know about the nRF52810, but for nRF52832 it will wake up when there is data from the uart rx line. BTW,with your GPS module awakes that "often" the battery on your unit will be drained in no time...

  • @pktron: I think you forgot to upload your main.c. Can you edit your question and try again?