8000 Merge pull request #1120 from arduino/jacobhylen/uno-r4-docsupdate · jakelawrence/docs-content@b2e3672 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit b2e3672

Browse files
authored
Merge pull request arduino#1120 from arduino/jacobhylen/uno-r4-docsupdate
Making small changes to UNO R4 docs
2 parents 69145a8 + 841711d commit b2e3672

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The UNO R4 Minima can be programmed either via the Arduino IDE, Arduino Web Edit
4747

4848
### Arduino IDE
4949

50-
To install the board in the Arduino IDE, search for "Renesas" in the board manager, and install the core/package.
50+
To use the board in the Arduino IDE, you need to install the latest version of the **Arduino UNO R4 Boards** package from the boards manager.
5151

5252
Read more in the [Getting Started with the UNO R4 Minima](/tutorials/uno-r4-minima/minima-getting-started) guide.
5353

@@ -344,6 +344,8 @@ The UNO R4 Minima board features two separate hardware serial ports.
344344
- One port is exposed via USB-C®, and
345345
- One is exposed via RX/TX pins.
346346

347+
This is one of the few things that are distinctly different from UNO R3 to UNO R4, as the UNO R3 only features one hardware serial port, that is connected to **both** the USB port and the RX/TX pins on the board.
348+
347349
### Native USB
348350

349351
Sending serial data to your computer is done using the standard `Serial` object. I
@@ -395,7 +397,7 @@ keyboard.press('W');
395397
mouse.move(x,y);
396398
```
397399

398-
This support is enabled by the [keyboard](https://www.arduino.cc/reference/en/language/functions/usb/keyboard/) and [mouse](https://www.arduino.cc/reference/en/language/functions/usb/mouse/) libraries that are pre-bundled into the core and require no installation.
400+
This support is enabled by the [keyboard](https://www.arduino.cc/reference/en/language/functions/usb/keyboard/) and [mouse](https://www.arduino.cc/reference/en/language/functions/usb/mouse/) libraries that you can install from the library manager in the IDE.
399401

400402
To learn more about the HID capabilities of the UNO R4 Minima, check out the [HID Guide](/tutorials/uno-r4-minima/usb-hid).
401403

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ url_shop: https://store.arduino.cc/uno-r4-wifi
44
url_guide: /tutorials/uno-r4-wifi/r4-wifi-getting-started
55
---
66

7-
The Arduino UNO R4 WiFi is designed around the 32-bit microcontroller RA4M1 from [Renesas](https://www.renesas.com/us/en) while also featuring a ESP32 module for Wi-Fi® and Bluetooth® connectivity. Its distinctive 12x8 LED matrix makes it possible to prototype visuals directly on the board, and with a QWIIC connector, you can create projects plug-and-play style.
7+
The Arduino UNO R4 WiFi is designed around the 32-bit microcontroller RA4M1 from [Renesas](https://www.renesas.com/us/en) while also featuring a ESP32 module for Wi-Fi® and Bluetooth® connectivity. Its distinctive 12x8 LED matrix makes it possible to prototype visuals directly on the board, and with a Qwiic connector, you can create projects plug-and-play style.

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line c 10000 hange
@@ -48,7 +48,7 @@ The UNO R4 WiFi can be programmed either via the Arduino IDE, Arduino Web Editor
4848

4949
### Arduino IDE
5050

51-
To install the board in the Arduino IDE, search for "UNO R4" in the board manager, and install the core/package.
51+
To use the board in the Arduino IDE, you need to install the latest version of the **Arduino UNO R4 Boards** package from the boards manager.
5252

5353
Read more in the [Getting Started with the UNO R4 WiFi](/tutorials/uno-r4-wifi/r4-wifi-getting-started) guide.
5454

@@ -241,12 +241,6 @@ const uint32_t frames[][4] = {
241241
242242
```
243243

244-
- `Arduino_LED_Matrix.begin()` - Initialises the LED matrix itself, making it ready to display frames.
245-
- `Arduino_LED_Matrix.autoscroll()` - Sets an automatic time interval in ms for the matrix to scroll through the frames.
246-
- `Arduino_LED_Matrix.next()` - Manually moves to the next frame.
247-
- `Arduino_LED_Matrix.on()` - Manually turn a single pixel on.
248-
- `Arduino_LED_Matrix.off()` - Manually turn a single pixel off.
249-
250244
## DAC
251245

252246
The UNO R4 WiFi also has a DAC with up to 12-bit resolution, that can act as a genuine analog output pin which means it's even more capable than PWM pins.
@@ -431,6 +425,8 @@ The UNO R4 WiFi board features 2 separate hardware serial ports.
431425
- One port is exposed via USB-C®, and
432426
- One is exposed via RX/TX pins.
433427

428+
This is one of the few things that are distinctly different from UNO R3 to UNO R4, as the UNO R3 only features one hardware serial port, that is connected to **both** the USB port and the RX/TX pins on the board.
429+
434430
The pins used for UART on the UNO R4 WiFi are the following:
435431

436432
| Pin | Function |
@@ -489,7 +485,7 @@ keyboard.press('W');
489485
mouse.move(x,y);
490486
```
491487

492-
This support is enabled by the [keyboard](https://www.arduino.cc/reference/en/language/functions/usb/keyboard/) and [mouse](https://www.arduino.cc/reference/en/language/functions/usb/mouse/) libraries that are pre-bundled into the core and require no installation.
488+
This support is enabled by the [keyboard](https://www.arduino.cc/reference/en/language/functions/usb/keyboard/) and [mouse](https://www.arduino.cc/reference/en/language/functions/usb/mouse/) libraries that you can install from the library manager in the IDE.
493489

494490
To learn more about the HID capabilities of the UNO R4 WiFi, check out the [HID Guide](/tutorials/uno-r4-wifi/usb-hid).
495491

0 commit comments

Comments
 (0)
0