Hi,
I will connect nRF52840 with other BLE module (ESP32) and they must exchange data (at first aproximation 20-50 bytes each 1-5 seconds).
I need to acheive lowest power consumption on nRF52 side as possible.
Please advice which of modules should intend as central/peripheral. I suppose, nRF52 should be peripheral, am I correct?
And one more thing, should both devices always keep ble connection open or I need to pair/connect only when I need to exchange data?
Regards