mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Update README.md
This commit is contained in:
parent
7e1c864fc4
commit
c3fa90c2be
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,7 @@ This software converts the LEAF CAN into Modbus RTU registers understood by sola
|
||||||
## Hardware requirements
|
## Hardware requirements
|
||||||
This code fits on the LilyGo ESP32 T-CAN485 devboard , see https://github.com/Xinyuan-LilyGO/T-CAN485
|
This code fits on the LilyGo ESP32 T-CAN485 devboard , see https://github.com/Xinyuan-LilyGO/T-CAN485
|
||||||
|
|
||||||
## Installation
|
## Installation basics
|
||||||
1. Connect one end of the LilyGo RS485 to the Gen24 Modbus
|
1. Connect one end of the LilyGo RS485 to the Gen24 Modbus
|
||||||
2. Connect the other end of the LilyGo to the CAN side of a LEAF battery
|
2. Connect the other end of the LilyGo to the CAN side of a LEAF battery
|
||||||
3. Wire up high voltage cable between the Gen24 and the LEAF battery
|
3. Wire up high voltage cable between the Gen24 and the LEAF battery
|
||||||
|
@ -12,6 +12,10 @@ This code fits on the LilyGo ESP32 T-CAN485 devboard , see https://github.com/Xi
|
||||||
5. Manually handle pre-charge circuit + positive/negative contactor on LEAF battery for now (circuit will be improved soon)
|
5. Manually handle pre-charge circuit + positive/negative contactor on LEAF battery for now (circuit will be improved soon)
|
||||||
6. Enjoy a big cheap grid connected battery!
|
6. Enjoy a big cheap grid connected battery!
|
||||||
|
|
||||||
|
## Wiring examples
|
||||||
|
Here's how to wire up the communication between the components.
|
||||||
|

|
||||||
|
|
||||||
## How to compile the software
|
## How to compile the software
|
||||||
1. Download the Arduino IDE: https://www.arduino.cc/en/software
|
1. Download the Arduino IDE: https://www.arduino.cc/en/software
|
||||||
2. When the Arduino IDE has been started;
|
2. When the Arduino IDE has been started;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue