Toy plane → Wi‑Fi FPV craft
A maker project converted a $2 toy plane into a Wi‑Fi FPV aircraft using an XIAO ESP32‑S3 Sense, a custom PCB and live video streaming, showing how tiny embedded boards can host real‑time control and camera feeds. The build is a compact example of inexpensive hardware enabling advanced hobbyist projects. (x.com)
A first-person-view aircraft is just a flying camera with controls attached, and the hard part is squeezing video, radio, and power into something light enough to stay in the air. In this build, a toy-sized airframe carried a Seeed Studio XIAO ESP32-S3 Sense board that is only 21 by 17.8 millimeters, roughly thumb-sized. (seeedstudio.com) The board matters because it combines three jobs that used to need separate parts: a processor, a wireless link, and a camera. Seeed says the XIAO ESP32-S3 Sense uses a dual-core ESP32-S3 chip at up to 240 megahertz and ships with 8 megabytes of pseudo-static random access memory and 8 megabytes of flash storage. (seeedstudio.com) Pseudo-static random access memory is the short-term workspace where video frames sit before they are sent out, like a kitchen counter that holds plates before they leave for the table. That extra memory is why a tiny board like this can handle a live camera feed instead of just blinking lights or reading a sensor. (seeedstudio.com) First-person view means the pilot sees what the aircraft sees, usually through goggles or a phone screen, and hobby aircraft normally do that with dedicated analog radio gear. This project used the board’s 2.4 gigahertz Wi‑Fi to send the camera view to a browser-based control page instead of a traditional video transmitter. (youtube.com) (seeedstudio.com) That browser trick cuts parts count because a phone or laptop already knows how to join a Wi‑Fi network and display video. In the related paper airplane version shown by maker Max Imagination, the XIAO ESP32-S3 Sense streams video through its own access point network to a web control panel that also handles steering. (youtube.com) The camera itself is not a separate action camera bolted on top. Seeed says the Sense version includes a detachable OV3660 camera sensor with resolution up to 2048 by 1536, which is far more compact than the usual hobby setup of flight controller, radio receiver, and standalone camera. (seeedstudio.com) A custom printed circuit board is the other key piece, because it turns a development board into something that actually fits a tiny aircraft. Seeed’s own hardware notes emphasize that the XIAO line uses a single-sided surface-mount design and stamp-hole edges so it can be dropped into custom printed circuit board assemblies more easily. (github.com) (seeedstudio.com) This is why a $2 foam or toy plane can become a serious maker project instead of a throwaway hack. Once the airframe is cheap and the compute board is about $12.99, most of the engineering moves into software, power budgeting, and a tiny carrier board rather than expensive radio hardware. (seeedstudio.com) The broader pattern is that boards once sold for simple Internet of Things gadgets are now crossing into vehicles. Seeed’s recent XIAO project roundup points to the same board family being used for tiny first-person-view cameras and even a submarine build that handles Wi‑Fi control, live video streaming, recording, and battery management on one compact board. (seeedstudio.com 1) (seeedstudio.com 2) What used to require a stack of specialized hobby electronics now fits on something smaller than a postage stamp. That is the real shift in this toy-plane conversion: not that it flies, but that live video and control have become cheap enough to disappear into the airframe. (seeedstudio.com) (github.com)