← Build

Build

The FPV Drone

A perception-driven quadrotor: a printed frame, a real flight controller for stabilization, and a brain for the policy. Fly the twin first, in real rigid-body physics.

from ~$110cost
brain-agnosticboard
FDM · any printerbody
flightlevel
The sim twin

Drive it in real physics.

The four-part build starts with this: the design as a real MuJoCo twin you can pilot right now on Play. Take the controls, then build the body that runs it.

MUJOCO · REAL PHYSICS · ON PLAY

Fly the twin

A real-physics quadrotor. Throttle, yaw, pitch, and roll on any controller, through a nose camera or a cinematic chase view, the flight envelope you'll tune on the real frame.

Any controller: throttle, yaw, pitch, and roll, through a nose camera or a chase view.

▶ Drive the twin on Play ↗
What you build

Four parts, one loop.

Body, brain, driver, policy. The design forces no single board, only that whatever you pick can take the commands and run the policy.

01 · Body

A printed quad frame

A printed X-frame sized to 3–5" props, with motor mounts, a board deck, and a camera cage. TPU feet for the hard landings you'll have while learning.

02 · Brain

A flight controller, plus a mind

Stabilization belongs on a real flight controller; the policy belongs on a brain beside it. Pick the brain below, the flight controller is the constant.

03 · Driver

Setpoints → flight controller

The policy sends attitude and throttle setpoints to a Betaflight / PX4 flight controller over serial. The controller holds a loop rate no laptop can; your brain sets intent.

04 · Policy

Perception → setpoints

Fly line-of-sight to start, then offload vision to the companion board. The same setpoint stream drives the sim and the real quad.

Pick a brain

Ways to power the same body.

Cheapest to heaviest. Every one drives the identical printed body and runs the same policy.

Flight controller + ESP32-S3 companion

~$40

The flight controller (Betaflight / PX4) holds stabilization; the companion offloads perception or relays setpoints.

Raspberry Pi 5 + AI Camera

$150+

On-board vision for autonomy, riding alongside the flight controller.

NVIDIA Jetson Orin Nano

$249

A real vision-action policy in the air, within the weight and power budget.

Full specs and roles for every board: Digital Brains →

Where this build stands

Live now: the twin. In progress: the physical unit.

The sim twin on this page is real and live today. The printable body and the driver are specced against the sim-to-real registry; the first physical unit is being assembled, and the STL pack and step-by-step land here the moment it's verified on real hardware, not before.

3D printing guide →The design method →

Make it

Design its body, program its brain.

Take this build into the Studio: model and export its printed parts on the CAD kernel, and write the MicroPython that runs on its board. Both open as full-screen workspaces.

Design the body →Program the brain →