Arduino’s classic pitch was simplicity: a microcontroller, a handful of pins, and a language simple enough to teach to beginners. The new Uno Q keeps that world intact on one side of the board and bolts a full Linux computer onto the other — a combination that’s already produced some of the more unlikely maker demos of the year.
Watch: Introducing Arduino UNO Q (YouTube)
What’s actually on the board
The Uno Q pairs a Qualcomm Dragonwing QRB2210 — a Linux-capable microprocessor with dual 13MP image signal processors and enough compute to run AI inference on its CPU and GPU — with an STM32U585 real-time microcontroller for the compiled C++ side makers already know. In practice that means existing Arduino shields and libraries still work on the MCU half, while the SoC half can run a full Debian install, host a web server, or do on-device machine learning, all on one $44 board.
Why makers keep using it for the wrong thing
The demos so far read like a stress test of the concept rather than a product roadmap: Arduino’s own engineers have gotten Scratch running natively on it to control real LEDs and buttons, turned it into a Minecraft server, and — inevitably — gotten both Doom and Super Mario 64 running under Linux on the board. None of that is the point of a $44 hybrid board, and that’s exactly what makes it a useful signal: hardware this capable, at this price, in this form factor, is what happens when “good enough to run a real OS” becomes cheap enough to put in a single-board computer aimed at hobbyists.
What it’s actually good for
Set the novelty demos aside and the Uno Q’s real target is projects that need both real-time signal handling and on-device AI in the same object — a sculpture that needs to react to sensor input in real time while also running a small vision or audio model locally, without shipping data to a server to do it. That’s a narrower and more specialized use case than the original Uno ever aimed at, which is also the honest caveat: reviewers note it’s too complex and too expensive to hand a total beginner for self-directed LED blinking. It’s a board for makers who’ve outgrown the microcontroller-only Uno, not a replacement for it.