You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,8 @@ The default resolution is set to 10-bit, but can be updated to 12 and 14-bit res
137
137
-`analogReadResolution(12)`
138
138
-`analogReadResolution(14)`
139
139
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
+
140
142
### OPAMP Pins
141
143
142
144
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
229
231
analogWriteResolution(12);
230
232
```
231
233
234
+
To learn more about the DAC capabilities of the UNO R4 WiFi, check out the [DAC Guide](/tutorials/uno-r4-wifi/dac).
235
+
232
236
## RTC
233
237
234
238
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() {
273
277
274
278
```
275
279
280
+
To learn more about the RTC capabilities of the UNO R4 WiFi, check out the [RTC Guide](/tutorials/uno-r4-wifi/rtc).
281
+
276
282
## EEPROM
277
283
278
284
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
286
292
287
293
Read more in the [Guide to EEPROM](/learn/programming/eeprom-guide).
288
294
295
+
To learn more about the EEPROM capabilities of the UNO R4 WiFi, check out the [EEPROM Guide](/tutorials/uno-r4-wifi/eeprom).
296
+
289
297
## SPI
290
298
291
299

@@ -449,6 +457,8 @@ mouse.move(x,y);
449
457
450
458
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.
451
459
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
+
452
462
## CAN Module
453
463
454
464
The UNO R4 WiFi's RA4M1 has a built-in CAN module that complies with the CAN 2.0A/CAN 2.0B standard.
***Please note that without a CAN transceiver it is not possible to communicate with other CAN devices.***
486
496
497
+
To learn more about the CAN capabilities of the UNO R4 WiFi, check out the [CAN Guide](/tutorials/uno-r4-wifi/can).
498
+
487
499
## ESP32-S3-MINI-1-N8
488
500
489
501
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
518
530
519
531
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.
520
532
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
+
521
535
### Bluetooth®
522
536
523
537
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