Skip to content

Commit f0f3e95

Browse files
authored
Merge pull request #442 from arduino/karlsoderby/feedback-fix
Feedback fix UNO R4 Minima
2 parents 330b5a1 + 5fb5ef4 commit f0f3e95

File tree

3 files changed

+42
-44
lines changed

3 files changed

+42
-44
lines changed

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

Lines changed: 2 additions & 2 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 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.
3+
The UNO R4 Minima features a 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

@@ -37,7 +37,7 @@ Power your UNO R4 Minima board through the VIN Pin with any voltage between 6-24
3737
</Feature>
3838

3939
<Feature title="CAN Bus" image="communication">
40-
Connect your board to other CAN devices.
40+
Connect your board to other CAN devices. This requires an external transceiver.
4141
<FeatureLink title="Documentation" url="/tutorials/uno-r4-minima/can"/>
4242
</Feature>
4343

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pins:
1010
DAC: 1
1111
PWM pins: 6
1212
Communication:
13-
UART: Yes, 4x
13+
UART: Yes, 1x
1414
I2C: Yes, 1x
1515
SPI: Yes, 1x
1616
CAN: Yes 1 CAN Bus

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

Lines changed: 39 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The full datasheet is available as a downloadable PDF from the link below:
3434

3535
To power the UNO R4 Minima you may either use a USB-C® cable, or the VIN pin.
3636

37-
If you’re using the USB-C® connector you must power it with 5V.
37+
If you’re using the USB-C® connector you must power it with 5 V.
3838

3939
The board can be powered via the VIN pin, supporting a range between 6-24V.
4040

@@ -85,36 +85,36 @@ The **UNO R4 Minima** gives you access to many different pins and many of them h
8585

8686
If you just need a quick overview of the pins functionality, this is a full table of all the IO pins on the **UNO R4 Minima**
8787

88-
| Pin | Function | Notes |
89-
| --- | --------- | ------------------------- |
90-
| 0 | RX | Serial communication |
91-
| 1 | TX | Serial communication |
92-
| 2 | GPIO | Digital IO pin |
93-
| 3 | PWM | Digital IO pin, PWM |
94-
| 4 | GPIO | Digital IO pin |
95-
| 5 | PWM | Digital IO pin, PWM |
96-
| 6 | PWM | Digital IO pin, PWM |
97-
| 7 | GPIO | Digital IO pin |
98-
| 8 | GPIO | Digital IO pin |
99-
| 9 | PWM | Digital IO pin, PWM |
100-
| 10 | PWM | Digital IO pin, PWM |
101-
| 11 | PWM | Digital IO pin, PWM |
102-
| 12 | GPIO | Digital IO pin |
103-
| 13 | GPIO | Digital IO pin |
104-
| 14 | SDA | Serial communication |
105-
| 15 | SCL | Serial communication |
106-
| 16 | DAC | Analog In, DAC |
107-
| 17 | OPAMP+ | Analog In, OPAMP+ |
108-
| 18 | OPAMP- | Analog In, OPAMP- |
109-
| 19 | OPAMP OUT | Analog In, OPAMP OUT |
110-
| 20 | GPIO | Analog in, Digital IO pin |
111-
| 21 | GPIO | Analog in, Digital IO pin |
112-
| A0 | DAC | Analog In, DAC |
113-
| A1 | Analog in | Analog In |
114-
| A2 | Analog in | Analog In |
115-
| A3 | Analog in | Analog In |
116-
| A4 | Analog in | Analog In |
117-
| A5 | Analog in | Analog In |
88+
| Pin | Function | Notes |
89+
| --- | --------- | ----------------------------- |
90+
| 0 | RX | Serial communication |
91+
| 1 | TX | Serial communication |
92+
| 2 | GPIO | Digital IO pin |
93+
| 3 | PWM | Digital IO pin, PWM |
94+
| 4 | GPIO | Digital IO pin |
95+
| 5 | PWM | Digital IO pin, PWM |
96+
| 6 | PWM | Digital IO pin, PWM |
97+
| 7 | GPIO | Digital IO pin |
98+
| 8 | GPIO | Digital IO pin |
99+
| 9 | PWM | Digital IO pin, PWM |
100+
| 10 | PWM | Digital IO pin, PWM |
101+
| 11 | PWM | Digital IO pin, PWM |
102+
| 12 | GPIO | Digital IO pin |
103+
| 13 | GPIO | Digital IO pin |
104+
| 14 | SDA | Serial Data (I2C) |
105+
| 15 | SCL | Serial Clock (I2C) |
106+
| 16 | DAC | Analog In, DAC |
107+
| 17 | OPAMP+ | Analog In, OPAMP+ |
108+
| 18 | OPAMP- | Analog In, OPAMP- |
109+
| 19 | OPAMP OUT | Analog In, OPAMP OUT |
110+
| 20 | GPIO | Analog in, Digital IO pin |
111+
| 21 | GPIO | Analog in, Digital IO pin |
112+
| A0 | DAC | Analog In, DAC |
113+
| A1 | Analog in | Analog In |
114+
| A2 | Analog in | Analog In |
115+
| A3 | Analog in | Analog In |
116+
| A4 | Analog in | Analog In, Serial Data (I2C) |
117+
| A5 | Analog in | Analog In, Serial Clock (I2C) |
118118

119119
### Analog Pins
120120

@@ -124,7 +124,7 @@ The **UNO R4 Minima** has 6 analog input pins (A0-A5) that can be read by using
124124
value = analogRead(pin, value);
125125
```
126126

127-
The reference voltage of these pins is 5V.
127+
The reference voltage of these pins is 5 V.
128128

129129
### PWM
130130

@@ -176,7 +176,7 @@ The **UNO R4 Minima** features a total of digital 14 pins. Though some of them s
176176
| 14 | SDA | Serial communication |
177177
| 15 | SCL | Serial communication |
178178

179-
The reference voltage of all digital pins is 5V.
179+
The reference voltage of all digital pins is 5 V.
180180

181181
## DAC
182182

@@ -291,13 +291,13 @@ void loop() {
291291

292292
## I2C
293293

294-
I2C lets you connect multiple I2C compatible devices in series using only two pins. The controller will send out information through the I2C bus to a 7 bit address, meaning that the technical limit of I2C devices on a single line is 128. Practically, you're never gonna reach 128 devices before other limitations kick in.
294+
I2C lets you connect multiple I2C compatible devices in series using only two pins. The controller will send out information through the I2C bus to a 7-bit address, meaning that the technical limit of I2C devices on a single line is 128. Practically, you're never gonna reach 128 devices before other limitations kick in.
295295

296296
The **UNO R4 Minima** has one I2C bus which is marked with SCL and SDA. They are shared with A4 (SDA) and A5 (SCL) which owners of previous UNO's are familiar with. The pullups are not mounted on the PCB but there are footprints to do so if needed.
297297

298298
The pins used for I2C on the **UNO R4 Minima** are the following:
299-
- SDA - D14
300-
- SCL - D15
299+
- SDA - D14 or A4
300+
- SCL - D15 or A5
301301

302302
![I2C Pins](assets/i2cpins.png)
303303

@@ -311,8 +311,6 @@ Inside `void setup()` you need to initialize the library, and initialize the I2C
311311

312312
```arduino
313313
Wire.begin() //SDA & SDL
314-
Wire1.begin(); //SDA1 & SDL1
315-
Wire2.begin(); //SDA2 & SDL2
316314
```
317315

318316
And to write something to a device connected via I2C, we can use the following commands:
@@ -325,7 +323,7 @@ Wire.endTransmission(); //stop transmit
325323
```
326324
## USB Serial & UART
327325

328-
The **Uno R4 Minima** board features 2 separate hardware serial ports.
326+
The **UNO R4 Minima** board features 2 separate hardware serial ports.
329327

330328
- One port is exposed via USB-C®, and
331329
- One is exposed via RX/TX pins.
@@ -440,8 +438,8 @@ Install the Renesas flash programmer ([download page](https://www.renesas.com/us
440438

441439
To flash the bootloader:
442440
- Select dfu.exe.
443-
- Connet your board.
444-
- Short the BOOT and GND pin found on the UNO R4 Minima
441+
- Connect your board.
442+
- Short the BOOT and GND pin found on the UNO R4 Minima.
445443
- Go to the Connect Settings tab.
446444
- Select COM port in the Tool > select the port shown in the IDE.
447445
- Press start.

0 commit comments

Comments
 (0)