Build a Low-Cost Drone Using ESP32
Overall Reaction
- Many find the $12–$15 ESP32 PCB-frame drone design “amazing” and fun, especially the integration of landing gear into the PCB and the potential for cheap swarms or light shows.
- Others see it more as a neat demo than a practical platform, given limited size, range, and lack of camera.
Cost, BOM, and Design Tradeoffs
- Several commenters question the sub-$13 BOM; some see closer to ~$50 for single units from common suppliers, but much cheaper at 10+ quantity.
- Multiple parts choices are criticized as suboptimal:
- Standalone USB–UART chip seen as unnecessary if an ESP32 module with native USB were used.
- Voltage regulator considered overpriced versus common cheaper alternatives.
- MPU6050 IMU is obsolete/unavailable; using it in a new design is called “inexcusable” by some.
PCB and Manufacturing Practicality
- PCB fabrication and assembly via services like JLCPCB is viewed as accessible and cheap, including SMT assembly of passives.
- Some note minimum-order quantities (e.g., 5 boards) as a mild downside for hobbyists.
Control, Latency, and Suitability of ESP32
- Concerns about Wi‑Fi control latency are raised; others counter that without video streaming and with local control, latency should be acceptable.
- Debate over need for more cores: some argue ESP32 (and even smaller MCUs) are ample for flight control; others advocate more specialized low-power I/O cores but concede it’s not strictly necessary.
Relation to Existing Projects and Licensing
- Several users point out strong similarity to Espressif’s esp-drone project (including PCB layout and code).
- The GitHub repo linked in the article appears to contain esp-drone code; some claim this may violate its license.
- A malware warning on that repo is reported but generally suspected to be a false positive from bundled binaries.
Broader Drone Ecosystem
- Commenters highlight the rich FPV and DIY ecosystem (Betaflight, ArduPilot, iNav, ExpressLRS, etc.) and note this design as a minimal, low-cost alternative, not a high-performance FPV craft.
Safety, Misuse, and Regulation
- There is extended discussion about potential weaponization of cheap drones, with references to real-world conflict usage and cartels; others argue such attacks remain rare and more conventional methods are easier.
- Some discuss drone registration fees and rules in parts of the EU and Ireland; requirements differ by country and weight/camera presence.
Digikey Site and Anti-Adblock Complaints
- Many report aggressive anti-bot/anti-adblock measures (e.g., “press and hold” human checks) that sometimes fail, leading to frustration and threats to switch distributors.
- Others say the site works fine with uBlock, suggesting behavior may depend on IP, VPN, or other factors.