.st0{fill:#FFFFFF;}

Arduino

A new Arduino UNO? Welcome to Arduino UNO R4 

 March 28, 2023

By  Peter

Join Our Mailing List

We publish fresh content each week. Read how-to's on Arduino, ESP32, KiCad, Node-RED, drones and more. Listen to interviews. Learn about new tech with our comprehensive reviews. Get discount offers for our courses and books. Interact with our community.

One email per week, no spam, unsubscribe at any time.

You may have heard the news about the upcoming Arduino UNO R4 (expected in May 2023).

If not, here is the article on the Arduino website. 

The Arduino UNO R4 has the same shape as the R3, and retains hardware and (mostly) software compatibility with the R3.

However, practically all on-board hardware is new:

  • A new processor (Renesas RA4M1, 32-bit Cortex®-M4 processor).
  • Wireless (Espressif S3 WiFi module) – You can also get a cheaper version without Wifi.
  • More static RAM (32 kB).
  • More flash memory (256 kB).
  • USB-C.
  • Power supply tolerance up to 24V.
  • CAN bus + SPI port.
  • 12-bit DAC.

As an UNO, the new R4 will build on its legacy. So:

  • Arduino Uno shields will work.
  • 5V logic is maintained.
  • R4 is promised to be as hard to “break” as the R3.
  • Arduino promises to maintain software compatibility with the R3 so that existing Uno code and libraries will continue to work in the R4 (some libraries will need porting to the ARM architecture).

Thankfully, the Arduino UNO R3 will still be available and supported. The R3 is still the perfect entry-level microcontroller.

Here is the Arduino UNO R4 product page.

I’ll aim to do a hands-on review as soon as I can get an R4.


Tags

R4, UNO


You may also like

{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}

Understanding the power requirements is crucial for any enthusiast using the Arduino Uno in their projects. How you manage voltage, amperage, and power sources impacts the success or failure of your endeavours. In this guide,

Read More
The Ultimate Guide to Powering Your Arduino Uno Board

If you are curious about how electronic devices work, understanding the fundamentals of the operation of their basic components is essential. Every electronic device—from the smartphones in our pockets to the satellites orbiting our planet—contains

Read More
A Guide to Essential Electronic Components in Circuits