• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

Arduino Announces New UNO R4 Boards

GFreeman

News Editor
Staff member
Joined
Mar 6, 2023
Messages
1,583 (2.41/day)
The revolutionary UNO R4, announced on Arduino Day, is now available on the Arduino Store! The fourth version of the iconic, beloved UNO adds a whole new dimension to the world of DIY and making revolutionized by the simple 8-bit microcontroller over a decade ago. Take your maker potential to new heights: UNO R4 has a speedy 32-bit Arm Cortex-M4 and offers a 16-fold increase in memory, as well as more connectors and connectivity options than ever - in two variants: UNO R4 Minima and UNO R4 WiFi.

Both variants allow you to start making or easily upgrade UNO R3-based projects with more computational power, memory, and speed than previous versions - courtesy of the RA4M1 microcontroller by Renesas - while maintaining the same form factor and 5 V operating voltage.



What's in the new UNO?
  • More memory and faster clock: A 16x increase in memory and 3x the clock speed mean the UNO R4 can perform more precise calculations and handle more complex and sophisticated projects than ever.
  • New built-in peripherals: Among several exciting new peripherals, you get a 12-bit DAC, CAN BUS, OP AMP, and SWD port - each one expanding your maker potential, allowing you to easily tackle increasingly advanced projects.
  • A USB-C Connector: Embracing the smaller, more powerful, and robust cable standard!
  • An HID device: This feature makes interactive projects a million times cooler, allowing you to create interfaces with minimal effort and in no time.

You can get started on your next automation or audio project with the UNO R4 Minima - a top pick for first-time makers, with its combination of powerful technology and affordable price - or you can opt for the UNO R4 WiFi if you need more specific features.

Connect to your inner creativity with the UNO R4 WiFi
The UNO R4 WiFi variant is perfect for all users, from beginners to experts, wanting to explore the forefront of innovation. This full-fledged board features an ESP32-S3 coprocessor that handles Wi-Fi and Bluetooth Low Energy connectivity, so the RA4M1 microcontroller can focus on other tasks. On top of all the features in the Minima variant, it offers:

  • Wi-Fi and Bluetooth connectivity, plus Cloud-compatibility: build IoT projects, create interactive dashboard and control your project remotely.
  • A 12×8 LED matrix: imagine working on a creative project using animations or plotting sensor data, without any additional hardware!
  • A Qwiic connector to facilitate quick prototyping: thanks to a wide variety of compatible modules that can be connected over I2C, you can easily create custom projects and expand the capabilities of your UNO R4 WiFi.
  • A built-in mechanism that detects operations that might cause a crash: if it catches errors such as a division by zero, the board stops them before they can cause trouble and provides a detailed explanation on the serial monitor

"The Arduino ecosystem has evolved, over the last two decades, thanks to the powerful idea of open source and the stellar community of 30+ million makers who keep sharing, building, and improving. Every new hardware product, every new software solution has added new worlds - ready to welcome everyone. Now, the UNO R4 takes the ecosystem and the community to a new dimension of performance." - Massimo Banzi, Arduino co-founder

So, if you're just beginning your Arduino journey, the release of the UNO R4 makes it a great time to start!

Already an UNO fan? The UNO R4 makes it easy to port existing shields and projects to a whole new level, and selected contributors are already helping us update UNO R3 libraries.

A final big thank you goes to our community and early adopters, who have supported us these past few months by contributing their efforts to porting libraries.


View at TechPowerUp Main Site | Source
 
Joined
Nov 18, 2010
Messages
7,595 (1.48/day)
Location
Rīga, Latvia
System Name HELLSTAR
Processor AMD RYZEN 9 5950X
Motherboard ASUS Strix X570-E
Cooling 2x 360 + 280 rads. 3x Gentle Typhoons, 3x Phanteks T30, 2x TT T140 . EK-Quantum Momentum Monoblock.
Memory 4x8GB G.SKILL Trident Z RGB F4-4133C19D-16GTZR 14-16-12-30-44
Video Card(s) Sapphire Pulse RX 7900XTX. Water block. Crossflashed.
Storage Optane 900P[Fedora] + WD BLACK SN850X 4TB + 750 EVO 500GB + 1TB 980PRO+SN560 1TB(W11)
Display(s) Philips PHL BDM3270 + Acer XV242Y
Case Lian Li O11 Dynamic EVO
Audio Device(s) SMSL RAW-MDA1 DAC
Power Supply Fractal Design Newton R3 1000W
Mouse Razer Basilisk
Keyboard Razer BlackWidow V3 - Yellow Switch
Software FEDORA 41
Yes from 2kB to 32kB. Far far behind Raspberry Pi Pico for $4.

This is for schools mate... Italians incorporate Arduino studies as mandatory even for artists in higher education instances.

For your projects you pick the right tool... let it be and axe, knife, gun... Garrote.

Here too... ESP32 flavors, STM flavors the heck even old atmels and PICs are alright for simple stuff. RPI Products are not plenty enough and are pretty limited in amounts and expensive tbh, while ESP32 are like dirt now and very easy to work with.
 
Joined
Jan 3, 2021
Messages
3,606 (2.49/day)
Location
Slovenia
Processor i5-6600K
Motherboard Asus Z170A
Cooling some cheap Cooler Master Hyper 103 or similar
Memory 16GB DDR4-2400
Video Card(s) IGP
Storage Samsung 850 EVO 250GB
Display(s) 2x Oldell 24" 1920x1200
Case Bitfenix Nova white windowless non-mesh
Audio Device(s) E-mu 1212m PCI
Power Supply Seasonic G-360
Mouse Logitech Marble trackball, never had a mouse
Keyboard Key Tronic KT2000, no Win key because 1994
Software Oldwin
The Uno R4 doesn't even make its predecessor, the Uno R3, completely obsolete. The R3 is able to run on small batteries for long periods (2.7 V minimum supply voltage, and consumption can be brought down to microamperes with software tricks, supposedly - I never tried it).

Also it's a bit sad that wired communication hasn't improved - there's still the same old virtual serial port over USB.
 
Joined
Jun 18, 2021
Messages
2,569 (2.00/day)
RPI Products are not plenty enough and are pretty limited in amounts and expensive tbh

He's talking about the rpi pico microcontroller, it's even cheaper than the arduino though more limited in some functionalities (other than memory).

Also it's a bit sad that wired communication hasn't improved - there's still the same old virtual serial port over USB.

It's the standard everything else uses, what else were you expecting?
 
Joined
Dec 7, 2020
Messages
62 (0.04/day)
Quick notes after a few minutes of browsing:
+ 5V, RTC, DAC, M4, SRAM, WiFi, BLE..., 25 EUR for WiFi one;
- Arm, so fast bit banging protocols get unpredictable (cache, branches);
- default 8 mA may limit compatibility (data sheet mentions +-20 mA on some pins, but Arduino does not);
- default 48 MHz requires 15-40 mA for the chip only, low power modes available for the chip, but probably not for the board;
- most hobby-friendly chip package (for custom projects) is LQFP48 with 0.5 mm pin pitch (e), so downgrade;
- "1x CAN (pin D4, D5, external transceiver is required)" and unfortunately same pins for I2C;
- "8 kB data flash (EEPROM)" no, not the same thing, some applications lost;
...

The Uno R4 doesn't even make its predecessor, the Uno R3, completely obsolete. The R3 is able to run on small batteries for long periods (2.7 V minimum supply voltage, and consumption can be brought down to microamperes with software tricks, supposedly - I never tried it).
ATmega328P from Uno R3 works down to 2.7 V @ 10 MHz, down to 1.8 V @ 4 MHz. Works great for button cell projects, at 3 V and 1 MHz fully active under 1 mA, sleep in single digit uA range.
Shame that something with electrical characteristics like SparkFun's Artemis is not used in the R4.

Also it's a bit sad that wired communication hasn't improved - there's still the same old virtual serial port over USB.
That would not be so bad if they used at least Hi-Speed, but it's still Full-Speed only, like 32U4 or 16U2.

A built-in mechanism that detects operations that might cause a crash: if it catches errors such as a division by zero, the board stops them before they can cause trouble and provides a detailed explanation on the serial monitor
The last part looks like a disaster waiting to happen if serial is used for external device control, hope it can be easily turned off.
 
Last edited:
Joined
Jun 18, 2021
Messages
2,569 (2.00/day)
That would not be so bad if they used at least Hi-Speed, but it's still Full-Speed only, like 32U4 or 16U2.

It's still more than enough for a simple serial connection. It's kind of a weird to me though, they added the Arm core which naturally will give you much more processing power but that's stepping into a different product category that could make use of different types of interface (maybe throw in a CSI and let the USB download images for example)

The last part looks like a disaster waiting to happen if serial is used for external device control, hope it can be easily turned off.

I didn't pay much attention at first but this is looking to me like a really different thing to the previous UNO R3 that was just a microcontroller. I think they'll probably have an easy way to program the microcontroller directly without the "training wheels" of the arm core

Looks lika a weird in between where it's becomes expensive against micros like the rpi pico and not good enough to compete with full sbc's like an rpi (whenever they get back in stock)
 
Joined
Aug 22, 2007
Messages
3,593 (0.57/day)
Location
Terra
System Name :)
Processor Intel 13700k
Motherboard Gigabyte z790 UD AC
Cooling Noctua NH-D15
Memory 64GB GSKILL DDR5
Video Card(s) Gigabyte RTX 4090 Gaming OC
Storage 960GB Optane 905P U.2 SSD + 4TB PCIe4 U.2 SSD
Display(s) Alienware AW3423DW 175Hz QD-OLED + AOC Agon Pro AG276QZD2 240Hz QD-OLED
Case Fractal Design Torrent
Audio Device(s) MOTU M4 - JBL 305P MKII w/2x JL Audio 10 Sealed --- X-Fi Titanium HD - Presonus Eris E5 - JBL 4412
Power Supply Silverstone 1000W
Mouse Roccat Kain 122 AIMO
Keyboard KBD67 Lite / Mammoth75
VR HMD Reverb G2 V2
Software Win 11 Pro
would've been more interesting with m0+
 
Top