Hi,
I’m developing a BLE remote control device (S132 softdevice && SDK 15.2.0) . It works with NRF52832 programmed as a central BLE (I started from ble_app_blinky (central) example). My problem is the high consumption of the device:
While the device isn’t connected with peripheral, (scanning) consumption is about 6mA.
While connected, consumption is about 0.5 mA.
Are those consumptions normal? Is it possible to reduce the power consumption keeping the device connected? I’m not using any driver (UART, SPI,TWI…) & LFCK is external quartz.
Thank’s