PSoC4 BLE power consumption measurement

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi,

I am trying to estimate battery life of my PSoC4 BLE module. The PSoC4 remains in deep sleep mode for most of the time and wakeup only for BLE events. The advertising interval is set to 1s. I have tried to connect a digital multimeter to J15 of the development kit and the current reading i get is about 2uA. However, this value contrast with the estimated current consumption which is suppose to be around 28uA as shown in Cypress application notes. 

Does this means that the 2uA is just the current consumption of the CPU and i still need to take into the account of the current consumption of the BLE?

0 Likes
1 Solution
Anonymous
Not applicable

The 28uA that is mentioned in the AppNotes is the average value of current consumption when the advertising interval is 1 second. 

   

In your case, you are measuring the deep-sleep current of 2uA which is correct. But I guess you are not be able to measure the current when the advertisement takes place, i.e. when the RF transmission takes place. The current will be much higher(in the range of mA) during this state. This duration is very small(around 8 milli-seconds) and this current might not be picked up by your multimeter because of the small duration.

   

When you average out these two currents, i.e. the 2uA deep sleep current and the current during advertisement, you will be seeing a ball park value of 28uA.

   

If you use a mutltimeter such as Keysight 34410A, where you can change the aperture, you will be able to see the average current value.

   

Also note that, the 28uA is the average current observed for the example projects in the AppNote. The current consumption will vary based on your application, components used, low power code used.

View solution in original post

0 Likes
3 Replies
Anonymous
Not applicable

The 28uA that is mentioned in the AppNotes is the average value of current consumption when the advertising interval is 1 second. 

   

In your case, you are measuring the deep-sleep current of 2uA which is correct. But I guess you are not be able to measure the current when the advertisement takes place, i.e. when the RF transmission takes place. The current will be much higher(in the range of mA) during this state. This duration is very small(around 8 milli-seconds) and this current might not be picked up by your multimeter because of the small duration.

   

When you average out these two currents, i.e. the 2uA deep sleep current and the current during advertisement, you will be seeing a ball park value of 28uA.

   

If you use a mutltimeter such as Keysight 34410A, where you can change the aperture, you will be able to see the average current value.

   

Also note that, the 28uA is the average current observed for the example projects in the AppNote. The current consumption will vary based on your application, components used, low power code used.

0 Likes
Anonymous
Not applicable

This solved my doubt, thanks for your reply yssu. 

However, there is another thing that I would like to confirm. I am trying to measure the duration of the BLE advertising. I used the firmware timer to time the time interval between the CPU wake-up from deep-sleep and CPU entering deep-sleep. The result was sent through UART to my pc terminal and the result updated exactly every 1 second which matches the advertising interval. But, the value of the time interval I obtained was around 0.260ms which is quite small. Not sure whether this is a correct way to measure the duration of the BLE advertising.

0 Likes
ManuelM_91
Employee
Employee
10 sign-ins 5 sign-ins 5 likes given

Hi,

Is it possible to have a reference for P4BLE power consumption considering different power supplies? Current Datasheet is not showing these info.

Thanks

Manuel

0 Likes