Build a Low-Cost Drone Using ESP32

A tutorial on building a sub-$20 quadcopter around an ESP32 and a PCB-based frame prompts both enthusiasm and skepticism: readers praise the clever all‑in‑one design and imagine swarms or light shows, but question parts choices, outdated libraries, and reliance on an obsolete IMU. Several note that similar open-source projects and cheap FPV ecosystems already exist, raising concerns that this design may heavily reuse Espressif’s esp‑drone code without proper licensing. The thread also touches on broader issues such as how easy low-cost drones are to mass-produce, their potential for misuse, the accessibility of modern PCB fabrication services, and frustration with Digi-Key’s aggressive anti‑adblock measures.

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.