SparkFun
Arduino UNO R4 WiFi
Arduino empowers makers’ creativity and passion for innovation with a robust new board that’s perfect for all users, from beginners to experts – allowing ...
Get notified when back in stock
- Operating Voltage: 5V
- Memory: 256KB Flash / 32KB SRAM
- Input Voltage: 6-24V
- Clock Speed: 48 MHz
- Programming Port: USB-C
- MCU: RA41M1 from Renesas (Cortex M4)
- WiFi/BLE: ESP32-S3-MINI
- HID device (emulate a mouse or a keyboard)
- Improved power section (up to 24V through VIN)
- CAN bus
- DAC (12 bits)
- Op amp
- WiFi® / Bluetooth® Low Energy
- Fully-addressable LED matrix with 96 red LEDs (12x8)
- Qwiic I2C connector
- RTC (with support for a buffer battery)
- Runtime errors diagnostics
Jargon buster
Plain-language definitions for the technical terms used above.
- BLE
- BLE stands for Bluetooth Low Energy, a Bluetooth mode designed for low power use and broad compatibility with modern phones and computers. It connects well to battery-powered and mobile devices, including Apple hardware, though it behaves differently from Bluetooth Classic and its serial-style profiles.
- CAN bus
- CAN bus is a reliable two-wire communication network originally designed for vehicles and now common in machinery and robotics. It matters when you need multiple controllers or devices to share status and control messages in a noisy electrical environment.
- DAC
- A digital-to-analogue converter turns numbers from the microcontroller into a real analogue voltage. It matters if you want to generate simple waveforms, audio-style signals, or variable control voltages rather than just on/off outputs.
- ESP32
- ESP32 is a family of low-cost microcontroller chips and modules from Espressif with built-in WiFi and Bluetooth. They support programmable firmware and over-the-air updates, and are commonly programmed with toolchains such as the Arduino core and ESP-IDF.
- HID
- Human Interface Device is a USB device class used for keyboards, mice, gamepads and similar controls. If a board supports HID over USB, it can act like an input device to a computer without needing a custom driver.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- Qwiic
- Qwiic is a plug-in connector system for I2C devices that uses small 4-pin cables, so you can connect compatible sensors without soldering. It matters because your controller or adapter also needs Qwiic, or you will need a cable or breakout to wire it up.
- RTC
- A Real-Time Clock keeps track of time even when the main processor is asleep or powered down, usually with a small backup battery. It matters for data logging and tracking projects that need accurate timestamps.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
- USB-C
- USB-C is a small, reversible USB connector that can carry power, data and, on some devices, video over a single cable. The same connector can range from charging only to high-speed data, so the functions a given port actually supports vary.
Find this product in
Brands
Arduino UNO R4 WiFi Datasheet
Datasheet · 8.0 MB · Click any page to view full size
Arduino UNO R4 WiFi Schematic
Schematic · 3.2 MB · Click any page to view full size
RA4M1 Microcontroller Datasheet
Datasheet · 16.3 MB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 743.9 KB · Click any page to view full size
ABX00087 full pinout
Pinout · 2.4 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au