EYE on NPI: Arduino Uno R4 Minima and Uno R4 WiFi Boards #digikey @Arduino @digikey @Adafruit

This week’s EYE ON NPI (video) is a new spin on an old familiar classic, it’s Arduino’s UNO R4 Minima and R4 WiFi Boards, now in stock at DigiKey for folks who want a 5V microcontroller board with classic UNO-compatibility but a ton more speed, flash and RAM!

The UNO R4 comes in two flavors, the Minima is low cost, only $20, whereas the UNO R4 WiFi is $27.50 and adds WiFi and BLE via an ESP32-S3 plus a cute monochrome LED grid for scrolling messages or displaying status icons.

This pair of dev boards look just like those classic Arduino boards you probably learned to code and hack on, they’ve been around for almost 20 years, the first board looked very similar, but had a RS232 serial port instead of USB, and all through-hole components. Through various iterations and improvements, the original board was redesigned to add USB and update to the ATmega168 with the Diecimila and then the ATmega328 plus auto-power-switching Duemilanove in 2009. In 2010 the most popular Arduino to date was released, the UNO, which updated the USB port to use an ATmega16u2 and through various small revisions added the IOref pin to allow 3V power/logic and separate I2C pins since A4/A5 were no longer always connected to a TWI peripheral.

Since about 2012, which was the release date of the UNO R3, not a lot has happened with that particular configuration/shape. Arduino the company has released a ton more boards but in different form factors, all  available at DigiKey: Nano, Due, MKR, Portenta etc. and you should definitely check them out! But it’s also a big deal when the main workhorse of the family gets a respin. Particularly since the new R4 takes a very different direction than the previous UNOs: instead of just upgrading the atmegaxx8 chipset, Arduino has gone with the totally different ARM Cortex-based RA4M series which we’ve covered on a previous EYE ON NPI.

In that video we covered a lot about the chip itself, so check it out if you’re interested in the specifics of that chip family.

The chip itself is a similar family to the ARM Cortex M0-based SAMD21 ‘Arduino Zero‘ but thanks to the Renesas version of this core, we now get the 5V-run RA4M.  From Arduino’s description, here are some of the updates

  • Hardware compatibility with UNO form factor: The UNO R4 Minima maintains the same form factor, pinout, and 5 V operating voltage as its predecessor, the UNO R3. This ensures a seamless transition for existing shields and projects, leveraging the extensive and unique ecosystem already established for the Arduino UNO.
  • Expanded memory and faster clock: Prepare for more precise calculations and the ability to handle complex projects with ease. The UNO R4 Minima boasts increased memory and a faster clock speed, empowering you to tackle demanding tasks effortlessly.
  • Extra on-board peripherals: The UNO R4 Minima introduces a range of on-board peripherals, including a 12-bit DAC, CAN BUS, and OP AMP. These additional components provide you with expanded capabilities and flexibility in your designs.
  • Extended 24 V tolerance: The UNO R4 Minima now supports a wider input voltage range, allowing power supplies up to 24 V. This enables seamless integration with motors, LED strips, and other actuators, simplifying your projects by utilizing a single power source.
  • SWD connector: Debugging is a critical aspect of any project. Simply connect an external debugger to the UNO R4 Minima and effortlessly monitor the inner workings of your system. Stay in control and gain valuable insights.
  • HID support: The UNO R4 Minima comes with built-in HID (Human Interface Device) support, enabling it to simulate a mouse or keyboard when connected to a computer via a USB cable. This convenient feature makes it a breeze to send keystrokes and mouse movements to a computer, enhancing usability and functionality.

Some are not particularly new: USB HID support was already added with the Arduino Leonardo, and SWD connectors have been available on the Zero. Some are quite nice additions: USB Type C replaces the chonky B or Micro B, CAN bus support historically requires a separate MCP2515 chip now just needs a transceiver.

The SAMD21 had a DAC, but only 10 bits whereas this one is 12. And 24V DC input with a buck converter for the 5V power rail means you can power motors and larger LED arrays directly. And of course, this is one of the few ARM Cortex chips that can run at 5V.

Adding a new core to the Arduino IDE & ecosystem is no small task, but often the initial work of getting one chip in the family added means that new boards can easily use the same board support package.

Check out the renesas-core over on GitHub to see the libraries that have already been ported to RA4 / RA6 family. But given there’s now three chips in this family, we expect support for Renesas will continue.

One of the great reasons to use Arduino is once your prototype is up and running, you can use the UNO R4 design files to respin your very own open-source hardware variants thanks to the published CAD files!

At $20 a piece, these new Arduino UNO R4s are a great price for the high quality you get from Arduino – and there’s lots of them in stock at DigiKey for immediate shipment! Grab both the UNO R4 Minima and UNO R4 WiFi, and they’ll ship immediately so you can get started moving your 8-bit micro projects to Cortex-M4 by tomorrow afternoon.

See this video:


Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards

Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.

Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 11/15/2024 Featuring Adafruit bq25185 USB / DC / Solar Charger with 3.3V Buck Board! (Video)

Python for Microcontrollers – Adafruit Daily — Select Python on Microcontrollers Newsletter: PyCon AU 2024 Talks, New Raspberry Pi Gear Available and More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi

EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

Adafruit IoT Monthly — Halloween, WiLo, and more!

Maker Business – Adafruit Daily — The worlds largest car exporter: China

Electronics – Adafruit Daily — Are you grounded?

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !



No Comments

No comments yet.

Sorry, the comment form is closed at this time.