@@ -6,22 +6,41 @@ The Arduino Nano R4 features the powerful Renesas RA4M1 microcontroller with a 3
6
6
7
7
<Feature title =" Qwiic I²C Connector " image =" communication " >
8
8
Easily connect sensors and peripherals using the onboard Qwiic connector, which enables plug-and-play I²C communication at 3.3 V logic levels while interfacing with the 5 V system.
9
+ <FeatureWrapper >
10
+ <FeatureLink title =" Documentation " url =" /tutorials/nano-r4/user-manual/#ic-communication " />
11
+ </FeatureWrapper >
9
12
</Feature >
10
13
11
- <Feature title =" Built-in DAC & OPAMP " image =" mcu " >
12
- With a 12-bit DAC on the A0 pin and an integrated operational amplifier, the Nano R4 enables analog signal generation and advanced signal conditioning.
14
+ <Feature title =" Operational Amplifier (OPAMP) " image =" mcu " >
15
+ The Nano R4 board features a built-in operational amplifier (OPAMP) that provides signal conditioning and amplification capabilities
16
+ <FeatureWrapper >
17
+ <FeatureLink title =" Documentation " url =" /tutorials/nano-r4/user-manual/#operational-amplifier-opamp " />
18
+ </FeatureWrapper >
19
+ </Feature >
20
+
21
+ <Feature title =" Digital-to-Analog Converter (DAC) " image =" mcu " >
22
+ Use the onboard 12-bit DAC to build sophisticated audio projects.
23
+ <FeatureWrapper >
24
+ <FeatureLink title =" Documentation " url =" /tutorials/nano-r4/user-manual/#digital-to-analog-converter-dac " />
25
+ </FeatureWrapper >
13
26
</Feature >
14
27
15
28
<Feature title =" USB-C® " image =" usb " >
16
29
The Nano R4 features a USB-C® connector for streamlined power and data transfer.
17
30
</Feature >
18
31
19
32
<Feature title =" CAN Bus Support " image =" communication " >
20
- The Nano R4 supports CAN communication (with external transceivers), making it suitable for industrial and automotive applications.
33
+ The Nano R4 supports CAN communication, making it suitable for industrial and automotive applications. This requires an external transceiver.
34
+ <FeatureWrapper >
35
+ <FeatureLink title =" Documentation " url =" /tutorials/nano-r4/user-manual/#can-communication " />
36
+ </FeatureWrapper >
21
37
</Feature >
22
38
23
- <Feature title =" Real-Time Clock (RTC) " image =" clock " >
24
- The built-in RTC and 16 MHz external crystal ensure accurate timekeeping, making it ideal for data logging and scheduled task applications.
39
+ <Feature title =" Real-Time Clock (RTC) " image =" mcu " >
40
+ Keep track of time & date and set alarms with the built-in RTC.
41
+ <FeatureWrapper >
42
+ <FeatureLink title =" Documentation " url =" /tutorials/nano-r4/user-manual/#real-time-clock-rtc " />
43
+ </FeatureWrapper >
25
44
</Feature >
26
45
27
46
<Feature title =" 5 V Operating Voltage " image =" power " >
0 commit comments