You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/02.hero/boards/uno-r4-minima/datasheet/datasheet.md
+12-14Lines changed: 12 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ type: maker
8
8
9
9
# Description
10
10
11
-
The Arduino® UNO R4 Minima is the first UNO board to feature a 32-bit microcontroller. It features a RA4M1 series microcontroller from Renesas (R7FA4M1AB3CFM#AA0), which embeds a 48 MHz Arm® Cortex®-M4 microprocessor. The UNO R4's memory is much larger than its predecessors, with 256 kB flash, 32 kB SRAM and 8 kB data memory (EEPROM).
11
+
The Arduino® UNO R4 Minima is the first UNO board to feature a 32-bit microcontroller. It features a RA4M1 series microcontroller from Renesas (R7FA4M1AB3CFM#AA0), which embeds a 48 MHz Arm® Cortex®-M4 microprocessor. The UNO R4's memory is larger than its predecessors, with 256 kB flash, 32 kB SRAM and 8 kB data memory (EEPROM).
12
12
13
13
The UNO R4 Minima board's operating voltage is 5V, making it hardware compatible with UNO form factor accessories with the same operating voltage. Shields designed for previous UNO revisions are therefore safe to use with this board, but is not guaranteed to be software compatible due the change of microcontroller.
14
14
@@ -33,15 +33,14 @@ Maker, beginner, education
33
33
***Peripherals**
34
34
* Capacitive Touch Sensing Unit (CTSU)
35
35
* USB 2.0 Full-Speed Module (USBFS)
36
-
* 14-bit ADC
36
+
*up to 14-bit ADC
37
37
* up to 12-bit DAC
38
38
* Operational Amplifier (OPAMP)
39
39
* Multiple Clock Sources
40
40
* 1-20 MHz main clock oscillator (MOSC)
41
41
* 32.768 kHz sub-clock oscillator (SOSC)
42
42
* 24-64 MHz high-speed on-chip oscillator (HOCO)
43
43
* 32.768 kHz low-speed on-chip oscillator (LOCO)
44
-
* Segment LCD Controller (SLCDC)
45
44
***Power**
46
45
* Recommended input voltage (VIN) is 6-24V
47
46
* 5V operating voltage
@@ -74,6 +73,7 @@ The board features the standard 14 digital I/O ports, 6 analog channels, dedicat
74
73
### Related Products
75
74
* UNO R3
76
75
* UNO R3 SMD
76
+
* UNO R4 WiFi
77
77
78
78
# Rating
79
79
@@ -124,13 +124,13 @@ The board features the standard 14 digital I/O ports, 6 analog channels, dedicat
124
124
125
125
The UNO R4 Minima is based on the 32-bit RA4M1 series microcontroller, **R7FA4M1AB3CFM#AA0**, from Renesas, which uses a 48 MHz Arm® Cortex®-M4 microprocessor with a floating point unit (FPU).
126
126
127
-
This microcontroller can operate on a range between 1.6V - 5.5V, but on the UNO R4 Minima, it is fixed at 5V to be fully retro compatible with other UNO accessories.
127
+
On the UNO R4 Minima, the operating voltage is fixed at 5V to be fully retro compatible with shields, accessories & circuits originally designed for older UNO revisions.
The Arduino UNO R4 Minima is a 32-bit microcontroller 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 Arduino UNO R4 Minima is a 32-bit microcontroller based on the Renesas RA4M1 (Arm Cortex®-M4) with an operating voltage of 5V! It has 14 digital I/O, 6 analog inputs with up to 14-bit resolution, a clock speed of 48 MHz, and 32 kB SRAM, 256 kB flash memory & 8 kB of EEPROM.
4
4
5
-
The UNO R4 Minima 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.
5
+
This boards also features a 12-bit DAC, RTC and can emulate an HID.
6
6
7
7
</FeatureDescription>
8
8
@@ -13,18 +13,37 @@ A reference to all technical features on this board, with pointers to additional
The Arduino UNO has long been the best board to get started with electronics and coding. And the UNO R4 Minima brings with it, apart from the upgrades to clock speed, a 12bit DAC, a 32bit microcontroller, and low level debugging.
8
+
The Arduino UNO R4 Minima is the first UNO board featuring a 32-bit microcontroller. With a new architecture based on the RA4M1 MCU from [Renesas](https://www.renesas.com/us/en), it is faster with its 48 MHz clock, has a lot more memory and brings new features such as a built-in RTC, DAC, HID support, CAN bus, JTAG connector and more.
9
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.
10
+
The board still features the classic barrel jack plug, with an improved voltage input range (6-24V), but replaces the old USB connector with a USB-C type connector. The UNO R4 Minima remains on a 5V operating voltage, making it hardware compatible with shields, accessories or circuits designed for older UNO revisions.
0 commit comments