Page 1 of 1

MG5 LR Battery

Posted: Wed Oct 09, 2024 9:29 pm
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

Re: MG5 LR Battery

Posted: Tue Dec 10, 2024 10:00 am
by marcexec
Do you have dimensions of the modules so it can be added to https://openinverter.org/wiki/Batteries#OEM_modules?

Re: MG5 LR Battery

Posted: Sun Jan 19, 2025 11:15 am
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.

Re: MG5 LR Battery

Posted: Mon Jan 20, 2025 10:01 pm
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.

Re: MG5 LR Battery

Posted: Sun May 18, 2025 8:29 pm
by Jacobsmess
I'm interested if there has been any more development on this?

Thanks