2118 views|16 replies

968

Posts

0

Resources
The OP
 

Please tell me what is the principle of the battery anti-passivation function in the microcontroller and how to achieve it [Copy link]

 

邀请:@maychang   @damiaa   @huo_hu   @freebsder   参与回复

Please tell me what is the principle and how to implement the battery anti-passivation function in the microcontroller

This post is from stm32/stm8

Latest reply

I learned new knowledge. It was the first time I knew that a microcontroller had this function.   Details Published on 2022-11-19 12:47
 

2w

Posts

0

Resources
2
 

{}What is the principle and how to implement the battery anti-passivation function in the microcontroller?}

I have never heard of this.

This post is from stm32/stm8
 
 

2w

Posts

0

Resources
3
 

"What is the principle of the battery anti-passivation function in the microcontroller and how to achieve it?"

I’m afraid this chip is not a single-chip microcomputer?

This post is from stm32/stm8

Comments

It is a single chip microcomputer.  Details Published on 2022-11-18 04:17
It is a single chip microcomputer.  Details Published on 2022-11-17 23:21
 
 

1022

Posts

0

Resources
4
 

Limited personal experience: This is a phenomenon in which the capacity of the battery decreases when it is fully charged for a long time or the cycle depth is not enough. In the past, nickel-chromium, nickel-metal hydride and even lead-acid batteries all had this phenomenon, but now lithium batteries are much better. As long as they are not over-discharged, this phenomenon rarely occurs.

1. Prevent long-term full-charge floating charge. When the CPU records that the discharge depth has not reached below 40% in the recent few times (for example, more than 5 times), and most of the time is in full charge or floating charge, it is forced to discharge deeply once, that is, to reach the normal charging condition but temporarily do not start the charging program until it is below 30%. When charging, use the pulse mode instead, and use a dummy load to do an "artificial" discharge cycle when necessary.

2. After using for many cycles, if it is found that the total charge is less than 97%, that is, the predicted capacity is not reached, switch to high current pulse charging and maintain 2-4 deep discharge cycles, that is, do not charge until the battery is used below 20%.

3. In the case of long-term floating charge but almost no discharge or very little discharge, it is necessary to "temporarily" stop charging or floating charge until the discharge drops below 30% and then start normal charging, and temporarily stop floating charge to reduce the "passivation" of the battery.

This post is from stm32/stm8

Comments

This is not what anti-passivation means.  Details Published on 2022-11-19 12:47
This is not what anti-passivation means.  Details Published on 2022-11-17 23:26
This is not what anti-passivation means.  Details Published on 2022-11-17 23:21
 
Personal signatureچوآن شـين
 
 

1w

Posts

142

Resources
5
 

Anti-passivation means regular deep discharge, which can be achieved by setting a long timer. If the MCU supports this function, it has a dedicated backup battery or data retention battery pin, and has a charging and discharging switching circuit inside.

This post is from stm32/stm8
 
Personal signature上传了一些书籍资料,也许有你想要的:http://download.eeworld.com.cn/user/chunyang
 
 

2926

Posts

0

Resources
6
 

Battery passivation prevention means that if some batteries with passivation are used for power supply, if they are operated at ultra-low power consumption for a long time, such as a few microamperes, some batteries will be passivated and cannot release the working current normally. By configuring this register, the battery can be discharged at 1mA or 2mA to prevent the battery from passivation. In most cases, this function is not used. In actual use, it is only discharged for a few hundred milliseconds or a few seconds in a day. It is not always discharged.

This post is from stm32/stm8

Comments

Well, for disposable batteries, I agree with this statement. This method is often used in various sealed heat meters or water meters to prevent the battery passivation problem caused by long-term micro-current discharge to disposable batteries. The battery should be charged with a slightly larger current every once in a while.  Details Published on 2022-11-18 08:45
 
 
 

2926

Posts

0

Resources
7
 
maychang published on 2022-11-17 17:07 "What is the principle of the battery anti-passivation function in the microcontroller and how is it implemented?" This chip is probably not a microcontroller?

It is a single chip microcomputer.

This post is from stm32/stm8
 
 
 

2926

Posts

0

Resources
8
 
Gen_X posted on 2022-11-17 17:35 Personal experience is limited: This is the phenomenon that the capacity of the battery will decrease when it is fully charged for a long time or the cycle depth is not enough. In the past, nickel-chromium, nickel-metal hydride and even lead-acid batteries, ...

This is not what anti-passivation means.

This post is from stm32/stm8

Comments

Thanks, I thought it was a problem with the rechargeable battery. I learned something.  Details Published on 2022-11-18 11:42
 
 
 

2926

Posts

0

Resources
9
 
Gen_X posted on 2022-11-17 17:35 Personal experience is limited: This is the phenomenon that the capacity of the battery will decrease when it is fully charged for a long time or the cycle depth is not enough. In the past, nickel-chromium, nickel-metal hydride and even lead-acid batteries, ...

The anti-passivation here does not refer to rechargeable batteries, but disposable batteries.

This post is from stm32/stm8
 
 
 

968

Posts

0

Resources
10
 
maychang published on 2022-11-17 17:07 "What is the principle of the battery anti-passivation function in the microcontroller and how is it implemented?" This chip is probably not a microcontroller?

Yes, it is a single chip microcomputer

This post is from stm32/stm8
 
 
 

377

Posts

0

Resources
11
 
tagetage posted on 2022-11-17 23:19 Battery anti-passivation means that if some batteries with passivation are used for power supply, if they are operated at ultra-low power consumption for a long time, such as a few microamperes, some batteries will become passivated...

Well, for disposable batteries, I agree with this statement. This method is often used in various sealed heat meters or water meters to prevent the battery passivation problem caused by long-term micro-current discharge to disposable batteries. The battery should be charged with a slightly larger current every once in a while.

This post is from stm32/stm8

Comments

10 points for correct answers. It seems that you have relevant experience.  Details Published on 2022-11-18 09:51
 
 
 

2926

Posts

0

Resources
12
 
LeoMe posted on 2022-11-18 08:45 Well, for disposable batteries, I agree with this statement. This method is often used in various sealed heat meters or water meters to prevent long-term micro-electricity...

10 points for correct answers. It seems that you have relevant experience.

This post is from stm32/stm8
 
 
 

7170

Posts

195

Resources
13
 

Early smart meters, because they had backup batteries, generally required a single-chip microcomputer to prevent the batteries from passivation.

This post is from stm32/stm8

Comments

10 points for correct answers. It seems that you have relevant experience.  Details Published on 2022-11-18 13:28
 
 
 

1022

Posts

0

Resources
14
 
tagetage posted on 2022-11-17 23:21 This is not what anti-passivation means.

Thanks, I thought it was a problem with the rechargeable battery. Learned.

This post is from stm32/stm8
 
Personal signatureچوآن شـين
 
 

2926

Posts

0

Resources
15
 
Common Ze 1 Published on 2022-11-18 09:59 Early smart meters, because of the backup battery, generally need to use a single-chip microcomputer to prevent the battery from passivation

10 points for correct answers. It seems that you have relevant experience.

This post is from stm32/stm8
 
 
 

10

Posts

0

Resources
16
 

Thanks to the experts for sharing their knowledge. I learned a lot. It deepened my impression.

This post is from stm32/stm8
 
 
 

538

Posts

1

Resources
17
 
Gen_X posted on 2022-11-17 17:35 Personal experience is limited: This is the phenomenon that the capacity of the battery will decrease when it is fully charged for a long time or the cycle depth is not enough. In the past, nickel-chromium, nickel-metal hydride and even lead-acid batteries, ...

I learned new knowledge. It was the first time I knew that a microcontroller had this function.

This post is from stm32/stm8
 
 
 

Guess Your Favourite
Find a datasheet?

EEWorld Datasheet Technical Support

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list