.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"}

I’m excited to announce the release of my latest course and companion book, Introduction to Electronics Filters. This project is the next step in my mission to make electronics accessible and practical for everyone, whether you’re

Read More
New course and book: Introduction to Electronics Filters

In my new course, “Introduction to Electronics: Filters,” I guide you through the essential concepts and hands-on experiments that make filters such a fundamental topic in electronics. In this post, I give you a preview

Read More
Impulse response of first-order filters: A preview from “Introduction to Electronics: Filters”