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

sleep mode during multiprotocol timeslot API

Hi,

I've just started to implement the example

github.com/.../nrf51-ble-micro-esb-uart

for the nrf52. And it is now running so I can send and receive stuff via BLE and at the same time send something via ESB to a RTX board. The problem is with this example that the BLE advertising times out after 180 seconds and then goes into a sleep mode with sleep_mode_enter.

But from my understanding this will force the softdevice to go into sleep mode. But then ESB won't work either. Is there a way to put the soft device into sleep mode where it only wakes up via a button press or something and at the same time keep the timeslot running for the ESB. Thanks a lot and best regards,

Constantin

Related