cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WB55CGU7 Battery management and Sleepmode enable

Manikandaprabhu
Associate II

Hello Sir,

    I am working with STM32WB55CGU7 bluetooth MCU for Client and server for our application.Our application is Client and server connect 3 minutes once for 20 seconds.I need to enable the sleep mode in this controller for reduce power consumption.Because Iam using Lithium iron battery to power on the board.So Need to use Battery voltage for long days. And I have included my doubts of 2 points. Please find and help me solve as soon as possible to achieve our Project.

1. We enable the sleep mode in this controller using inbuild functions. These functions are I have used,

     PWR_EnterSleepMode();  

      PWR_ExitSleepMode(); 

Its working.

We test this scenerio,

Initial Voltage(V) Time(Hrs) With sleep mode (V) VoltageDifference(mV)
3.445 13.5 3.005 440
Initial Voltage(V) Time(Hrs) Without sleep mode (V) VoltageDifference(mV)
3.577 13.5 3.515 62

We faced, without enabling the sleepmode the voltage was drop minimum.
But when we enable sleepmode was maximum voltage drop. Is this function what we called is correct for enable sleep mode or anyother function need to be use.Kindly give me guidance for enable the sleepmode for STM32WB55CGU7 MCU.

2.  If we use CR2032 battery for to power on the board and connect for 3 minutes once for 20 seconds means, What is the capacity of battery working?

 

These are all my doubts. Kindly find and help me to resolve our queries regarding STM32WB55CGU7 mcu. 

Thanking you.

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

Hello @Manikandaprabhu 

  1. To implement the Low power on a STM32WB BLE code, you can use the description on the chapter 4.6 of the AN5289.
  2. The battery consumption depends on lot of things. So, I think you should test it on your own.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

1 REPLY 1
STTwo-32
ST Employee

Hello @Manikandaprabhu 

  1. To implement the Low power on a STM32WB BLE code, you can use the description on the chapter 4.6 of the AN5289.
  2. The battery consumption depends on lot of things. So, I think you should test it on your own.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.