From 73b28aa1a09aa69eb95e38d339c9c05f9ba9acaf Mon Sep 17 00:00:00 2001 From: Candas1 Date: Sat, 15 Oct 2022 16:04:13 +0200 Subject: [PATCH] Updated Diagnostics (markdown) --- Diagnostics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Diagnostics.md b/Diagnostics.md index daa9465..0d86728 100644 --- a/Diagnostics.md +++ b/Diagnostics.md @@ -1,5 +1,5 @@ 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)). Are you using a [single wheel](https://github.com/EFeru/hoverboard-firmware-hack-FOC/wiki/Parameters#single-wheel-use) ? +- **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#cd-single-wheel-use) ? - **2 beeps (low pitch)**: ADC timeout triggered by the [ADC protection](https://github.com/EFeru/hoverboard-firmware-hack-FOC/wiki/Input-Calibration#adc-protection) - **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#toolbox-troubleshooting) - **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#toolbox-troubleshooting)/[PWM variant](https://github.com/EFeru/hoverboard-firmware-hack-FOC/wiki/Variant-PWM#toolbox-troubleshooting)/[Nunchuk variant](https://github.com/EFeru/hoverboard-firmware-hack-FOC/wiki/Variant-Nunchuk#toolbox-troubleshooting)