From f952cbfa6d2af177842d4d4669565cbe06057977 Mon Sep 17 00:00:00 2001 From: Candas1 Date: Wed, 30 Mar 2022 14:51:26 +0200 Subject: [PATCH] Updated Battery (markdown) --- Battery.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Battery.md b/Battery.md index 59b8c4c..7d0bc84 100644 --- a/Battery.md +++ b/Battery.md @@ -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.
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|Beeps|On/Off|Sideboard Led| +|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|Slow beeps|BAT_LVL2_ENABLE|Red| -|LVL1|3.5v|Fast beeps|BAT_LVL1_ENABLE|Red Blink| -|DEAD|3.37v|Shutdown||Off| +|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|| ## Calibration: Battery voltage has to be calibrated to have a more accurate reading, for this you need [Debug Serial](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/wiki/Debug-Serial) to be active