This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Expected power consumption for Mesh node

Hi teams,

We made BLE  mesh custom boards based on nRF52833.

These nodes are configured to send broadcast messages for every 10 seconds.

Currently, these boards uses 12~13mA in provisioned state.

Is this normal and expected or possible to reduce currents.

TIA

Parents Reply
  • Hi, Mttrinh.

    I tested two examples.

    The one is ble_app_uart in nRF SDK. If DC/DC enabled, the current is changed from 4.4~5.3mA to 4.4~4.9mA. The difference is quite small, but definitely different from each other.

    But the other example, which is in nRF SDK for Mesh, beaconing shows no difference whether DC/DC enabled or not.

    Mittrinh, can you check the reason why sd_power_dcdc_mode_set() not affecting in Mesh SDK?

Children
Related