Hello,
I have a project where I wish to have BLE operation while active and use RTC1 as a calendar keeper while in low power mode. So far as I have seen, the softdevice is interacting with a piece of Nordic code to handle the connection (I am on a peripheral, connecting to a central). I have 2 questions:
-
Are there any example projects that handle the BLE connection while keeping RTC1 free to use as a low-power calendar keeper? I want to sleep the part most of the time, keeping calendar time while needing the BLE radio once a day. I am trying to use RTC1 as a calendar keeper regardless of the chip being in active or sleep mode. Is that possible?
-
What profile should I use to transmit/receive a payload from an always-on central device? I will transmit ~4bytes of status data, and would like to receive a 4byte time synch message. Ultimately I want it to autoconnect, transfer, then disconnect with no need of human interaction. if no connection is available, then merely go to sleep.
I would appreciate a nudge in the right direction!
Thanks -Ben