Arduino's VENTUNO Q: A Qualcomm-Powered AI and Robotics Board

Announced around March 9 ahead of Embedded World, VENTUNO Q pairs a Qualcomm Dragonwing IQ-8275-class brain and Hexagon NPU with an STM32H5 for real-time control. Sub-$300 target, Q2 availability, UNO shields and Pi HATs claimed.

Younes Bekrar8 min read
ShareXLinkedInFacebook
Arduino's VENTUNO Q: A Qualcomm-Powered AI and Robotics Board

Arduino spent March 9 looking like a different company than the one that shipped my first Uno. VENTUNO Q, unveiled ahead of Embedded World, is a Qualcomm-powered AI and robotics board built around Dragonwing IQ-8275 / IQ8-series silicon, a Hexagon NPU rated up to 40 dense TOPS, 16GB of LPDDR5, and a second brain, an STM32H5 MCU, for real-time actuation. Storage lands at 64GB eMMC with an M.2 NVMe path. Radios cover Wi-Fi 6, Bluetooth 5.3, and 2.5Gbit Ethernet. Ubuntu and Debian are the stated software homes. The name is Italian for twenty-one, a nod to Arduino's 21st anniversary. The corporate backdrop is impossible to ignore: Qualcomm's acquisition of Arduino is the reason a board like this can exist without looking like a random OEM white-label.

Dual-brain on purpose

Skip the TOPS figure for a second, even though marketing will lead with it. The real choice is the split between an application processor that can run modern Linux AI stacks and an STM32H5 that owns deterministic control. Robotics people have been duct-taping that pattern together for years, a Pi or Jetson for vision, a microcontroller for motors, and shipping the duct tape as one PCB is the actual product insight. When a model hiccups, you still want a MCU that keeps PWM sane. I have watched too many demos die because the vision box rebooted and the motors kept the last duty cycle like a loyal idiot.

Forty dense TOPS on a Hexagon NPU puts VENTUNO Q into a conversation with other edge AI boards that used to require a different badge on the silkscreen. I treat vendor TOPS the way I treat smartphone camera megapixels: directional, workload-dependent, easy to abuse in a slide. The accompanying 16GB LPDDR5 is the quieter enabler. Edge models that thrash on 4GB or 8GB boards start to look less hypothetical when the memory ceiling moves. People under-discuss memory on these launches because TOPS photographs better in a press kit.

Connectors are where Arduino's history either pays off or becomes nostalgia. Compatibility with UNO shields and Raspberry Pi HATs is the claimed bridge for classrooms and warehouses full of existing add-ons. Claims are not lab reports. Voltage domains, mechanical stacking, and pin mux conflicts have killed prettier compatibility stories. Still, if even a useful subset of shields and HATs behave, the migration path for Arduino-native teams gets shorter than "learn an entirely new ecosystem by Thursday." I want photos of a boring sensor shield working, not a render of twenty connectors labeled with optimism.

Networking on the brief is unusually grown-up for anything with Arduino in the logo: Wi-Fi 6, Bluetooth 5.3, and 2.5Gbit Ethernet on the same board as the NPU. That combination sketches a device that can sit on a robot and on a shop-floor network without an external USB dongle nest. Whether the Linux images expose those interfaces without a weekend of device-tree archaeology is the unglamorous question launch day never answers.

Price, timing, and the Qualcomm shadow

Availability is pitched for Q2 2026. All About Circuits flagged a sub-$300 target, which is the number that decides whether this is a curiosity for well-funded labs or a board you can actually put on a student BOM. Sub-300 for 16GB, 2.5G Ethernet, NVMe optionality, and a 40 TOPS-class NPU would be aggressive. I will believe the street price when distributors list it, not when a launch blog uses the word "target." Launch-week targets have a habit of meeting reality in the shopping cart and flinching.

Qualcomm's ownership changes the strategic read. Arduino's brand was approachable microcontrollers and a gentle on-ramp. Qualcomm's brand is modems, mobile SoCs, and lately industrial-adjacent Dragonwing marketing. VENTUNO Q is what it looks like when the second brand lends the first a serious compute die and keeps the Arduino logo for distribution trust. That can be excellent for builders who wanted Linux-class AI without assembling a PC. It can also scare teachers who liked that Arduino meant "you will not brick a $15 board and cry." Both audiences still exist. This SKU is not for both equally, and pretending otherwise helps neither.

Software will decide the first six months. Ubuntu/Debian on Qualcomm silicon is a known genre with board-support packages that range from pleasant to cursed depending on camera pipelines and NPU toolchains. Arduino's job is to make the getting-started path feel like Arduino, libraries, examples, a first-hour win, rather than a BSP archaeology dig. If the STM32 side has a clean story for motor control while Linux handles vision, demos will write themselves. If the dual-brain story requires a custom IPC framework documented in three wikis, adoption stalls in the usual way: five excited prototypes, zero second purchases.

Anniversary naming is doing cultural work. Twenty-one years from breadboard Atmel parts to a Dragonwing board with an NVMe slot is a wild arc. It does not obligate anyone to buy the thing. It does explain why Arduino can announce it at Embedded World without the room laughing. The brand stretched. The silicon caught up. Trade-show carpet is where you find out whether the stretch holds when engineers start asking about lead times.

Where I'd actually try it first

A mobile manipulator or small AMR prototype that needs onboard perception and tight actuator loops is the obvious first customer. A classroom "AI module" that only ever runs a quantized demo and never moves a motor is a worse fit. Cheaper NPUs exist for slideshow robotics. Industrial gateway work with 2.5G Ethernet and local inference is a maybe, depending on long-term part availability and Qualcomm's industrial support posture through Arduino's channels. Longevity promises matter more than launch TOPS if you are embedding this in a product with a five-year service contract.

Until boards are in stock, treat launch-day connector lists as intentions. Ask for a HAT that matters to you to be photographed working. Ask which NPU runtimes are first-class on day one. Ask whether the STM32 is a peer you program or a black-box coprocessor. The answers will sort VENTUNO Q into either "Arduino grew up" or "Qualcomm rented a beloved logo." I am hoping for the first. The hardware brief is ambitious enough to deserve it.

One selfish note from the robotics side of my desk: if the IPC between Hexagon workloads and the STM32H5 is stable, a lot of ugly USB-serial bridges disappear from prototypes. That alone is worth a pilot purchase. If talking between the brains is the fragile part, you have reinvented the two-board stack with worse debugging. Launch marketing will not tell you which future you got. Your first interrupted control loop will.

I will be watching distributor pages in Q2 more than keynote recaps. Stock, price, and a boring getting-started path beat another anniversary metaphor. If those three land, VENTUNO Q becomes a serious edge-AI option with an Arduino-shaped on-ramp. If they slip, it becomes a very impressive Embedded World ghost. I have a shelf of those. Prefer not to add another. Show me the cart page.

  • Open Source

Keep reading