From 1c278320281bb5900949e001323db1abd3e8f450 Mon Sep 17 00:00:00 2001 From: Candas1 Date: Mon, 18 Apr 2022 07:57:46 +0200 Subject: [PATCH] Updated Battery (markdown) --- Battery.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Battery.md b/Battery.md index 458c5b2..9b2f1c0 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|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
Parameter|Ajust
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.