From fabd5e072d8c75d17e125207486f8a311eb0d353 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sat, 4 Jul 2026 21:40:39 +0300 Subject: [PATCH] Fixes in the docs --- README.md | 2 +- docs/usage.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index caed4e8..8d277c7 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Additional articles: |*Boost converter (optional, for more stable power supply)*|*5V output*||1| |Motor|8520 3.7V brushed motor.
Motor with exact 3.7V voltage is needed, not ranged working voltage (3.7V — 6V).
Make sure the motor shaft diameter and propeller hole diameter match!||4| |Propeller|55 mm or 65 mm||4| -|MOSFET (transistor)|100N03A or [analog](https://t.me/opensourcequadcopter/33)||4| +|MOSFET (transistor)|UMW 100N03A or [analog](https://t.me/opensourcequadcopter/33).
Warning: don't use KIA 100N03A or other manufacturers, they might not work!||4| |Pull-down resistor
Voltage measurement resistor|10 kΩ||6| |3.7V Li-Po battery|LW 952540 (or any compatible by the size).
Make sure the battery has enough discharge rate — 25C or more!||1| |Battery connector cable|MX2.0 2P female||1| diff --git a/docs/usage.md b/docs/usage.md index 540c521..35f4a67 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -198,7 +198,7 @@ After this setup, you should see the battery voltage in QGroundControl top panel ## Setup remote control -There are several ways to control the drone's flight: using **smartphone** (Wi-Fi), using **SBUS remote control**, or using **USB remote control** (Wi-Fi). +There are several ways to control the drone's flight: using **smartphone** (Wi-Fi), using **SBUS remote control**, or using **USB remote control** (Wi-Fi/ESP-NOW). ### Control with a smartphone @@ -243,7 +243,7 @@ If your drone doesn't have RC receiver installed, you can use USB remote control 3. Power up the drone. 4. Connect your computer to the appeared `flix` Wi-Fi network (password: `flixwifi`). 5. Launch QGroundControl app. It should connect and begin showing the drone's telemetry automatically. -6. Go the the QGroundControl menu ⇒ *Vehicle Setup* ⇒ *Joystick*. Calibrate you USB remote control there. +6. Go to the QGroundControl menu ⇒ *Vehicle Setup* ⇒ *Joystick*. Calibrate your USB remote control there. 7. Use the USB remote control to fly the drone! ## Flight @@ -339,7 +339,7 @@ To setup ESP-NOW communication: espnow 7a:c8:e3:eb:bf:e9 &PiuSysxP9+$L&5E ``` - Run this line as a console command on each drone you want to bind to this proxy board. [The maximum number](https://github.com/espressif/esp-idf/blob/e95cab4be8fd293e3f3323181e7a2280874da6f7/components/esp_wifi/include/esp_now.h#L32-L33) of simultaneously connected drones is 20 (unencrypted) io 6 (encrypted). + Run this line as a console command on each drone you want to bind to this proxy board. [The maximum number](https://github.com/espressif/esp-idf/blob/e95cab4be8fd293e3f3323181e7a2280874da6f7/components/esp_wifi/include/esp_now.h#L32-L33) of simultaneously connected drones is 20 (unencrypted) or 6 (encrypted). 3. Set the `WIFI_MODE` parameter to `3` on the drone: @@ -356,7 +356,7 @@ To setup ESP-NOW communication: ## Flight log -After the flight, you can download the flight log for analysis wirelessly. Use the following command on your computer for that: +After the flight, you can download the flight log wirelessly for analysis. Use the following command on your computer for that: ```bash make log