Hello Team,
We are currently working on a new project that incorporates geofencing functionality using BLE.
We have checked the current consumption in nRF52833 DK using the Power profiler Kit II and tested with two different builds .I have provided the file path below for your reference
1.https://github.com/nrfconnect/sdk-zephyr/blob/1aa2f9d42791ff37061af43aa8fa97120f9fbeb7/samples/bluetooth/peripheral_gatt_write/src/peripheral_gatt_write.c
2.https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/central_and_peripheral_hr/README.html
In the Peripheral_Gatt_write build the observed current values are as below:
a.Average Current consumed when BLE advertising : 608.17 uA
b.Average Current consumed when BLE connected with mobile using nRFConnect App : 700 uA.
In the Central_and_Peripheral_hr build the observed current values are as below:
a.Average Current consumed when BLE advertising : 2.56 mA
b.Average Current consumed when BLE connected with mobile using nRFConnect App : 2.56 mA
QUERIES:
-
Using the "Central_and_Peripheral_h" build, we observe current in mA. Can this be reduced below 100 µA? Suggest ways to operate in lower power( in uA), including low-power modes, and steps to disable GPIOs for updated power measurement.
-
Can DFU be enabled on the nRF52820? If yes, please share the procedure.
-
In System ON Low Power mode, can our geofencing app run while minimizing power consumption? Will the RTC remain functional in this mode? Also,when verified in the nRF52820 Datasheet we couldn't find the current consumed in the Low Power mode. Where can we find exact current consumption for Low Power or Constant Latency modes?
1.Central_and_Peripheral_hr:
2. Peripheral_Gatt_write