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

What is the current when running ble_app_uart?

Do anyone ever measured current consumption of ble_app_uart?

What is current when connected and uart idle, transmitting, receiving, and transmitting while receiving? Please provide LEDs status and their current draw. Best to get result without any LED on.

Parents
  • The ble_app_uart and most SDK examples are not power optimized at all, and as such, any measurement done on these won't really be representative for the general numbers that are achievable with the nRF51822. ble_app_uart was originally made as a very quick demo, and for example keeps the UART interface continously enabled, causing > 1 mA current consumption at all times, due to the 16 MHz clock tree running. This is most often not realistic for actual usage of the chip.

    Only ble_app_proximity for the Evaluation Kit and ble_app_pwr profiling for the Development Kit are recommended for current consumption measurements as-is, although most of the other applications shouldn't be too far off. (ble_app_hrs for the Evaluation Kit is an exception, as it uses a 16 MHz timer continously, causing > 1 mA in average consumption.)

    If you have a particular connection scenario you're interested it, I can calculate an average current consumption number using an internal calculator. To do this, I need at least your required connection interval and needed throughput.

Reply
  • The ble_app_uart and most SDK examples are not power optimized at all, and as such, any measurement done on these won't really be representative for the general numbers that are achievable with the nRF51822. ble_app_uart was originally made as a very quick demo, and for example keeps the UART interface continously enabled, causing > 1 mA current consumption at all times, due to the 16 MHz clock tree running. This is most often not realistic for actual usage of the chip.

    Only ble_app_proximity for the Evaluation Kit and ble_app_pwr profiling for the Development Kit are recommended for current consumption measurements as-is, although most of the other applications shouldn't be too far off. (ble_app_hrs for the Evaluation Kit is an exception, as it uses a 16 MHz timer continously, causing > 1 mA in average consumption.)

    If you have a particular connection scenario you're interested it, I can calculate an average current consumption number using an internal calculator. To do this, I need at least your required connection interval and needed throughput.

Children
No Data
Related