Skip to content

Commit de9ebee

Browse files
authored
Merge pull request #425 from arduino/karlsoderby/cs-update
[UNO-R4-Minima] Cheat sheet update
2 parents 3948841 + 537c09f commit de9ebee

File tree

12 files changed

+301
-165
lines changed

12 files changed

+301
-165
lines changed

content/hardware/02.hero/boards/uno-r4-minima/datasheet/datasheet.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type: maker
88

99
# Description
1010

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).
1212

1313
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.
1414

@@ -33,15 +33,14 @@ Maker, beginner, education
3333
* **Peripherals**
3434
* Capacitive Touch Sensing Unit (CTSU)
3535
* USB 2.0 Full-Speed Module (USBFS)
36-
* 14-bit ADC
36+
* up to 14-bit ADC
3737
* up to 12-bit DAC
3838
* Operational Amplifier (OPAMP)
3939
* Multiple Clock Sources
4040
* 1-20 MHz main clock oscillator (MOSC)
4141
* 32.768 kHz sub-clock oscillator (SOSC)
4242
* 24-64 MHz high-speed on-chip oscillator (HOCO)
4343
* 32.768 kHz low-speed on-chip oscillator (LOCO)
44-
* Segment LCD Controller (SLCDC)
4544
* **Power**
4645
* Recommended input voltage (VIN) is 6-24V
4746
* 5V operating voltage
@@ -74,6 +73,7 @@ The board features the standard 14 digital I/O ports, 6 analog channels, dedicat
7473
### Related Products
7574
* UNO R3
7675
* UNO R3 SMD
76+
* UNO R4 WiFi
7777

7878
# Rating
7979

@@ -124,13 +124,13 @@ The board features the standard 14 digital I/O ports, 6 analog channels, dedicat
124124

125125
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).
126126

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.
128128

129129
The R7FA4M1AB3CFM#AA0 features:
130130
* 256 kB flash / 32 kB SRAM / 8 kB data flash (EEPROM)
131131
* Real Time Clock (RTC)
132-
* 4x Direct Memory Access Controller (DMAC)
133-
* 14-bit ADC
132+
* 4x Direct Memory Access Controller (DMAC)
133+
* up to 14-bit ADC
134134
* up to 12-bit DAC
135135
* OPAMP
136136
* 1x CAN bus
@@ -145,9 +145,7 @@ The UNO R4 Minima has one USB-C® port, used to power and program your board as
145145

146146
## Digital Analog Converter (DAC)
147147

148-
The UNO R4 Minima has a DAC with up to 12-bit resolution attached to the A0 analog pin. A DAC is used to convert a digital signal to an analog signal.
149-
150-
<div style="page-break-after: always;"> </div>
148+
The UNO R4 Minima has a DAC with up to 12-bit resolution attached to the A0 analog pin. A DAC is used to convert a digital signal to an analog signal.
151149

152150
## Power Options
153151

@@ -167,9 +165,11 @@ The UNO R4 Minima operates on 5V, as does all pins on this board except for the
167165

168166
### Pin Current
169167

170-
The GPIOs on the R7FA4M1AB3CFM#AA0 microcontroller can handle up to 20mA. Never connect devices that draw higher current directly to a GPIO.
168+
The GPIOs on the R7FA4M1AB3CFM#AA0 microcontroller can handle up to 8mA. Never connect devices that draw higher current directly to a GPIO.
169+
170+
In case you need to power external devices that require more power, e.g. servo motors, use an external power supply.
171171

172-
In case you need to power external devices that require more power, like e.g. servo motors, use an external power supply.
172+
<div style="page-break-after: always;"> </div>
173173

174174
# Mechanical Information
175175

@@ -181,7 +181,7 @@ In case you need to power external devices that require more power, like e.g. se
181181

182182
| Pin | Function | Type | Description |
183183
| --- | -------- | ------ | ----------------------------------------------- |
184-
| 1 | BOOT | NC | Not Connected |
184+
| 1 | BOOT | MD | Mode selection |
185185
| 2 | IOREF | IOREF | Reference for digital logic V - connected to 5V |
186186
| 3 | Reset | Reset | Reset |
187187
| 4 | +3V3 | Power | +3V3 Power Rail |
@@ -252,8 +252,6 @@ In case you need to power external devices that require more power, like e.g. se
252252

253253
![Mechanical View of Arduino UNO R4 Minima](assets/mechanicalDrawingwMinima.svg)
254254

255-
<div style="page-break-after: always;"> </div>
256-
257255
## Board Operation
258256

259257
### Getting Started - IDE
Binary file not shown.
Binary file not shown.
Loading
Binary file not shown.
Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<FeatureDescription>
22

3-
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.
44

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.
66

77
</FeatureDescription>
88

@@ -13,18 +13,37 @@ A reference to all technical features on this board, with pointers to additional
1313
<FeatureLink title="Cheat Sheet" url="/tutorials/uno-r4-minima/cheat-sheet"/>
1414
</Feature>
1515

16-
<Feature title="Getting Started" image="mcu">
17-
Get off the ground and upload your first program to your new UNO R4 Minima board by following this guide.
18-
<FeatureLink title="Getting Started Guide" url="/tutorials/uno-r4-wifi/r4-minima-getting-started"/>
16+
<Feature title="USB-C" image="usb">
17+
The UNO R4 Minima is the first UNO to feature a USB-C connector.
1918
</Feature>
2019

21-
<Feature title="6-24V" image="power">
20+
<Feature title="Real-Time Clock (RTC)" image="mcu">
21+
Keep track of time & date and set alarms with the built-in RTC.
22+
<FeatureLink title="Documentation" url="/tutorials/uno-r4-minima/rtc"/>
23+
</Feature>
24+
25+
<Feature title="Digital-to-Analog Converter (DAC)" image="mcu">
26+
Use the onboard 12-bit DAC to build sophisticated audio projects.
27+
<FeatureLink title="Documentation" url="/tutorials/uno-r4-minima/dac"/>
28+
</Feature>
29+
30+
<Feature title="Mouse/Keyboard Emulation (HID)" image="usb">
31+
Build game controllers by emulating a mouse/keyboard.
32+
<FeatureLink title="Documentation" url="/tutorials/uno-r4-minima/usb-hid"/>
33+
</Feature>
34+
35+
<Feature title="Power up to 24V" image="power">
2236
Power your UNO R4 WiFi board through the VIN Pin with any voltage between 6-24V.
2337
</Feature>
2438

25-
<Feature title="DAC" image="configurability">
26-
Use the onboard 12bit DAC to build sophisticated audio projects.
39+
<Feature title="CAN Bus" image="communication">
40+
Connect your board to other CAN devices.
41+
<FeatureLink title="Documentation" url="/tutorials/uno-r4-minima/can"/>
42+
</Feature>
2743

44+
<Feature title="ADC Resolution" image="pressure-sensor">
45+
This board supports analog read resolutions at up to 14-bit.
46+
<FeatureLink title="Documentation" url="/tutorials/uno-r4-minima/adc"/>
2847
</Feature>
2948

3049
</FeatureList>
Binary file not shown.
Loading
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: UNO R4 Minima
3-
url_shop: https://store.arduino.cc/arduino-uno-r4
4-
url_guide: /tutorials/uno-r4/uno-r4-getting-started
3+
url_shop: https://store.arduino.cc/arduino-uno-r4-minima
4+
url_guide: /tutorials/uno-r4-minima/minima-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 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.
99

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

Comments
 (0)