Things You Can Build
The UNO Q runs full Linux and has an AI chip, so you can build projects that were not possible on older Arduino boards.
AI Camera Projects
Use the built-in camera support and AI chip to build things like:
- Object detection — identify what the camera sees in real time
- Face recognition
- Smart security cameras that only alert you when something important happens
Robots
The UNO Q is great for robotics because it has two chips:
- Use the Linux side for navigation and decision-making
- Use the Arduino side for real-time motor control
- Both chips are on the same board so they can talk to each other fast
Smart Sensors
Instead of sending all your sensor data to the cloud, the UNO Q can process it locally:
- Air quality monitors that detect patterns over time
- Industrial sensors that only send alerts when something is wrong
- Weather stations with local data logging
Audio Projects
The AI chip makes audio processing much easier:
- Keyword spotting — detect when someone says a specific word
- Sound classification — tell the difference between different sounds
- Music or voice projects
Mini Linux Computer
With a USB-C hub you can use the UNO Q as a small desktop computer:
- Plug in an HDMI monitor, keyboard, and mouse
- It runs full Debian Linux
- Recommended to use the 4 GB RAM version for this
School and Learning Projects
The UNO Q works for beginners and advanced students on the same board:
- Beginners can write normal Arduino sketches
- Advanced students can use Python and Linux
- Machine learning projects are now possible on Arduino hardware