Updated Battery (markdown)

Candas1
2022-04-18 07:57:46 +02:00
parent ee622af5f3
commit 1c27832028

@@ -9,14 +9,14 @@ You can charge the battery through the mainboard pcb or connect the battery dire
Default battery level are for safe use of LIPO batteries.<br>
You can adjust the levels to your needs in [config.h](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/Inc/config.h) if you want to use a battery with a different chemistry.
|Level|Single Cell Voltage|Sideboard Led|Alert|Enable|
|---|---|---|---|---|
|LVL5|3.9v|Green blink|||
|LVL4|3.8v|Yellow|||
|LVL3|3.7v|Yellow blink|||
|LVL2|3.6v|Red|Slow beeps|BAT_LVL2_ENABLE|
|LVL1|3.5v|Red Blink|Fast beeps|BAT_LVL1_ENABLE|
|DEAD|3.37v||Power Off||
|Level|Single Cell Voltage|Sideboard Led|Alert|Enable<br>Parameter|Ajust<br>Parameter|
|---|---|---|---|---|---|
|LVL5|3.9v|Green blink|||BAT_LVL5|
|LVL4|3.8v|Yellow|||BAT_LVL4|
|LVL3|3.7v|Yellow blink|||BAT_LVL3|
|LVL2|3.6v|Red|Slow beeps|BAT_LVL2_ENABLE|BAT_LVL2|
|LVL1|3.5v|Red Blink|Fast beeps|BAT_LVL1_ENABLE|BAT_LVL1|
|DEAD|3.37v||Power Off|||
## Inactivity timeout - Power Saving
The board will automatically power off after approximatively 8 minutes of inactivity by default.<br>