We've started development on a project using ble_app_uart
as its base. We're using the nRF52832, Segger Embedded Studio (version 5.42a), and nRF5 SDK version 17.0.2. Minimizing power consumption is a critical factor for us; currently, the board's average current consumption is 25mA during the advertisement state. Can you suggest methods to reduce power consumption in the ble_app_uart
example code? We don't need to use UART, so are there ways to remove it from the code and, in doing so, reduce power consumption?
controller :- nrf52832
ide :- seggar embedded studio (5.42a)
sdk :- nrf5sdk 17.0.2