Hi,
I am using coded BLE to connect two board using nrf52840. I just let bluetooth to run, then measure power consumption of the peripheral board by measuring the current:
- before enable bluetooth: ~9.8 uA
- broadcast: ~110 uA
- after connected: (121 - 165) uA
In this test, after connected, I stop broadcast, then do nothing. It means there is NOT data transfer between collector-peripheral.
I think the power consumption after connected is high due to the layer link for maintaining active connection. But do you know how to configure to reduce this power consumption after connected? In my application, the peripheral only send 18 bytes of data every 1 hour.
Thank you.