From c713375da3370192979713a1f7294c03e2163ded Mon Sep 17 00:00:00 2001 From: Candas1 Date: Mon, 18 Apr 2022 10:12:08 +0200 Subject: [PATCH] Updated Diagnostics (markdown) --- Diagnostics.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Diagnostics.md b/Diagnostics.md index 3af5ebb..e45d5bc 100644 --- a/Diagnostics.md +++ b/Diagnostics.md @@ -1,8 +1,8 @@ The errors reported by the board are in the form of audible beeps: -- **1 beep (low pitch)**: Motor error (see [possible causes](https://github.com/EmanuelFeru/bldc-motor-control-FOC#diagnostics)) -- **2 beeps (low pitch)**: ADC timeout -- **3 beeps (low pitch)**: Serial communication timeout -- **4 beeps (low pitch)**: General timeout (PPM, PWM, Nunchuk) +- **1 beep (low pitch)**: Motor error (see [possible causes](https://github.com/EmanuelFeru/bldc-motor-control-FOC#diagnostics)). Are you using a [single wheel](https://github.com/EFeru/hoverboard-firmware-hack-FOC/wiki/Parameters#single-wheel-use) ? +- **2 beeps (low pitch)**: ADC timeout. Check possible reasons/troubleshooting tips in the wiki section for [ADC variant](https://github.com/EFeru/hoverboard-firmware-hack-FOC/wiki/Variant-ADC) +- **3 beeps (low pitch)**: Serial communication timeout. Check possible reasons/troubleshooting tips in the wiki section for [USART variant](https://github.com/EFeru/hoverboard-firmware-hack-FOC/wiki/Variant-USART) +- **4 beeps (low pitch)**: General timeout (PPM, PWM, Nunchuk). Check possible reasons/troubleshooting tips in the wiki section for [PPM variant](https://github.com/EFeru/hoverboard-firmware-hack-FOC/wiki/Variant-PPM)/[PWM variant](https://github.com/EFeru/hoverboard-firmware-hack-FOC/wiki/Variant-PWM)/[Nunchuk variant](https://github.com/EFeru/hoverboard-firmware-hack-FOC/wiki/Variant-Nunchuk) - **5 beeps (low pitch)**: Mainboard temperature warning - **1 beep slow (medium pitch)**: Low battery voltage < 36V - **1 beep fast (medium pitch)**: Low battery voltage < 35V