Hi,
I am developing a wireless product in which i want to use nRF52 in ESB mode.
The product is battery powered and should be sleep mode.
What i have decided to do is to add ESB code to ble_app_uart example so that low power can be nicely manged by softdevice.
I will disable all the code to initialize the BLE because it will not be used at all.
So my question is simple, Is there anything wrong in doing it like that? And will i be able to achieve low power in between RF transmissions if i transmit packets every 20ms.
Any additional things to consider?
Thank you.