Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/analogdevicesinc/maxrefdes1277
MAXREFDES1277 is a reference design that enables the evaluation of MAX17853/52 for battery management in a 48V system.
https://github.com/analogdevicesinc/maxrefdes1277
48v arduino battery current management maxrefdes1277 voltage
Last synced: 3 months ago
JSON representation
MAXREFDES1277 is a reference design that enables the evaluation of MAX17853/52 for battery management in a 48V system.
- Host: GitHub
- URL: https://github.com/analogdevicesinc/maxrefdes1277
- Owner: analogdevicesinc
- License: other
- Created: 2021-10-25T22:00:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T21:15:56.000Z (about 3 years ago)
- Last Synced: 2024-04-16T04:56:41.898Z (9 months ago)
- Topics: 48v, arduino, battery, current, management, maxrefdes1277, voltage
- Language: C++
- Homepage:
- Size: 11.9 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Review links, etc.
# MAXREFDES1277
The MAXREFDES1277 reference design enables quick evaluation of MAX17853/52 for battery management in a 48V system. It can be used to test IC capabilities such as measurements, cell balancing and alerts using UART and SPI communications.### Hardware Set Up
Requirements:
- MAXREFDES1277
- MAX17841EVKIT board
- Battery test jig (Battery pack)
- General purpose micro controller (Arduino Mega 2560) for configuring and communication
- Communication cables and Jumper wireThe hardware connections for MAXREFDES1277 (MAX17852/53) with MAX17841EVKIT, battery test jig is shown in image below.
![image](setup.png)
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
![image](software_flow.png)**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 MAXREFDES1277.ino file.
**Firmware Serial Output**
![image](serial_terminal.png)