https://github.com/analogdevicesinc/maxrefdes1301
The MAXREFDES1301 reference design firmware enables quick evaluation of the MAX17852 and MAX17853 for 96V three-Wheeler BMS.
https://github.com/analogdevicesinc/maxrefdes1301
96v battery bms management max17852 max17853 maxrefdes1301
Last synced: about 1 year ago
JSON representation
The MAXREFDES1301 reference design firmware enables quick evaluation of the MAX17852 and MAX17853 for 96V three-Wheeler BMS.
- Host: GitHub
- URL: https://github.com/analogdevicesinc/maxrefdes1301
- Owner: analogdevicesinc
- License: other
- Created: 2021-12-03T17:42:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T17:13:04.000Z (over 4 years ago)
- Last Synced: 2025-04-01T22:03:29.861Z (over 1 year ago)
- Topics: 96v, battery, bms, management, max17852, max17853, maxrefdes1301
- Language: C++
- Homepage:
- Size: 943 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MAXREFDES1301
The [MAXREFDES1301 reference design](https://www.maximintegrated.com/en/design/reference-design-center/ref-circuits/7580.html) enables quick evaluation of the MAX17852 and MAX17853 for 96V three-Wheeler BMS.
This reference design showcases the capabilities of the MAX17852 and MAX17853 in a daisy chain for the two individual 14-cell voltage measurements, pack voltage, pack current, temperature measurement, and passive cell balancing.
This firmware code example helps to measure Cell Voltages in daisy chain configuration.
### Hardware Set Up
Requirements:
- MAXREFDES1301
- MAX17841EVKIT board
- Battery test jig (Battery pack)
- General purpose micro controller (Arduino Mega 2560) for configuring and communication
- Communication cables and Jumper wire
The hardware connections for MAXREFDES1301 (MAX17852 and MAX17853) with MAX17841EVKIT, battery test jig is shown in image below.

SPI wire connection details from Arduino Mega 2560 to MAX17841EVKIT
| Arduino Pin Number | MAX17841EVKIT J1 connector | Wire Color |
| --------------------------- | ------------------ | ---------- |
| 53 | CS | Orange |
| 48 | SHDN | Brown |
| 52 | SCLK | Grey |
| 51 | DIN | Purple |
| 50 | DOUT | Blue |
| 5V (in Arduino) | DCIN | Red |
| GND (in Arduino) | AGND | Black |
### Software / Firmware Flow

**Software Download/Install**
Click the "Code" button and click "Download ZIP" above (from the main GITHUB repo page). After the download finishes, unzip the archive to the directory of choice. All the files needed can be found in the firmware directory. From the Arduino IDE, open the MAXREFDES1301.ino file.
**Firmware Serial Output**
