4aa981fcdf440c9bbf8c1fc2b7378fe90d646bff
Board-dat/SCU/SCU1059-dat/SCU1059-dat.md
| ... | ... | @@ -0,0 +1,22 @@ |
| 1 | + |
|
| 2 | +# SCU1059-dat |
|
| 3 | + |
|
| 4 | +## Info |
|
| 5 | + |
|
| 6 | +[product url - 720 Coreless Micro Motor High Speed + Propeller Kit](https://www.electrodragon.com/product/720-coreless-micro-motor-high-speed-propeller-kit/) |
|
| 7 | + |
|
| 8 | +### Board Map, Dimension, Pins, etc. |
|
| 9 | + |
|
| 10 | +- Voltage: 3.7 V |
|
| 11 | +- Current: 0.06 |
|
| 12 | +- Speed: 46000 RPM |
|
| 13 | + |
|
| 14 | +## Applications, category, tags, etc. |
|
| 15 | + |
|
| 16 | +## Demo Code and Video |
|
| 17 | + |
|
| 18 | +## ref |
|
| 19 | + |
|
| 20 | +- [[]] |
|
| 21 | + |
|
| 22 | +- legacy wiki page |
app-dat/quadcopter-dat/FPV-dat/FPV-controller-dat/ELRS-dat/2025-04-25-17-30-48.png
| ... | ... | Binary files /dev/null and b/app-dat/quadcopter-dat/FPV-dat/FPV-controller-dat/ELRS-dat/2025-04-25-17-30-48.png differ |
app-dat/quadcopter-dat/FPV-dat/FPV-controller-dat/ELRS-dat/2025-04-25-17-34-11.png
| ... | ... | Binary files /dev/null and b/app-dat/quadcopter-dat/FPV-dat/FPV-controller-dat/ELRS-dat/2025-04-25-17-34-11.png differ |
app-dat/quadcopter-dat/FPV-dat/FPV-controller-dat/ELRS-dat/ELRS-915M-dat.md
| ... | ... | @@ -0,0 +1,4 @@ |
| 1 | + |
|
| 2 | +# ELRS-915M-dat.md |
|
| 3 | + |
|
| 4 | + |
|
| ... | ... | \ No newline at end of file |
app-dat/quadcopter-dat/FPV-dat/FPV-controller-dat/ELRS-dat/ELRS-CHS-PWM-dat.md
| ... | ... | @@ -0,0 +1,4 @@ |
| 1 | + |
|
| 2 | +# ELRS-CHS-PWM-dat.md |
|
| 3 | + |
|
| 4 | + |
|
| ... | ... | \ No newline at end of file |
app-dat/quadcopter-dat/FPV-dat/FPV-controller-dat/ELRS-dat/ELRS-dat.md
| ... | ... | @@ -1,7 +1,7 @@ |
| 1 | 1 | |
| 2 | 2 | # ELRS-dat |
| 3 | 3 | |
| 4 | -Info - [[ELRS-frequency-dat]] |
|
| 4 | +Info - [[ELRS-frequency-dat]] - [[ELRS-faq-dat]] |
|
| 5 | 5 | |
| 6 | 6 | |
| 7 | 7 | ## ELRS-link |
| ... | ... | @@ -15,6 +15,11 @@ ELRS-remote-console-tx |
| 15 | 15 | |
| 16 | 16 | - [[ELRS-RX-dat]] - [[CRSF-dat]] - [[SX1276-dat]] - [[ESP8285-dat]] - [[ESP32-dat]] - [[SX1281-dat]] - [[SX1208-dat]] |
| 17 | 17 | |
| 18 | +- [[ELRS-915M-dat]] - [[ELRS-CHS-PWM-dat]] - [[ELRS-2.4Ghz-dat]] |
|
| 19 | + |
|
| 20 | + |
|
| 21 | +## resources |
|
| 22 | + |
|
| 18 | 23 | https://github.com/ExpressLRS/ExpressLRS |
| 19 | 24 | |
| 20 | 25 | https://www.expresslrs.org/quick-start/getting-started/ |
app-dat/quadcopter-dat/FPV-dat/FPV-controller-dat/ELRS-dat/ELRS-faq-dat.md
| ... | ... | @@ -0,0 +1,26 @@ |
| 1 | + |
|
| 2 | +# ELRS-faq-dat |
|
| 3 | + |
|
| 4 | +## Frequently Asked Questions (FAQ) |
|
| 5 | + |
|
| 6 | +**Q1: Can this receiver bind with a transmitter module (TX module) from brand XXX?** |
|
| 7 | +**A:** The ELRS project is open-source. Therefore, as long as the TX module uses the ELRS protocol, regardless of the brand, they can bind with each other, provided three conditions are met: |
|
| 8 | + 1. **Same Frequency:** Both must operate on the same frequency band (e.g., both 2.4GHz or both 915MHz). |
|
| 9 | + 2. **Matching Firmware Version:** The firmware versions must be identical. For example, if the TX module is flashed with firmware version 2.5.0, the receiver must also be flashed with version 2.5.0. |
|
| 10 | + 3. **Binding Phrase:** Either both devices have no binding phrase set, or they both have the exact same binding phrase configured. |
|
| 11 | + |
|
| 12 | +**Q2: How do I enter binding mode?** |
|
| 13 | +**A:** After soldering the receiver, quickly power cycle the aircraft three times: power on then immediately power off, power on then immediately power off, power on and leave it on. Each power cycle interval should be less than 1.5 seconds. If performed correctly, the receiver's LED will flash quickly twice in a repeating pattern, indicating it is in binding mode. Then, use the bind function/button on your remote controller (often found in the ELRS Lua script). Once binding is successful, the receiver's LED will turn solid. |
|
| 14 | + |
|
| 15 | +**Q3: The first time I used my receiver, it wouldn't enter binding mode, and the LED stayed solid. Why?** |
|
| 16 | +**A:** We've encountered this issue in support cases. It's often caused by an abnormality on the flight controller's TX/RX UART port, which forces the receiver into bootloader/firmware flashing mode upon power-up. Switching the receiver connection to a different, functional TX/RX UART port on the flight controller usually resolves this. |
|
| 17 | + |
|
| 18 | +**Q4: Why is my receiver's LED flashing quickly and continuously?** |
|
| 19 | +**A:** If the receiver is powered on but doesn't enter binding mode (or if it's already bound but the remote controller is off), it will automatically enter Wi-Fi firmware update mode after approximately 60 seconds of not receiving a signal. The fast flashing indicates Wi-Fi mode is active. |
|
| 20 | + |
|
| 21 | +**Q5: How do I enter Wi-Fi mode to update the receiver's firmware?** |
|
| 22 | +**A:** As mentioned above, simply power on the receiver and wait. If it doesn't connect to a transmitter within about 60 seconds, it will automatically enter Wi-Fi update mode, indicated by the rapidly flashing LED. |
|
| 23 | + |
|
| 24 | + |
|
| 25 | +## ref |
|
| 26 | + |
app-dat/quadcopter-dat/FPV-dat/FPV-dat.md
| ... | ... | @@ -7,21 +7,31 @@ |
| 7 | 7 | |
| 8 | 8 | - [[ELRS-dat]] |
| 9 | 9 | |
| 10 | + |
|
| 11 | + |
|
| 12 | + |
|
| 10 | 13 | ## parts of the FPV drones |
| 11 | 14 | |
| 12 | 15 | - **Flight Controller**: The brain of the drone, responsible for stabilizing and controlling the flight. It processes data from sensors and executes commands from the pilot or autopilot system. |
| 16 | + |
|
| 13 | 17 | - **Electronic Speed Controller (ESC)**: Controls the speed of the motors by adjusting the power supplied to them. ESCs are essential for smooth and responsive flight. |
| 18 | + |
|
| 14 | 19 | - **Motors**: Provide the thrust needed for flight. Brushless motors are commonly used in FPV drones due to their efficiency and power. |
| 20 | + |
|
| 15 | 21 | - **Propellers**: Generate lift by spinning rapidly. The size and pitch of the propellers can significantly affect the drone's performance and flight characteristics. |
| 22 | + |
|
| 23 | + - [[SCU1059-dat]] |
|
| 24 | + |
|
| 16 | 25 | - **Camera**: Captures real-time video for FPV flying. FPV cameras are designed to provide low-latency video transmission to the pilot's goggles or screen. |
| 17 | 26 | |
| 18 | 27 | - [[VTX-dat]]: Video Transmitters are commonly referred to as VTX units. They are responsible for transmitting the video signal from the camera to the pilot's goggles or screen. VTX units come in various power levels and frequencies, allowing pilots to choose the best option for their flying environment. |
| 19 | 28 | - **Antenna**: Enhances the signal strength and range of the VTX. Different antenna types (e.g., dipole, patch, circular polarized) can be used to optimize performance. |
| 20 | 29 | |
| 21 | -- ExpressLRS: A long-range radio control link for FPV drones, known for its low latency and high refresh rates. It is an open-source project that competes with other systems like Crossfire and ELRS. |
|
| 22 | -- **Goggles**: Wearable displays that allow pilots to see the live video feed from the drone's camera. They often include features like head tracking and DVR (Digital Video Recorder) capabilities. |
|
| 30 | +- **ExpressLRS**: A long-range radio control link for FPV drones, known for its low latency and high refresh rates. It is an open-source project that competes with other systems like Crossfire and ELRS. |
|
| 23 | 31 | |
| 32 | + - [[ELRS-dat]] |
|
| 24 | 33 | |
| 34 | +- **Goggles**: Wearable displays that allow pilots to see the live video feed from the drone's camera. They often include features like head tracking and DVR (Digital Video Recorder) capabilities. |
|
| 25 | 35 | |
| 26 | 36 | |
| 27 | 37 |