MG5 LR Battery

Post Reply
yasko
Posts: 21
Joined: Tue Mar 14, 2023 7:11 pm
Location: Sofia, BG
Has thanked: 5 times
Been thanked: 16 times

MG5 LR Battery

Post by yasko »

I'm sharing information about the MG5 LR battery I used in energy storage projects.

The 61kWh battery has a 96S1P configuration and uses giant 174Ah NMC cells from CATL.
The cells are arranged into six modules with two 8S groups.
20230323_103214.jpg
Marking on the battery module:
20230323_104140.jpg
Arrangement on the cell's group:
20230323_115434.jpg
Each block has a BMS module:
20230323_103227.jpg
Inside BMS module:
20230323_105652.jpg
The BMS has two sections for monitoring each 8S cell. It's based on ADBMS6815, a new-generation BMS chip from ADI. It can monitor up to 12S cells.
Unfortunately, it is under NDA, and the full datasheet isn't available to the public. I think this chip is the successor to the popular LTC6811.

A picture of the primary BMS:
20230323_111426.jpg
It uses LTC6820 for ISO-SPI communication with slave BMSs.
I was able to reuse the slave BMS modules; more on that in the following posts.

And finally, here is a picture of the battery without electronics and cables:
20230323_150405.jpg
User avatar
marcexec
Posts: 152
Joined: Tue May 14, 2019 12:52 pm
Location: Dublin, Ireland
Has thanked: 686 times
Been thanked: 60 times

Re: MG5 LR Battery

Post by marcexec »

Do you have dimensions of the modules so it can be added to https://openinverter.org/wiki/Batteries#OEM_modules?
A motorcyclist is never late, Frodo Baggins. Nor is he early. He arrives precisely when he means to.
Getting started guide for Celeron55's iPDM56
My Suzuki RF400 build @ES
Honda IMA & Lebowski howto
Image
User avatar
jamesn
Posts: 30
Joined: Sat Jun 13, 2020 7:07 pm
Location: Stroud, Gloucestershire
Has thanked: 1 time
Been thanked: 3 times

Re: MG5 LR Battery

Post by jamesn »

Hi Yasko,

Any updates on taking control of the slaves?

I've just bought and MG5 pack with only 800 miles on it so I was very happy to come across your post and get a first look inside what I've bought.
yasko
Posts: 21
Joined: Tue Mar 14, 2023 7:11 pm
Location: Sofia, BG
Has thanked: 5 times
Been thanked: 16 times

Re: MG5 LR Battery

Post by yasko »

Hi Jamsen,

I have used the slave BMS modules and can help in this direction. But this will require some programming.
The ADBMS6815 is under NDA, which complicates the situation. Unfortunately, I cannot share the full datasheet.

My approach was to start with the code for LTC6811 and modify the code to work with ADBMS6815:
https://github.com/analogdevicesinc/Lin ... es/LTC6811
I'm using custom hardware based on STM32G491 MCU.

Also, I've searched the Github and found this:
https://github.com/526766987/Battery_Ma ... tem_36cell
It's based on STM32F407 + ADBMS6815 - I didn't test this, but it looks like a good starting point.

So, what hardware platform are you planning to use? You will need a LTC6820 for iso-spi communication.

@marcexec—I don't have the exact dimensions. Maybe Jamsen can help when he opens the battery.
Post Reply