Arduino UNO Rev 4 WiFi

Arduino UNO R4 WiFi header

Arduino UNO Rev 4

Finally, after several years Arduino offers us a new version of the very famous Arduino UNO board now in its fourth revision. This new board, extremely enhanced and improved in its technical characteristics, is presented on the market in two different versions:

  • Arduino UNO R4 Minima
  • Arduino UNO R4 WiFi

In this article we will see the UNO R4 WiFi version in detail, while for the other card I suggest you read this other article.

Arduino UNO R4 WiFi board

The new technical features

The Arduino UNO R4 WiFi board has many features in common with its Minima twin such as the processing power of the Renesas RA4M1 microcontroller, a 12-bit DAC, a CAN bus, HID support and the possibility of having input voltages up to 24V. All features that bring it forward compared to the old Revision 3, the previous UNO model.

But the WiFi version also has many other additional features such as wireless connectivity thanks to Espressif’s ESP32-S3 chip. This allows you to develop projects that use WiFi for remote control and data transmission without having to add other peripherals to the board. Furthermore, the board features a 12×8 LED matrix, a Qwiic connector, VRTC and OFF pins.

Arduino UNO R4 WiFi, ESP32-S3 e LED matrix

The extension of the memory compared to the old revision 3 allows, together with the greater computing power, to implement more complex projects using the UNO card and the introduction of these new peripherals allows you to do without adding any peripherals to the card, thus making it leaner, simpler and more flexible application development.

Like its twin Minima, complete hardware compatibility with the projects developed on the previous UNO board is also guaranteed for the WiFi version, maintaining the layout of the I/O pins unchanged and of the same dimensions. Furthermore, the 5V power supply was maintained. Although the input range, as mentioned before, has been extended to 24V, thus guaranteeing the possibility of integrating motors, LEDs and other actuators into projects without the need for external power supplies. All these elements can be used with a single power source.

As for connectivity, this particular UNO R4 WiFi version provides additional WiFi and Bluetooth compatibility, with projects developed with other Arduino boards that implement these features. Compatibility is also guaranteed with Arduino Cloud. These additional features make the Arduino UNO R4 WiFi board the perfect tool for developing IoT projects.

Arduino UNO R4 WiFi, VRTC e OFF pins
The VRTC and OFF pins on the board

The Arduino UNO R4 WiFi features 2 pins never seen before on UNO boards, the VRTC pin and the OFF pin. The VRTC pin can be used to keep the built-in RTC (Real Time Clock) running even when the board’s main power is turned off, while the OFF pin is used to turn off the board by cutting off the power.

Finally, as a further option, a 12×8 red LED matrix (96 points) is mounted on the board. Also in this case useful for being able to signal messages, animations and data transmission in a visual manner, directly by observing the card, without the further addition of further external LED peripherals to be connected to the input output PINs.

So, summarizing here are the main innovations introduced in this new revision:

Feature also present in the Minima version:

  • Hardware compatibility with UNO R3
  • Expanded memory and faster clock
  • Extra on-board peripherals (12-bit DAC, CAN BUS, OP AMP)
  • Extended 24 V tolerance
  • SWD connector
  • HID support

Features present only in the WiFi version:

  • Red LED matrix 12×8
  • WiFi and Bluetooth connectivity
  • Qwiic connection
  • VRTC pin
  • OFF pin
Arduino UNO R4 WiFi

Features sheet

BoardNameArduino® UNO R4 WiFi
SKUABX00087
MicrocontrollerRenesas RA4M1 (Arm® Cortex®-M4)
USBUSB-C®Programming Port
PinsDigital I/O Pins14
PinsAnalog input pins6
DAC1
PWM pins6
CommunicationUARTYes, 1x
I2CYes, 1x
SPIYes, 1x
CANYes 1 CAN Bus
PowerCircuit operating voltage5 V (ESP32-S3 is 3.3 V)
Input voltage (VIN)6-24 V
DC Current per I/O Pin8 mA
Clock speedMain core48 MHz
ESP32-S3up to 240 MHz
MemoryRA4M1256 kB Flash, 32 kB RAM
ESP32-S3384 kB ROM, 512 kB SRAM
DimensionsWidth68.85 mm
Length53.34 mm

Leave a Reply