Skip to content

Commit f973ff6

Browse files
committed
product page update
1 parent d822593 commit f973ff6

File tree

3 files changed

+23
-22
lines changed

3 files changed

+23
-22
lines changed
Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<FeatureDescription>
22

3-
The Arduino UNO R4 WiFi is a 32-bit development board based on the high performance Renesas RA4M1 (Arm Cortex®-M4). It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a clock speed of 48 MHz, a USB-C® connection, as well as pins featuring SPI, I2C and one CAN bus.
3+
The MCU on the board is the high performance Renesas RA4M1 (Arm Cortex®-M4) with a 48 MHz clock speed, 32 kB SRAM and 256 kB flash memory. This MCU features an RTC, a DAC and a CAN bus and has support for HID via USB.
44

5-
The UNO R4 WiFi features a total of 32 KB of SRAM and an additional 256 KB of flash memory. It also has a DAC pin which can be used to create more complex sound outputs and being part of the UNO family it comes with the perks of having a wide range of compatibilities regarding shields and libraries.
6-
7-
On top of all of this it comes fitted with a secondary microcontroller, the ESP32-S3, that gives the board Wi-Fi® and Bluetooth® functionality, and an 8x12 programmable LED matrix to display anything you want.
5+
The UNO R4 WiFi also features an ESP32-S3 for Wi-Fi®/Bluetooth® connectivity, which can also be separately programmed via a specific header.
86

97
</FeatureDescription>
108

@@ -15,29 +13,32 @@ A reference to all technical features on this board, with pointers to additional
1513
<FeatureLink title="Cheat Sheet" url="/tutorials/uno-r4-wifi/cheat-sheet"/>
1614
</Feature>
1715

18-
<Feature title="Getting Started" image="mcu">
19-
Get off the ground and upload your first program to your new UNO R4 WiFi board by following this guide.
20-
<FeatureLink title="Getting Started Guide" url="/tutorials/uno-r4-wifi/r4-wifi-getting-started"/>
16+
<Feature title="5V Operating Voltage" image="power">
17+
The RA4M1 and the GPIOs of this board operates on 5V!
2118
</Feature>
2219

2320
<Feature title="LED Matrix" image="led">
24-
Learn the basic principles of creating animations and graphics on the UNO R4 WiFi's built in LED matrix with this guide.
25-
21+
Learn how to create animations and graphics on the 12x8 LED matrix.
2622
<FeatureLink title="LED Matrix Guide" url="/tutorials/uno-r4-wifi/led-matrix"/>
2723
</Feature>
2824

29-
<Feature title="6-24V" image="power">
30-
Power your UNO R4 WiFi board through the VIN Pin with any voltage between 6-24V.
25+
<Feature title="Real-Time Clock (RTC)" image="mcu">
26+
Keep track of time & date and set alarms with the built-in RTC.
27+
<FeatureLink title="Documentation" url="/tutorials/uno-r4-wifi/rtc"/>
3128
</Feature>
3229

33-
<Feature title="ESP32" image="wifi-bluetooth">
34-
Use the onboard ESP32-S3 to build connected projects using its Bluetooth® and Wi-Fi® features.
35-
30+
<Feature title="Digital-to-Analog Converter (DAC)" image="mcu">
31+
Use the onboard 12-bit DAC to build sophisticated audio projects.
32+
<FeatureLink title="Documentation" url="/tutorials/uno-r4-wifi/dac"/>
3633
</Feature>
37-
<Feature title="DAC" image="configurability">
38-
Use the onboard 12bit DAC to build sophisticated audio projects.
3934

35+
<Feature title="Mouse/Keyboard Emulation (HID)" image="usb">
36+
Build game controllers by emulating a mouse/keyboard.
37+
<FeatureLink title="Documentation" url="/tutorials/uno-r4-wifi/usb-hid"/>
4038
</Feature>
4139

40+
<Feature title="Input Voltage" image="power">
41+
Power your the VIN pin/barrel jack at up to 6-24V.
42+
</Feature>
4243

4344
</FeatureList>

content/hardware/02.hero/boards/uno-r4-wifi/product.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ url_guide: /tutorials/uno-r4/uno-r4-getting-started
55
core: arduino:renesas
66
---
77

8-
The Arduino UNO has long been the best board to get started with electronics and coding. And the UNO R4 WiFi brings with it, apart from the upgrades to clock speed, an easy entry point to developing IoT-devices and other connectivity projects thanks to its Wi-Fi® and Bluetooth® functionality.
9-
10-
The UNO is the most used and documented board of the whole Arduino family, and in this flavour the UNO can do more than ever.
8+
The Arduino UNO R4 WiFi is designed around the 32-bit microcontroller RA4M1 from [Renesas](https://www.renesas.com/us/en) while also featuring a ESP32 module for Wi-Fi® and Bluetooth® connectivity. Its distinctive 12x8 LED matrix makes it possible to prototype visuals directly on the board, and with a QWIIC connector, you can create projects plug-and-play style.

content/hardware/02.hero/boards/uno-r4-wifi/tech-specs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ Communication:
1515
SPI: Yes, 1x
1616
CAN: Yes 1 CAN Bus
1717
Power:
18-
Circuit operating voltage: 5V
18+
Circuit operating voltage: 5V (ESP32-S3 is 3.3V)
1919
Input voltage (VIN): 6-24V
2020
DC Current per I/O Pin: 8 mA
2121
Clock speed:
22-
Main core: 48 MHz
22+
RA4M1: 48 MHz
23+
ESP32-S3: up to 240 MHz
2324
Memory:
24-
RA4M1: 256kB Flash, 32kB RAM
25+
RA4M1: 256 kB Flash, 32 kB RAM
26+
ESP32-S3: 384 kB ROM, 512 kB SRAM
2527
Dimensions:
2628
Width: 68.85 mm
2729
Length: 53.34 mm

0 commit comments

Comments
 (0)