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

Power Consumption issue

Hi all,

we are using nRF52810 and SDK 15.3.0

Project is based on central and peripheral concept

we are facing issue with the peripheral BLE power consumption.

In the attached peripheral code, Application timer is set for every 15 minutes and in timer interrupt we are sending 40 bytes payload to central BLE and  peripheral BLE to goes to System On sleep mode.

In System ON sleep mode peripheral BLE consumes around 600uA. 

we require power consumption during System ON sleep mode should be less than 10uA. 

Kindly give us suggestion to reduce the power consumption .

Thanks and regards

venu

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
* Copyright (c) 2014 - 2019, Nordic Semiconductor ASA
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form, except as embedded into a Nordic
* Semiconductor ASA integrated circuit in a product or a software update for
* such product, must reproduce the above copyright notice, this list of
* conditions and the following disclaimer in the documentation and/or other
* materials provided with the distribution.
*
* 3. Neither the name of Nordic Semiconductor ASA nor the names of its
* contributors may be used to endorse or promote products derived from this
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX