DEV Community

Cover image for Arduino VENTUNO Q: 8-Core Dragonwing SBC With an STM32 Sidekick
circuitrocks
circuitrocks

Posted on Originally published at blog.circuit.rocks

Arduino VENTUNO Q: 8-Core Dragonwing SBC With an STM32 Sidekick

Before you order one, clear some bench space and check your power drawer. The Arduino VENTUNO Q ships with a 65W USB Type-C supply for a reason, and it arrives with a heatsink and an active cooling fan already bolted on. To get something running the day the box lands, have these ready:

  • A spare HDMI monitor, or a USB-C cable that carries DisplayPort Alt Mode
  • An NVMe SSD for the onboard M.2 slot, if 64GB of eMMC feels tight
  • Jumper wires and a breadboard for the GPIO header
  • A MIPI camera module if you want to feed the DSP any vision work

What Arduino actually shipped

VENTUNO Q is the second UNO-branded single-board computer, and the name is Italian for twenty-one, marking the project's 21st year. It abandons the classic UNO footprint for something noticeably bulkier, but it keeps the dual-brain idea introduced on the UNO Q: a Linux-capable application processor sitting beside a real microcontroller, the two talking over a purpose-built bus. Pre-orders are open at $299, with delivery quoted at roughly four weeks.

The silicon underneath

The application side is a Qualcomm Dragonwing IQ-8275, with eight 64-bit Kryo cores clocking up to 2.35GHz, an Adreno 623 GPU, and a Hexagon DSP rated at 40 TOPS for on-device vision and machine learning. Next to it sits an STMicroelectronics STM32H5F5 that handles the deterministic work, which is the half that matters when your capstone demo needs a stepper stepped on time rather than whenever the Linux scheduler gets around to it. Memory is 16GB of LPDDR5; storage is 64GB of eMMC plus that M.2 slot. Radios cover tri-band Wi-Fi 6 and Bluetooth 5.3. The headers expose USB, CAN FD, I2C, I3C, SPI, PWM, UART and plain GPIO, and the board still accepts UNO- and Modulino-format add-ons. Both halves are programmed from Arduino App Lab, which runs on the board itself.

Why the exit path matters more than the specs

For thesis and competition teams, the interesting line in the announcement is not the TOPS figure. Under the Works with Arduino program, SECO and Toradex are offering production-certified SOMs built on the same Dragonwing IQ8 architecture, so an App Lab prototype can move onto a production module without re-architecting the hardware stack. Your models and application logic carry across. That is a rare thing at this price tier, and it is the difference between a project that ends at the defense panel and one that becomes a product. If you want the full spec sheet before committing $299, read the launch writeup on Hackster, then check the Arduino Store listing for regional shipping before you budget the freight.


Originally published on blog.circuit.rocks.

arduino #arduinoprojects #electronics #embedded #circuitrocks

Top comments (0)