From 5fc2143994c1829b290b85e4ef78b00da2c87a4a Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Mon, 10 Aug 2026 02:31:14 +0300 Subject: [PATCH] Make brushless motors separated block to avoid confusion --- docs/usage.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 9c45103..cd6bad4 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -154,7 +154,9 @@ If using non-default motor pins, set the pin numbers using the parameters: `MOTO Certain ESP32 models (such as ESP32-S3 and ESP32-C3) support a lower maximum PWM frequency; on these boards the parameter `MOT_PWM_FREQ` should be set to 38000 Hz. -If using brushless motors and ESCs: +#### Brushless motors + +In case of using brushless motors with ESCs: 1. Set the appropriate PWM using the parameters: `MOT_PWM_STOP`, `MOT_PWM_MIN`, and `MOT_PWM_MAX` (1000, 1000, and 2000 is typical). 2. Decrease the PWM frequency using the `MOT_PWM_FREQ` parameter (400 is typical).