From cb102a9e6362ef7a5aeb9ca10722d555ca00062b Mon Sep 17 00:00:00 2001 From: Candas1 Date: Wed, 31 May 2023 10:09:30 +0200 Subject: [PATCH] Updated Battery (markdown) --- Battery.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Battery.md b/Battery.md index 23291dd..bfae23a 100644 --- a/Battery.md +++ b/Battery.md @@ -49,7 +49,7 @@ Battery voltage has to be calibrated to have a more accurate reading, for this y * Value BatV(6) in Debug Serial should match with the measured battery voltage now ## :toolbox: Troubleshooting: -If the board is [beeping](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/wiki/Diagnostics) because of low battery level or turning off with the melody +### If the board is [beeping](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/wiki/Diagnostics) because of low battery level or turning off with the melody * Make sure you have updated the number of cells in [config.h](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/Inc/config.h) if you use a battery with less cells in series * [Calibrate the battery voltage](https://github.com/EFeru/hoverboard-firmware-hack-FOC/wiki/Battery#calibration) * With a battery of low quality/bad health, pulling a lot of current will result in a big battery voltage drop and trigger battery low alerts. You can use a better battery or several similar batteries in parallel @@ -61,11 +61,11 @@ If the board is [beeping](https://github.com/EmanuelFeru/hoverboard-firmware-hac You can turn off the battery dead power off with BAT_DEAD_ENABLE parameter for debugging.

-If the board turns off without the melody, the BMS is shutting the power off +### If the board turns off without the melody, the BMS is shutting the power off * You are drawing too much current which triggers the over-discharge protection of your BMS. You can limit the [current](https://github.com/EFeru/hoverboard-firmware-hack-FOC/wiki/Setup-current-and-speed-limits#current-limit) but you will reduce the power * It can happen if your battery is fully charged and too much current is flowing back (regenerative braking), it can trigger overcharge protection of your BMS * When using phase advance/field weakening and braking, a voltage higher than the battery voltage can flow back to the battery and trigger the over-voltage protection of your BMS You will have to unplug the battery and plug it again -The board is not turning off when you push the ON/OFF button: +### The board is not turning off when you push the ON/OFF button: * This might happen is you are using a battery that has too low voltage \ No newline at end of file