Hi all,
we developed a BLE/peripheral project starting from Nordic NUS example on both devices nRF52840 and nRF52832 and we added the following features:
- LESC security and bonding managing (with HW cryptography on 840 and with SW cryptography on 832)
- DIS service
- periodic ADC reading to support the BAS
-internal FLASH management using FDS library (only at init)
- UART always enabled
and we remove
- buttons and LEDs handling
We found a background consumption of around 900uA for nRF52840 vs 2,3mA for nRF52832. Is it correct? there is something we can do to reduce the power consumption of nRF52832 up to the one of nRF52840?
Regards