BMS Configuration
The parameters for the BMS are in following header file defined:
Firmware\EET_BMS\CM4\Core\Inc\BMS_Functions.h
Settings |
parameter |
|---|---|
maximum current for charging |
|
maximum current for discharging |
|
maximum voltage |
|
minimum voltage |
|
maximum temperature |
|
minimum temperature |
|
numbers of cells in series |
|
number of temperature sensors |
|
balancing threshold for the possibility to start the balancing. The balancing starts only if the voltage delta is exceeded between cells |
|
The balancing starts only if the voltage delta is exceeded between cells |
|
Interface RS485
If multiple BMS systems are used within the same network, every unit must be assigned a unique ID to ensure proper communication and avoid addressing conflicts.
The ID is defined in the source code. The ID starts with 1and for a second BMS you have to type 2. To change it, you must edit the following header file:
Firmware\EET_BMS\CM4\Core\Inc\RS485_Communication.h
Settings |
parameter |
|---|---|
the ID for each BMS |
|