We make the project where we want to connect new device (currently designing on nRf52832) to existing system made on nRF24.
It's a beacon in proprietary mode. It should periodicaly wake up, send Req, receive Ack, (sometimes another one Req/Ack) and going sleep back.
The main device on nRf24 listen the radio full time. So we just need to control the beacon.
There are we have some questions:
- How to turn radio off in ESB mode? (for low power, when sleep)
- I think we can use nrf_esb_suspend or nrf_esb_disable, but i'm not sure it the right solutiuon.
- Periodically we lost second Ack in dialog between nRF52832 and nRF24. What can lead to it?