Skip to content

Commit aea4f04

Browse files
committed
Feature section update
1 parent 58e33b4 commit aea4f04

File tree

1 file changed

+23
-8
lines changed
  • content/hardware/02.hero/boards/uno-r4-minima

1 file changed

+23
-8
lines changed
Lines changed: 23 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,33 @@ 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="Real-Time Clock (RTC)" image="power">
17+
Keep track of time & date and set alarms with the built-in RTC.
18+
<FeatureLink title="Documentation" url="/tutorials/uno-r4-minima/rtc"/>
1919
</Feature>
2020

21-
<Feature title="6-24V" image="power">
21+
<Feature title="Digital-to-Analog Converter (DAC)" image="configurability">
22+
Use the onboard 12-bit DAC to build sophisticated audio projects.
23+
<FeatureLink title="Documentation" url="/tutorials/uno-r4-minima/dac"/>
24+
</Feature>
25+
26+
<Feature title="Mouse/Keyboard Emulation (HID)" image="configurability">
27+
Build game controllers by emulating a mouse/keyboard.
28+
<FeatureLink title="Documentation" url="/tutorials/uno-r4-minima/usb-hid"/>
29+
</Feature>
30+
31+
<Feature title="Power up to 24V" image="power">
2232
Power your UNO R4 WiFi board through the VIN Pin with any voltage between 6-24V.
2333
</Feature>
2434

25-
<Feature title="DAC" image="configurability">
26-
Use the onboard 12bit DAC to build sophisticated audio projects.
35+
<Feature title="CAN Bus" image="configurability">
36+
Connect your board to other CAN devices.
37+
<FeatureLink title="Documentation" url="/tutorials/uno-r4-minima/can"/>
38+
</Feature>
2739

40+
<Feature title="ADC Resolution" image="configurability">
41+
This board supports analog read resolutions at up to 14-bit.
42+
<FeatureLink title="Documentation" url="/tutorials/uno-r4-minima/adc"/>
2843
</Feature>
2944

3045
</FeatureList>

0 commit comments

Comments
 (0)