{"id":131954,"date":"2026-08-31T09:05:11","date_gmt":"2026-08-31T09:05:11","guid":{"rendered":"https:\/\/www.seeedstudio.com\/blog\/?p=131954"},"modified":"2026-08-31T09:05:14","modified_gmt":"2026-08-31T09:05:14","slug":"diy-drone-guide","status":"publish","type":"post","link":"https:\/\/www.seeedstudio.com\/blog\/2026\/08\/31\/diy-drone-guide\/","title":{"rendered":"DIY Drone: From Electronics Bench to Flying ESP32 Quadcopter"},"content":{"rendered":"\n<p>The first flight of a DIY drone is often the easiest part to imagine and the hardest to achieve. A minuscale quadcopter may look simple, but behind those spinning propellers is a very tightly integrated system of motors, sensors, firmware, and control algorithms that are working together every millisecond. Mechanical balance, battery weight, radio communication, and motor response must all align. Otherwise, one weak solder joint, reversed propeller, or poorly tuned control loop can make a promising weekend build a twitchy plastic mosquito.<\/p>\n\n\n\n<p>For makers, engineers, and electronics students, the actual value goes beyond &#8220;getting it into the air.&#8221; It is understanding why it flies at all. <a href=\"https:\/\/www.seeedstudio.com\/ESP-FLY-co-create-p-6744.html\" target=\"_blank\" rel=\"noreferrer noopener\">A good DIY drone kit<\/a> will provide you with enough structure to avoid irrational assumptions, while still leaving room to inspect the hardware, change the code, test the control modes, and even redesign small parts.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1030\" height=\"579\" src=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-93-1030x579.png\" alt=\"ESP-FLY DIY drone during flight testing\" class=\"wp-image-131959\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-93-1030x579.png 1030w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-93-300x169.png 300w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-93-768x432.png 768w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-93-1536x864.png 1536w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-93-32x18.png 32w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-93-1024x576.png 1024w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-93.png 2048w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><figcaption class=\"wp-element-caption\"><em><mark style=\"background-color:rgba(0, 0, 0, 0);color:#8c8f92\" class=\"has-inline-color\">image by @Max Imagination<\/mark><\/em><\/figcaption><\/figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><mark style=\"background-color:rgba(0, 0, 0, 0);color:#8fc31f\" class=\"has-inline-color\">What Is Inside a DIY Drone?<\/mark><\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"693\" height=\"500\" src=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-89.png\" alt=\"DIY drone components with motors, battery and board\" class=\"wp-image-131955\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-89.png 693w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-89-300x216.png 300w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-89-32x23.png 32w\" sizes=\"(max-width: 693px) 100vw, 693px\" \/><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Every quadcopter, whether it is a palm-sized indoor flyer or a larger camera platform, solves the same major problem. That is, four motors must change speed hundreds of times per second so that the frame can remain level, rotate, climb, and descend. The main blocks are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Frame:<\/strong> Holds the motors, battery, flight controller, and propellers in fixed geometry.<\/li>\n\n\n\n<li><strong>Flight controller:<\/strong> Reads sensors, runs control logic, and sends motor commands.<\/li>\n\n\n\n<li><strong>IMU:<\/strong> A gyroscope plus accelerometer, which is used to estimate motion and tilt.<\/li>\n\n\n\n<li><strong>Motor system:<\/strong> Brushed motors with MOSFET drivers for smaller drones, or brushless motors fitted with electronic speed controllers for bigger projects.<\/li>\n\n\n\n<li><strong>Battery:<\/strong> LiPo, as energy density is more important than almost anything in flight.<\/li>\n\n\n\n<li><strong>Firmware:<\/strong> Software layer that converts stick input and sensor data into motor output.<\/li>\n\n\n\n<li><strong>Control link:<\/strong> Wi-Fi, ESP-NOW, radio receiver, Bluetooth, or another wireless method.<\/li>\n<\/ul>\n\n\n\n<p>In a micro DIY drone, weight is brutal. Add a larger battery and flight time might not improve since the motors now work harder. Add a camera and the center of gravity changes. Print a more powerful frame and you may lose agility. Nice theory; physics still sends the bill.<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><mark style=\"background-color:rgba(0, 0, 0, 0);color:#8fc31f\" class=\"has-inline-color\">DIY Drone Arduino, ESP32, or Ready Kit?<\/mark><\/h2>\n\n\n\n<p>There are three ways to start.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Build route<\/strong><\/td><td><strong>Best for<\/strong><\/td><td><strong>Main advantage<\/strong><\/td><td><strong>Main challenge<\/strong><\/td><\/tr><tr><td>Scratch build<\/td><td>Experienced makers<\/td><td>Full hardware freedom<\/td><td>Debugging takes time<\/td><\/tr><tr><td>DIY drone Arduino project<\/td><td>Sensor and control learning<\/td><td>Beginner-friendly coding ecosystem<\/td><td>Stable flight needs careful timing<\/td><\/tr><tr><td>DIY drone ESP32 platform<\/td><td>Wireless control and embedded experiments<\/td><td>Wi-Fi, BLE, ESP-NOW, MCU options<\/td><td>Firmware setup can be less forgiving<\/td><\/tr><tr><td>DIY drone kit<\/td><td>Beginners and classrooms<\/td><td>Matched parts, shorter build path<\/td><td>Less freedom than full custom design<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Arduino-style development makes more sense for learning IMU readings, PWM concepts, battery monitoring, and basic control logic. <a href=\"https:\/\/docs.espressif.com\/projects\/arduino-esp32\/en\/latest\/\" target=\"_blank\" rel=\"noreferrer noopener\">Espressif&#8217;s Arduino core<\/a> also supports ESP32-family boards to give makers access to familiar Arduino workflows on ESP32 hardware.<\/p>\n\n\n\n<p>An ESP32 route becomes more interesting when wireless control, compact size, and firmware experimentation are important. Espressif&#8217;s <a href=\"https:\/\/docs.espressif.com\/projects\/espressif-esp-drone\/en\/latest\/gettingstarted.html\" target=\"_blank\" rel=\"noreferrer noopener\">ESP-Drone documentation<\/a> describes ESP32\/ESP32-S2\/ESP32-S3 drone platforms that can be controlled through a mobile application or gamepad over Wi-Fi, as well as support for STEAM education and functional extension.<\/p>\n\n\n\n<p>However, the kit path is the dominant option for the majority of first\u00a0builds. Not because it is &#8220;easier&#8221; in a lazy way, but because matched hardware removes boring uncertainty. You can concentrate on flight behavior instead of hunting for parts that are incompatible.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1030\" height=\"371\" src=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-90-1030x371.png\" alt=\"ESP32 drone frame and assembled quadcopter\" class=\"wp-image-131956\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-90-1030x371.png 1030w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-90-300x108.png 300w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-90-768x277.png 768w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-90-32x12.png 32w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-90-1024x369.png 1024w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-90.png 1460w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><mark style=\"background-color:rgba(0, 0, 0, 0);color:#8fc31f\" class=\"has-inline-color\">Featured DIY Drone Kit: Seeed Studio ESP-FLY<\/mark><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.seeedstudio.com\/ESP-FLY-co-create-p-6744.html\" target=\"_blank\" rel=\" noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1030\" height=\"773\" src=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-92-1030x773.png\" alt=\"ESP-FLY kit parts and assembled micro drone\" class=\"wp-image-131958\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-92-1030x773.png 1030w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-92-300x225.png 300w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-92-768x576.png 768w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-92-32x24.png 32w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-92-1024x768.png 1024w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-92.png 1400w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/a><figcaption class=\"wp-element-caption\"><em><mark style=\"background-color:rgba(0, 0, 0, 0);color:#939698\" class=\"has-inline-color\"><a href=\"https:\/\/www.seeedstudio.com\/ESP-FLY-co-create-p-6744.html\" target=\"_blank\" rel=\"noreferrer noopener\">ESP-FLY DIY Kit<\/a> &#8211; DIY Micro Drone Kit based on XIAO ESP32-S3 by Max Imagination<\/mark><\/em><\/figcaption><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The <a href=\"https:\/\/www.seeedstudio.com\/ESP-FLY-co-create-p-6744.html\" target=\"_blank\" rel=\"noreferrer noopener\">ESP-FLY DIY Kit<\/a> is a micro quadcopter based on the Seeed Studio XIAO ESP32-S3. It is a lightweight DIY micro drone kit <a href=\"https:\/\/www.seeedstudio.com\/blog\/2026\/04\/30\/meet-esp-fly-tiny-hackable-esp-drone-thats-easy-to-start\/\" target=\"_blank\" rel=\"noreferrer noopener\">co-created with Max Imagination<\/a> for STEM education and hobbyists. Wi-Fi mobile-app control and ESP-NOW radio-controller options are included.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><a href=\"https:\/\/www.seeedstudio.com\/XIAO-ESP32S3-p-5627.html\" target=\"_blank\" rel=\" noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1400\" height=\"787\" src=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-91-edited.png\" alt=\"Seeed Studio XIAO ESP32-S3 development board\" class=\"wp-image-131968\" style=\"width:601px;height:auto\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-91-edited.png 1400w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-91-edited-300x169.png 300w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-91-edited-1030x579.png 1030w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-91-edited-768x432.png 768w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-91-edited-32x18.png 32w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/image-91-edited-1024x576.png 1024w\" sizes=\"(max-width: 1400px) 100vw, 1400px\" \/><\/a><\/figure>\n\n\n\n<p>Technically speaking, ESP-FLY is more useful than a toy drone, as the hardware is visible, programmable, and hackable. <a href=\"https:\/\/www.seeedstudio.com\/XIAO-ESP32S3-p-5627.html\" target=\"_blank\" rel=\"noreferrer noopener\">The XIAO ESP32 S3<\/a> is the main flight controller, and meanwhile, a custom IMU\/motor-driver board controls four high-speed coreless motors. Not only that, but it is a 50 mm class micro drone for experimentation, education, and hobby use.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Key ESP-FLY Specifications<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A dual-core 240 MHz Xtensa LX7 processor.<\/li>\n\n\n\n<li>8 MB Flash.<\/li>\n\n\n\n<li>8 MB PSRAM.<\/li>\n\n\n\n<li>Wi-Fi.<\/li>\n\n\n\n<li>Bluetooth 5.0.<\/li>\n\n\n\n<li>MPU-6050 6-axis IMU.<\/li>\n\n\n\n<li>Four SI2300 MOSFET motor drivers.<\/li>\n\n\n\n<li>615 coreless DC motors.<\/li>\n\n\n\n<li>A 1S 3.7 V 250 mAh LiPo battery.<\/li>\n\n\n\n<li>USB-C programming.<\/li>\n\n\n\n<li>Development workflows (ESP-IDF, VS Code\/PlatformIO, or <a href=\"https:\/\/app.betaflight.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Betaflight Configurator<\/a>).<\/li>\n<\/ul>\n\n\n\n<p>The size is also important. ESP-FLY is listed at 67 x 67 x 31 mm along with propellers, 25 g with its LiPo battery, and 28 g with an FPV camera. Flight time is 5 minutes \u2013 up to 5.5 minutes tested under suitable conditions. Control range is 50 m over Wi-Fi and up to 200 m with ESP-NOW.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What ESP-FLY Can and Cannot Do<\/strong><\/h3>\n\n\n\n<p>That said, it should be framed honestly. ESP-FLY is a manually controlled micro drone. It supports Angle and Acro modes, but keep in mind that it does not include altitude hold, GPS, or autonomous navigation. That is not a flaw. In a simple way, it tells readers what kind of project they are buying, meaning a learning platform, not a self-flying camera drone.<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><mark style=\"background-color:rgba(0, 0, 0, 0);color:#8fc31f\" class=\"has-inline-color\">How to Build a DIY Drone: High-Level Steps<\/mark><\/h2>\n\n\n\n<p>A ESP32 micro drone build moves like this:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Inspect the Kit Parts.&nbsp;<\/strong><\/h3>\n\n\n\n<p>Before touching the soldering iron, make sure that the frame, the motor direction labels, the propeller pairs, the battery connection, the antenna, and the motor wires are in good condition.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Assemble the Power and Motor Path<\/strong><\/h3>\n\n\n\n<p>This is the moment when neat&nbsp;soldering is necessary to be implemented. Remember, a weak joint may seem to be fine on the bench and fail when subjected to vibration.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Mount the Controller Stack<\/strong><\/h3>\n\n\n\n<p>A flawless mechanical alignment is required for the XIAO ESP32-S3 and the IMU\/motor-driver board in order to ensure that the sensor readings&nbsp;are interpreted correctly.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Flash or Modify Firmware<\/strong><\/h3>\n\n\n\n<p>Beginners can begin with the recommended firmware path. On the other hand, advanced users have the option of exploring ESP-Drone or ESP-FC workflows.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Connect the Controller<\/strong><\/h3>\n\n\n\n<p>Your initial option should be to use the phone-based Wi-Fi control, and if you want a more precise stick response, you may switch to the ESP-NOW or radio control.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Run Preflight Checks<\/strong><\/h3>\n\n\n\n<p>For the sake of preflight checks, verify the direction of the propeller, the order of the motors, the voltage of the battery, the frame rigidity, and the failsafe behavior.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Test Low. Very Low<\/strong><\/h3>\n\n\n\n<p>When doing first hover testing, it is recommended to do it on a soft or cushioned surface, indoors, and away from people (or at least faces), pets, wires, and coffee cups.<\/p>\n\n\n\n<p>Links to instructional materials are provided on the <a href=\"https:\/\/github.com\/Seeed-Projects\/Co-Create_ESP-FLY\" target=\"_blank\" rel=\"noreferrer noopener\">official ESP-FLY repository<\/a> including the ESP-FLY drone tutorial video and a tutorial on radio-controller\/Betaflight firmware.<\/p>\n\n\n\n<p>Watch the <a href=\"https:\/\/www.youtube.com\/watch?v=3Y_drsQtMs4\" target=\"_blank\" rel=\"noreferrer noopener\">official ESP-FLY tutorial\u00a0video<\/a> offered by Max Imagination to learn the precise assembly sequence, how to configure the firmware, and how to do the first hover test.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Build the TINIEST ESP32 Drone (Now a Kit) | ESP-FLY Tutorial\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/3Y_drsQtMs4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><mark style=\"background-color:rgba(0, 0, 0, 0);color:#8fc31f\" class=\"has-inline-color\">Where 3D Printing Fits<\/mark><\/h2>\n\n\n\n<p>A DIY drone 3D print project is pretty easy. Print a frame, attach motors, fly. The frame must remain light, rigid, symmetric, and repairable. Flexible arms create oscillation. Heavy ducts protect propellers but reduce thrust margin. Brittle parts crack during rough landings.<\/p>\n\n\n\n<p>For ESP-FLY-style builds, 3D printing is most beneficial for frame iteration, top covers, FPV camera mounts, battery holders, and landing gear. Keep walls thin, avoid unnecessary decorative mass, and print a few sacrificial frames. Crashes are not a maybe. They are part of tuning.<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><mark style=\"background-color:rgba(0, 0, 0, 0);color:#8fc31f\" class=\"has-inline-color\">Use Cases Beyond &#8220;It Flies&#8221;<\/mark><\/h2>\n\n\n\n<p>A small DIY drone for beginners can still teach serious engineering ideas.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>STEM and Classroom Learning<\/strong><\/h3>\n\n\n\n<p>In the context of a classroom, it might connect embedded systems, soldering, wireless communication, battery safety, and mechanical design all in one object.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Firmware and Control-Loop Experiments<\/strong><\/h3>\n\n\n\n<p>Firmware learners get immediate feedback (adjust parameter, flash, test, observe).&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Indoor FPV Practice<\/strong><\/h3>\n\n\n\n<p>For FPV practice, micro quads are safer and cost-effective than bulkier outdoor drones.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Research and Prototyping<\/strong><\/h3>\n\n\n\n<p>When it comes to researchers or advanced makers, it can be a small testbed for control loops, human-input mapping, telemetry displays, and lightweight payload experiments.<\/p>\n\n\n\n<p>To put it in a nutshell, applications such as STEM education, DIY maker projects, indoor FPV flying and training, research and prototyping, and hobby experimentation can be considered.<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><mark style=\"background-color:rgba(0, 0, 0, 0);color:#8fc31f\" class=\"has-inline-color\">Safety, Legal Checks, and Sensible Limits<\/mark><\/h2>\n\n\n\n<p>Small does not mean harmless. Propellers can cut skin, LiPo cells can be damaged by abuse, and indoor flight near people is still risky. Use eye protection during early tests, remove propellers while flashing or debugging motor output, and never charge a damaged LiPo battery unattended.<\/p>\n\n\n\n<p>Rules differ by country. In the USA, the <a href=\"https:\/\/www.faa.gov\/uas\/recreational_flyers\" target=\"_blank\" rel=\"noreferrer noopener\">FAA<\/a> says recreational flyers must register drones that weigh 250 g or more, take the free TRUST test, and keep the aircraft within visual line of sight. ESP-FLY&#8217;s weight is far below 250 g with its battery, but payloads, cameras, or different batteries can change takeoff weight. Builders should still check local rules before flying outside.<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><mark style=\"background-color:rgba(0, 0, 0, 0);color:#8fc31f\" class=\"has-inline-color\">Final Buying Checklist<\/mark><\/h2>\n\n\n\n<p>Before choosing a DIY drone platform, check these points:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Does the kit include matched motors, props, battery, and frame?<\/li>\n\n\n\n<li>Is the firmware open enough to inspect or modify?<\/li>\n\n\n\n<li>Are control options clear, such as phone, radio, gamepad, or PC?<\/li>\n\n\n\n<li>Are spare propellers and motors easy to source?<\/li>\n\n\n\n<li>Is the documentation strong enough for your skill level?<\/li>\n\n\n\n<li>Is the drone light enough for safe indoor testing?<\/li>\n\n\n\n<li>Can the frame support your future experiments, such as FPV or 3D-printed parts?<\/li>\n<\/ul>\n\n\n\n<p>ESP-FLY fits when the goal goes beyond just buying a mini quadcopter to learning how a micro drone works from the inside. It provides beginners with a path into flight electronics as well as leave room for firmware work, hardware inspection, FPV experiments, and small mechanical changes. That is the sweet spot. Structured enough to start, open enough to keep going.<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><mark style=\"background-color:rgba(0, 0, 0, 0);color:#8fc31f\" class=\"has-inline-color\">FAQ<\/mark><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How much does it cost to build a DIY drone?<\/strong><\/h3>\n\n\n\n<p>A basic DIY drone can cost $50-$200, depending on its size, controller, motors, and included tools. The ESP-FLY kit is at $59.99 before shipping and optional accessories.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Can I 3D print a drone?<\/strong><\/h3>\n\n\n\n<p>You can 3D print the frame, propeller guards, battery holder, and camera mount. Nevertheless, the motors, batteries, sensors, and control electronics are all components that need to be installed independently. The ESP-FLY makes use of a lightweight 3D-printed 50 mm frame.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Is a DIY drone suitable for beginners?<\/strong><\/h3>\n\n\n\n<p>Yes, when beginners choose a documented DIY drone kit with matched parts, prepared firmware, and tutorial support. Some soldering, calibration, and careful preflight testing are still required.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Can I build a DIY drone with Arduino or ESP32?<\/strong><\/h3>\n\n\n\n<p>Both platforms can work. ESP32 boards suit compact drones as they combine processing power with Wi-Fi and Bluetooth. ESP-FLY uses the XIAO ESP32-S3 as its main flight controller.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Do I need to program the flight controller myself?<\/strong><\/h3>\n\n\n\n<p>No. You can begin with compatible open-source firmware and modify the code later to explore sensor filtering, control loops, wireless communication, or failsafe behavior.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How long can a DIY micro drone fly?<\/strong><\/h3>\n\n\n\n<p>Most small DIY drones fly for only a few minutes since battery capacity is limited by weight. ESP-FLY provides five minutes of standard flight time with its 250 mAh LiPo battery.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Can I control a DIY drone with my phone?<\/strong><\/h3>\n\n\n\n<p>Yes, provided the hardware and firmware support Wi-Fi control. ESP-FLY can connect directly to a smartphone through its own Wi-Fi access point and also supports ESP-NOW radio control.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Can I add an FPV camera to a DIY drone?<\/strong><\/h3>\n\n\n\n<p>Yes, but the camera must be lightweight, enough for the motors and frame. If the weight is additional, it may shorten flight time, change the center of gravity, and reduce stability.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Do I need to register a DIY drone?<\/strong><\/h3>\n\n\n\n<p>It depends on location and takeoff weight. In the United States, recreational drones weighing 250 g or more need FAA registration. Pilots must still follow applicable operating and airspace rules.<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><em><mark style=\"background-color:rgba(0, 0, 0, 0);color:#8fc31f\" class=\"has-inline-color\"><strong>>> Read more<\/strong><\/mark><\/em><\/p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-1 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-latest-news-from-seeed-studio wp-block-embed-latest-news-from-seeed-studio\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"qY7d9ZZKwZ\"><a href=\"https:\/\/www.seeedstudio.com\/blog\/2026\/01\/14\/xiao-esp32-s3-c3-c6-comparison\/\">XIAO ESP32-S3 vs ESP32-C3 vs ESP32-C6 vs ESP32-C5: Which One Is Best for Your Project?<\/a><\/blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"&#8220;XIAO ESP32-S3 vs ESP32-C3 vs ESP32-C6 vs ESP32-C5: Which One Is Best for Your Project?&#8221; &#8212; Latest News from Seeed Studio\" src=\"https:\/\/www.seeedstudio.com\/blog\/2026\/01\/14\/xiao-esp32-s3-c3-c6-comparison\/embed\/#?secret=WATYpWR9o5#?secret=qY7d9ZZKwZ\" data-secret=\"qY7d9ZZKwZ\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-latest-news-from-seeed-studio wp-block-embed-latest-news-from-seeed-studio\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"0D4kbX5S3F\"><a href=\"https:\/\/www.seeedstudio.com\/blog\/2025\/09\/19\/build-your-own-custom-e-ink-display-with-the-trmnl-diy-kit\/\">Build Your Own Custom E-Ink Display with the TRMNL DIY Kit<\/a><\/blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"&#8220;Build Your Own Custom E-Ink Display with the TRMNL DIY Kit&#8221; &#8212; Latest News from Seeed Studio\" src=\"https:\/\/www.seeedstudio.com\/blog\/2025\/09\/19\/build-your-own-custom-e-ink-display-with-the-trmnl-diy-kit\/embed\/#?secret=yHWF6VJbol#?secret=0D4kbX5S3F\" data-secret=\"0D4kbX5S3F\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-2 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-latest-news-from-seeed-studio wp-block-embed-latest-news-from-seeed-studio\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"FSr7cI6YX7\"><a href=\"https:\/\/www.seeedstudio.com\/blog\/2026\/05\/06\/esp32-camera-guide\/\">ESP32 Camera: Specs, Projects, and Getting Started Guide (2026)<\/a><\/blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"&#8220;ESP32 Camera: Specs, Projects, and Getting Started Guide (2026)&#8221; &#8212; Latest News from Seeed Studio\" src=\"https:\/\/www.seeedstudio.com\/blog\/2026\/05\/06\/esp32-camera-guide\/embed\/#?secret=bK3wrIonSD#?secret=FSr7cI6YX7\" data-secret=\"FSr7cI6YX7\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-latest-news-from-seeed-studio wp-block-embed-latest-news-from-seeed-studio\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"cFcCaKAZhc\"><a href=\"https:\/\/www.seeedstudio.com\/blog\/2025\/11\/27\/smart-home-projects-using-arduino-esp32-and-raspberry-pi\/\">18 Practical Smart Home Projects Using Arduino, ESP32, and Raspberry Pi<\/a><\/blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"&#8220;18 Practical Smart Home Projects Using Arduino, ESP32, and Raspberry Pi&#8221; &#8212; Latest News from Seeed Studio\" src=\"https:\/\/www.seeedstudio.com\/blog\/2025\/11\/27\/smart-home-projects-using-arduino-esp32-and-raspberry-pi\/embed\/#?secret=JMJmFePF3A#?secret=cFcCaKAZhc\" data-secret=\"cFcCaKAZhc\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>The first flight of a DIY drone is often the easiest part to imagine and<\/p>\n","protected":false},"author":3664,"featured_media":132023,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"iawp_total_views":0,"footnotes":""},"categories":[4391,4394,5007,4393],"tags":[5569,5571,5573,5570,5572],"class_list":["post-131954","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-build","category-deploy","category-feature","category-tech","tag-diy-drone","tag-diy-drone-kit","tag-esp-fly","tag-esp32-drone","tag-esp32-quadcopter"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>DIY Drone: Build, Program, and Fly an ESP32 Micro Quadcopter<\/title>\n<meta name=\"description\" content=\"Build a DIY drone with the right frame, motors, battery, firmware, and controller. ESP32 drone kits like ESP-FLY make micro quadcopters easier for beginners.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.seeedstudio.com\/blog\/2026\/08\/31\/diy-drone-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DIY Drone: Build, Program, and Fly an ESP32 Micro Quadcopter\" \/>\n<meta property=\"og:description\" content=\"Build a DIY drone with the right frame, motors, battery, firmware, and controller. ESP32 drone kits like ESP-FLY make micro quadcopters easier for beginners.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.seeedstudio.com\/blog\/2026\/08\/31\/diy-drone-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"Latest News from Seeed Studio\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-31T09:05:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-31T09:05:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/diy-drone-kit.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"864\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Starry\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Starry\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2026\/08\/31\/diy-drone-guide\/\",\"url\":\"https:\/\/www.seeedstudio.com\/blog\/2026\/08\/31\/diy-drone-guide\/\",\"name\":\"DIY Drone: Build, Program, and Fly an ESP32 Micro Quadcopter\",\"isPartOf\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2026\/08\/31\/diy-drone-guide\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2026\/08\/31\/diy-drone-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/diy-drone-kit.png\",\"datePublished\":\"2026-08-31T09:05:11+00:00\",\"dateModified\":\"2026-08-31T09:05:14+00:00\",\"author\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/85eb75005234b879c58585ca9fe45fba\"},\"description\":\"Build a DIY drone with the right frame, motors, battery, firmware, and controller. ESP32 drone kits like ESP-FLY make micro quadcopters easier for beginners.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2026\/08\/31\/diy-drone-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.seeedstudio.com\/blog\/2026\/08\/31\/diy-drone-guide\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2026\/08\/31\/diy-drone-guide\/#primaryimage\",\"url\":\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/diy-drone-kit.png\",\"contentUrl\":\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/diy-drone-kit.png\",\"width\":1536,\"height\":864,\"caption\":\"diy drone kit\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2026\/08\/31\/diy-drone-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.seeedstudio.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DIY Drone: From Electronics Bench to Flying ESP32 Quadcopter\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#website\",\"url\":\"https:\/\/www.seeedstudio.com\/blog\/\",\"name\":\"Latest News from Seeed Studio\",\"description\":\"Emerging IoT, AI and Autonomous Applications on the Edge\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.seeedstudio.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/85eb75005234b879c58585ca9fe45fba\",\"name\":\"Starry\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b67bfaf6cb1c6d5927cf07e70b04c25c?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b67bfaf6cb1c6d5927cf07e70b04c25c?s=96&r=g\",\"caption\":\"Starry\"},\"description\":\"Writer &amp; movie buff\",\"url\":\"https:\/\/www.seeedstudio.com\/blog\/author\/starry\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DIY Drone: Build, Program, and Fly an ESP32 Micro Quadcopter","description":"Build a DIY drone with the right frame, motors, battery, firmware, and controller. ESP32 drone kits like ESP-FLY make micro quadcopters easier for beginners.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.seeedstudio.com\/blog\/2026\/08\/31\/diy-drone-guide\/","og_locale":"en_US","og_type":"article","og_title":"DIY Drone: Build, Program, and Fly an ESP32 Micro Quadcopter","og_description":"Build a DIY drone with the right frame, motors, battery, firmware, and controller. ESP32 drone kits like ESP-FLY make micro quadcopters easier for beginners.","og_url":"https:\/\/www.seeedstudio.com\/blog\/2026\/08\/31\/diy-drone-guide\/","og_site_name":"Latest News from Seeed Studio","article_published_time":"2026-08-31T09:05:11+00:00","article_modified_time":"2026-08-31T09:05:14+00:00","og_image":[{"width":1536,"height":864,"url":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/diy-drone-kit.png","type":"image\/png"}],"author":"Starry","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Starry","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.seeedstudio.com\/blog\/2026\/08\/31\/diy-drone-guide\/","url":"https:\/\/www.seeedstudio.com\/blog\/2026\/08\/31\/diy-drone-guide\/","name":"DIY Drone: Build, Program, and Fly an ESP32 Micro Quadcopter","isPartOf":{"@id":"https:\/\/www.seeedstudio.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.seeedstudio.com\/blog\/2026\/08\/31\/diy-drone-guide\/#primaryimage"},"image":{"@id":"https:\/\/www.seeedstudio.com\/blog\/2026\/08\/31\/diy-drone-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/diy-drone-kit.png","datePublished":"2026-08-31T09:05:11+00:00","dateModified":"2026-08-31T09:05:14+00:00","author":{"@id":"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/85eb75005234b879c58585ca9fe45fba"},"description":"Build a DIY drone with the right frame, motors, battery, firmware, and controller. ESP32 drone kits like ESP-FLY make micro quadcopters easier for beginners.","breadcrumb":{"@id":"https:\/\/www.seeedstudio.com\/blog\/2026\/08\/31\/diy-drone-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.seeedstudio.com\/blog\/2026\/08\/31\/diy-drone-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.seeedstudio.com\/blog\/2026\/08\/31\/diy-drone-guide\/#primaryimage","url":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/diy-drone-kit.png","contentUrl":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/diy-drone-kit.png","width":1536,"height":864,"caption":"diy drone kit"},{"@type":"BreadcrumbList","@id":"https:\/\/www.seeedstudio.com\/blog\/2026\/08\/31\/diy-drone-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.seeedstudio.com\/blog\/"},{"@type":"ListItem","position":2,"name":"DIY Drone: From Electronics Bench to Flying ESP32 Quadcopter"}]},{"@type":"WebSite","@id":"https:\/\/www.seeedstudio.com\/blog\/#website","url":"https:\/\/www.seeedstudio.com\/blog\/","name":"Latest News from Seeed Studio","description":"Emerging IoT, AI and Autonomous Applications on the Edge","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.seeedstudio.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/85eb75005234b879c58585ca9fe45fba","name":"Starry","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b67bfaf6cb1c6d5927cf07e70b04c25c?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b67bfaf6cb1c6d5927cf07e70b04c25c?s=96&r=g","caption":"Starry"},"description":"Writer &amp; movie buff","url":"https:\/\/www.seeedstudio.com\/blog\/author\/starry\/"}]}},"modified_by":"Starry","views":36,"featured_image_urls":{"full":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/diy-drone-kit.png",1536,864,false],"thumbnail":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/diy-drone-kit-80x80.png",80,80,true],"medium":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/diy-drone-kit-300x169.png",300,169,true],"medium_large":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/diy-drone-kit-768x432.png",640,360,true],"large":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/diy-drone-kit-1030x579.png",640,360,true],"1536x1536":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/diy-drone-kit.png",1536,864,false],"2048x2048":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/diy-drone-kit.png",1536,864,false],"visody_icon":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/diy-drone-kit-32x18.png",32,18,true],"magazine-7-slider-full":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/diy-drone-kit.png",1536,864,false],"magazine-7-slider-center":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/diy-drone-kit-936x864.png",936,864,true],"magazine-7-featured":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/diy-drone-kit-1024x576.png",1024,576,true],"magazine-7-medium":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/diy-drone-kit-720x380.png",720,380,true],"magazine-7-medium-square":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2026\/08\/diy-drone-kit-675x450.png",675,450,true]},"author_info":{"display_name":"Starry","author_link":"https:\/\/www.seeedstudio.com\/blog\/author\/starry\/"},"category_info":"<a href=\"https:\/\/www.seeedstudio.com\/blog\/category\/build\/\" rel=\"category tag\">Build<\/a> <a href=\"https:\/\/www.seeedstudio.com\/blog\/category\/deploy\/\" rel=\"category tag\">Deploy<\/a> <a href=\"https:\/\/www.seeedstudio.com\/blog\/category\/feature\/\" rel=\"category tag\">Feature<\/a> <a href=\"https:\/\/www.seeedstudio.com\/blog\/category\/tech\/\" rel=\"category tag\">Tech<\/a>","tag_info":"Tech","comment_count":"0","_links":{"self":[{"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts\/131954","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/users\/3664"}],"replies":[{"embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/comments?post=131954"}],"version-history":[{"count":6,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts\/131954\/revisions"}],"predecessor-version":[{"id":132022,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts\/131954\/revisions\/132022"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/media\/132023"}],"wp:attachment":[{"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/media?parent=131954"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/categories?post=131954"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/tags?post=131954"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}