Battery State of charge estimation
조회 수: 2 (최근 30일)
이전 댓글 표시
I am currently building a battery model to measure the state of charge of the battery (Lithium Ion with 48V and 20Ah). The battery is used in an electric vehicle and I am trying to monitor the SoC.
However, the battery has no datasheet!
Is it possible that I could estimate the state of charge?
If so, how the project going to work? I mean, am I going to work on the model and then convert it to a C code and deploy it on an embedded device?
I also need some guidance on how to start working on this project.
댓글 수: 1
Padmamalini T H
2020년 5월 12일
in many papers it is suggested that SOC is equivalent to the open circuit voltage of a battery. so you can consider OCV as your SOC. if you still need a Li-Ion SOC dataset it is available in ieee data port.
답변 (3개)
Qiancheng Zhou
2019년 12월 10일
Hi Ahmed,
Simulink is a platform for modeling both plants and algorithm.
If you have model of your algorithm, it can be convert to C code. You can use it in your embedded device.
If you can build battery model in it, then you can combine algorithm and battery, use algorithm to estimate SoC of battery.
댓글 수: 1
Shubhangi Motghare
2020년 1월 22일
@Qiancheng Zhou, what is process to estimate SOC of a battery ? Can u help me in this Project ?
Moutaa Madani
2021년 5월 3일
Hi,
Me too I am working on calculating the state of charge of li-ion battery and implementing this algorithm on Rasberry Pi, but I really can't find a clear tuto to follow
댓글 수: 0
커뮤니티
더 많은 답변 보기: Power Electronics Community
참고 항목
카테고리
Help Center 및 File Exchange에서 Propulsion and Power Systems에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!