Skip to content

Commit b8acd4e

Browse files
karlsoderbyjhansson-ardkateryna-lukina
authored
Apply suggestions from code review
Co-authored-by: Josefine Hansson <66409231+jhansson-ard@users.noreply.github.com> Co-authored-by: Kateryna Lukina <94372596+kateryna-lukina@users.noreply.github.com>
1 parent 2b0a91b commit b8acd4e

File tree

10 files changed

+25
-25
lines changed

10 files changed

+25
-25
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This library allows you to communicate with I2C / TWI devices.
1313
</EssentialElement>
1414

1515
<EssentialElement title="SPI" type="library" link="https://www.arduino.cc/en/reference/SPI">
16-
The SPI library allows you to communicate with SPI devices, with the Arduino as the controller device.
16+
The SPI library allows you to communicate with SPI devices, with the Arduino board as the controller device.
1717
</EssentialElement>
1818

1919
<EssentialElement title="Servo" type="library" link="https://www.arduino.cc/reference/en/libraries/servo/">

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<FeatureDescription>
22

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.
3+
The Arduino UNO R4 Minima is a 32-bit microcontroller based on the Renesas RA4M1 (Arm® Cortex®-M4) with an operating voltage of 5 V. 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

55
This boards also features a 12-bit DAC, RTC and can emulate an HID.
66

@@ -14,7 +14,7 @@ A reference to all technical features on this board, with pointers to additional
1414
</Feature>
1515

1616
<Feature title="USB-C" image="usb">
17-
The UNO R4 Minima is the first UNO to feature a USB-C connector.
17+
The UNO R4 Minima is the first UNO to feature a USB-C® connector.
1818
</Feature>
1919

2020
<Feature title="Real-Time Clock (RTC)" image="mcu">
@@ -32,8 +32,8 @@ Build game controllers by emulating a mouse/keyboard.
3232
<FeatureLink title="Documentation" url="/tutorials/uno-r4-minima/usb-hid"/>
3333
</Feature>
3434

35-
<Feature title="Power up to 24V" image="power">
36-
Power your UNO R4 WiFi board through the VIN Pin with any voltage between 6-24V.
35+
<Feature title="Power up to 24 V" image="power">
36+
Power your UNO R4 Minima board through the VIN Pin with any voltage between 6-24 V.
3737
</Feature>
3838

3939
<Feature title="CAN Bus" image="communication">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ core: arduino:renesas
77

88
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 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.
10+
The board still features the classic barrel jack plug, with an improved voltage input range (6-24 V), but replaces the old USB connector with a USB-C® type connector. The UNO R4 Minima remains on a 5 V operating voltage, making it hardware compatible with shields, accessories or circuits designed for older UNO revisions.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Board:
33
SKU: ABX00080
44
Microcontroller: Renesas RA4M1 (Arm® Cortex®-M4)
55
USB:
6-
USB-C: Programming Port
6+
USB-C®: Programming Port
77
Pins:
88
Digital I/O Pins: 14
99
Analog input pins: 6
@@ -15,13 +15,13 @@ Communication:
1515
SPI: Yes, 1x
1616
CAN: Yes 1 CAN Bus
1717
Power:
18-
Circuit operating voltage: 5V
19-
Input voltage (VIN): 6-24V
18+
Circuit operating voltage: 5 V
19+
Input voltage (VIN): 6-24 V
2020
DC Current per I/O Pin: 8 mA
2121
Clock speed:
2222
Main core: 48 MHz
2323
Memory:
24-
RA4M1: 256kB Flash, 32kB RAM
24+
RA4M1: 256 kB Flash, 32 kB RAM
2525
Dimensions:
2626
Width: 68.85 mm
2727
Length: 53.34 mm

content/hardware/02.hero/boards/uno-r4-minima/tutorials/adc-resolution/adc-resolution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ The goals of this tutorials are:
1717

1818
## Hardware & Software Needed
1919

20-
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software)).
21-
- [Arduino R4 Minima](/hardware/uno-r4-minima).
20+
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software))
21+
- [Arduino R4 Minima](/hardware/uno-r4-minima)
2222
- [Arduino Renesas Core](https://github.com/bcmi-labs/ArduinoCore-renesas)
2323

2424
## Analog-to-Digital Converter (ADC)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ In this tutorial you will learn how to use the CAN controller on the **Arduino U
1515
The goals of this tutorial are:
1616
- Get an overview of the built-in CAN library
1717
- Learn how to connect a board to a CAN transceiver module
18-
- Send a CAN message between two Arduinos
18+
- Send a CAN message between two Arduino boards
1919

2020
## Hardware & Software Needed
2121

22-
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software)).
23-
- [Arduino R4 Minima](/hardware/uno-r4-minima).
22+
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software))
23+
- [Arduino R4 Minima](/hardware/uno-r4-minima)
2424
- [Arduino Renesas Core](https://github.com/bcmi-labs/ArduinoCore-renesas)
2525
- CAN transceiver module\*
2626
- Jumper wires
@@ -45,7 +45,7 @@ To connect the CAN transceiver, follow the table and circuit diagram below:
4545
| ------------- | --------------- |
4646
| D5 (CANRX0) | CANRX |
4747
| D4 (CANTX0) | CANTX |
48-
| 5V | VIN/VCC/5V |
48+
| 5 V | VIN/VCC/5 V |
4949
| GND | GND |
5050

5151
Then, between the CAN transceivers, connect the following:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ The goals of this tutorials are:
1818

1919
## Hardware & Software Needed
2020

21-
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software)).
22-
- [Arduino R4 Minima](/hardware/uno-r4-minima).
21+
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software))
22+
- [Arduino R4 Minima](/hardware/uno-r4-minima)
2323
- [Arduino Renesas Core](https://github.com/bcmi-labs/ArduinoCore-renesas)
2424

2525
## EEPROM

content/hardware/02.hero/boards/uno-r4-minima/tutorials/minima-getting-started/minima-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Getting Started with UNO R4 Minima
2+
title: Getting Started with Arduino UNO R4 Minima
33
description: A step-by-step guide to install the board package needed for the UNO R4 Minima board.
44
author: Hannes Siebeneicher
55
tags: [UNO R4 Minima, Installation, IDE]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Arduino UNO R4 Minima Real Time Clock'
2+
title: 'Arduino UNO R4 Minima Real-time Clock'
33
description: 'Learn how to access the real-time clock (RTC) on the UNO R4 Minima.'
44
tags:
55
- RTC
@@ -19,8 +19,8 @@ The goals of this project are:
1919

2020
## Hardware & Software Needed
2121

22-
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software)).
23-
- [Arduino R4 Minima](/hardware/uno-r4-minima).
22+
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software))
23+
- [Arduino R4 Minima](/hardware/uno-r4-minima)
2424
- [Arduino Renesas Core](https://github.com/bcmi-labs/ArduinoCore-renesas)
2525

2626
## Real-Time Clock (RTC)

content/hardware/02.hero/boards/uno-r4-minima/tutorials/shield-compatibility/shield-compatibility.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ This article covers a list of shields compatible with the UNO R4 series.
1919
| Name | Compatible | Libraries |
2020
| ------------- | ---------- | ----------- |
2121
| Arduino 4 Relays Shield | Yes | None |
22-
| Ethernet shield | Yes | [Ethernet.h](https://github.com/arduino-libraries/Ethernet) |
23-
| Motor shield | Yes | None |
24-
| 9 axis motion shield | Yes | [Adafruit_BNO055](https://github.com/adafruit/Adafruit_BNO055) |
22+
| Arduino Ethernet Shield Rev2 | Yes | [Ethernet.h](https://github.com/arduino-libraries/Ethernet) |
23+
| Arduino Motor Shield Rev3 | Yes | None |
24+
| Arduino 9 Axis Motion Shield | Yes | [Arduino_NineAxesMotion](https://github.com/arduino-libraries/Arduino_NineAxesMotion) |
2525
| Arduino Education Shield | Yes | [EducationShield.h](https://github.com/arduino-libraries/EducationShield) |
2626

2727
### Third-Party Shields

0 commit comments

Comments
 (0)