Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 861402e

Browse files
Merge pull request #447 from arduino/jacobhylen/uno-wifi-reorder-cheatsheet
Reorder the cheat sheet and add links to corresponding guides
2 parents 49387f3 + e80aa76 commit 861402e

File tree

1 file changed

+14
-0
lines changed
  • content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ The default resolution is set to 10-bit, but can be updated to 12 and 14-bit res
137137
- `analogReadResolution(12)`
138138
- `analogReadResolution(14)`
139139

140+
To learn more about the ADC capabilities of the UNO R4 WiFi, check out the [ADC-Resolution Guide](/tutorials/uno-r4-wifi/adc-resolution).
141+
140142
### OPAMP Pins
141143

142144
The **RA4M1** has an internal OPAMP that is exposed on the UNO R4 WiFi as follows:
@@ -229,6 +231,8 @@ However you may change this write resolution if you need to, to up to 12-bits, a
229231
analogWriteResolution(12);
230232
```
231233

234+
To learn more about the DAC capabilities of the UNO R4 WiFi, check out the [DAC Guide](/tutorials/uno-r4-wifi/dac).
235+
232236
## RTC
233237

234238
A real-time clock (RTC) is used to measure the time, and is useful in any time-tracking applications.
@@ -273,6 +277,8 @@ void loop() {
273277
274278
```
275279

280+
To learn more about the RTC capabilities of the UNO R4 WiFi, check out the [RTC Guide](/tutorials/uno-r4-wifi/rtc).
281+
276282
## EEPROM
277283

278284
EEPROM, also referred to as 'data' memory, is type of memory that can retain data even after the board has been powered off.
@@ -286,6 +292,8 @@ It has a limited amount of write cycles, meaning that it is best suited for read
286292

287293
Read more in the [Guide to EEPROM](/learn/programming/eeprom-guide).
288294

295+
To learn more about the EEPROM capabilities of the UNO R4 WiFi, check out the [EEPROM Guide](/tutorials/uno-r4-wifi/eeprom).
296+
289297
## SPI
290298

291299
![SPI Pins](assets/spipins.png)
@@ -449,6 +457,8 @@ mouse.move(x,y);
449457

450458
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.
451459

460+
To learn more about the HID capabilities of the UNO R4 WiFi, check out the [HID Guide](/tutorials/uno-r4-wifi/usb-hid).
461+
452462
## CAN Module
453463

454464
The UNO R4 WiFi's RA4M1 has a built-in CAN module that complies with the CAN 2.0A/CAN 2.0B standard.
@@ -484,6 +494,8 @@ CanMsg const msg = CAN.read(); //read
484494

485495
***Please note that without a CAN transceiver it is not possible to communicate with other CAN devices.***
486496

497+
To learn more about the CAN capabilities of the UNO R4 WiFi, check out the [CAN Guide](/tutorials/uno-r4-wifi/can).
498+
487499
## ESP32-S3-MINI-1-N8
488500

489501
By default, the ESP32-S3 module onboard the UNO R4 WiFi acts as a Serial bridge, handling the connection to your computer. It also handles the rebooting of the main MCU, the Renesas RA4M1 when it is needed, for example when receiving a new sketch and resetting.
@@ -518,6 +530,8 @@ If you wish you can change this and get direct access to the serial bus on the R
518530

519531
The ESP32 onboard the UNO R4 WiFi is used to give the board Wi-Fi® capabilities. The Wi-Fi® module has a bitrate of up to 150 Mbps. The ESP32 module has a built in trace-antenna, meaning that you do not need an external one to use the connectivity features of the board. However, this trace antenna is shared with the Bluetooth® module, which means that you cannot use Bluetooth® and Wi-Fi® at the same time.
520532

533+
To learn more about the WiFi capabilities of the UNO R4 WiFi, try out the [Network Examples](/tutorials/uno-r4-wifi/wifi-examples).
534+
521535
### Bluetooth®
522536

523537
Thanks to the ESP32 module, the UNO R4 WiFi has Bluetooth® LE and Bluetooth® 5 capabilities, at a speed of up to 2 Mbps. The ESP32 module has a built in trace-antenna, meaning that you do not need an external one to use the connectivity features of the board. However, this trace antenna is shared with the Bluetooth® module, which means that you cannot use Bluetooth® and Wi-Fi® at the same time.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /