Skip to content

Commit d484333

Browse files
Apply suggestions from code review
Co-authored-by: José Antonio Bagur Nájera <[email protected]>
1 parent 239d9ea commit d484333

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

content/hardware/03.nano/boards/nano-r4/features.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<FeatureDescription>
2-
The Arduino Nano R4 features the powerful Renesas RA4M1 microcontroller with a 32-bit Arm® Cortex®-M4 core running at 48 MHz. Its classic Nano form factor ensures compatibility with countless accessories, while modern features like USB-C®, CAN bus, and Qwiic I²C connector make it a versatile choice for embedded, automation, and prototyping projects.
2+
The Arduino Nano R4 features the powerful Renesas RA4M1 microcontroller with a 32-bit Arm® Cortex®-M4 core running at 48 MHz. Its Nano family board form factor ensures compatibility with countless accessories. At the same time, modern features like USB-C®, CAN bus and an onboard Qwiic connector make it a versatile choice for embedded, automation and prototyping projects.
33
</FeatureDescription>
44

55
<FeatureList>
@@ -16,23 +16,23 @@ The Nano R4 is compatible with the Arduino Cloud platform, allowing you to rapid
1616
</Feature>
1717

1818
<Feature title="Built-in DAC & OPAMP" image="mcu">
19-
With a 12-bit DAC on A0 and an integrated operational amplifier, the Nano R4 enables analog signal generation and advanced signal conditioning right out of the box.
19+
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.
2020
</Feature>
2121

2222
<Feature title="USB-C®" image="usb">
2323
The first Nano board to feature a USB-C® connector for streamlined power and data transfer.
2424
</Feature>
2525

2626
<Feature title="CAN Bus Support" image="communication">
27-
The Nano R4 includes support for CAN communication (with external transceiver), making it suitable for industrial and automotive applications.
27+
The Nano R4 supports CAN communication (with external transceivers), making it suitable for industrial and automotive applications.
2828
</Feature>
2929

3030
<Feature title="Real-Time Clock (RTC)" image="clock">
31-
The built-in RTC and 16 MHz external crystal ensure accurate timekeeping ideal for data logging and scheduled task applications.
31+
The built-in RTC and 16 MHz external crystal ensure accurate timekeeping, making it ideal for data logging and scheduled task applications.
3232
</Feature>
3333

3434
<Feature title="5 V Operating Voltage" image="power">
35-
Fully 5 V compatible on all GPIOs, making it easy to use with existing Arduino shields and 5 V peripherals without level shifting.
35+
Fully +5 VDC compatible on all GPIOs, making it easy to use with existing Arduino shields and +5 VDC peripherals without level shifting.
3636
</Feature>
3737

3838
</FeatureList>

content/hardware/03.nano/boards/nano-r4/product.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ forumCategorySlug: '/hardware/nano-family/nano-r4/190'
1010
sku: [ABX00142]
1111
---
1212

13-
The **Arduino Nano R4** brings the power of a 32-bit **Arm® Cortex®-M4** processor to the beloved Nano form factor. Based on the **Renesas RA4M1** microcontroller, it features **256 kB Flash**, **32 kB SRAM**, and an **8 kB EEPROM**, all running at **48 MHz** with a built-in **real-time clock**, **14-bit ADC**, and **12-bit DAC**.
13+
The **Arduino Nano R4** brings the power of a 32-bit **Arm® Cortex®-M4** processor to the beloved Nano family board form factor. Based on the **Renesas RA4M1** microcontroller, it features **256 kB Flash**, **32 kB SRAM** and an **8 kB EEPROM**, all running at **48 MHz** with a built-in **real-time clock** (RTC), **14-bit ADC** and a **12-bit DAC**.
1414

15-
With a **USB-C® connector**, support for **CAN bus**, and both 5 V and 3.3 V I2C connectivity (thanks to the onboard Qwiic connector), the Nano R4 is ideal for modern embedded applications, edge computing, and seamless integration with Arduino’s Modulino ecosystem.
15+
With a **USB-C® connector**, support for **CAN bus**, and +5 VDC and +3.3 VDC I2C connectivity (thanks to the onboard Qwiic connector), the Nano R4 is ideal for modern embedded applications, edge computing and seamless integration with the Arduino Modulino ecosystem.
1616

1717
Perfect for both beginners and advanced users, the Nano R4 is fully compatible with the **Arduino IDE** and **Arduino Cloud** to accelerate development and deployment.

content/hardware/03.nano/boards/nano-r4/tech-specs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ Here you will find the technical specifications for the Arduino® Nano R4.
22

33
**Please read: operating voltage**
44

5-
The microcontroller on the **Arduino Nano R4** operates at 5 V, making it fully compatible with traditional Arduino shields, modules, and accessories designed for 5 V logic levels. This allows seamless reuse of existing components and simplifies interfacing with a wide variety of 5 V sensors and actuators.
5+
The **Nano R4** microcontroller operates at +5 VDC, making it fully compatible with traditional Arduino shields, modules, and accessories designed for +5 VDC logic levels. This allows seamless reuse of existing components and simplifies interfacing with various +5 VDC sensors and actuators.
66

7-
Unlike boards based on 3.3 V logic (such as the Nano ESP32), the Nano R4 does not require logic level shifting when connecting to most classic Arduino components.
7+
Unlike boards based on +3.3 VDC logic (such as the Nano ESP32), the Nano R4 does not require logic level shifting when connecting to most classic Arduino components.
88

99
The board supports multiple power input options:
1010

11-
The VIN pin accepts an input voltage range of 6–21 V, regulated down to 5 V internally.
11+
The VIN pin accepts an input voltage range of +6–21 VDC, which is internally regulated down to +5 VDC.
1212

13-
The board can also be powered directly via the USB-C® port, which supplies 5 V to the system.
13+
The board can also be powered directly via the board's USB-C® port, which supplies +5 VDC to the system.
1414

15-
All GPIO pins operate at 5 V and can source or sink up to 8 mA of current per pin.
15+
All GPIO pins operate at +5 VDC and can source or sink up to 8 mA of current per pin.
1616

17-
Always verify the voltage requirements of any connected peripheral, and avoid drawing more current than the board’s limits to prevent instability or damage.
17+
Always verify the voltage requirements of any connected peripheral to the board and avoid drawing more current than the board’s limits to prevent instability or permanent damage.

content/hardware/03.nano/boards/nano-r4/tech-specs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ Microcontroller: Renesas RA4M1 (Arm® Cortex®-M4)
55
USB:
66
USB-C®: Programming Port
77
Pins:
8-
Digital I/O Pins: 21 - All exposed I/O can be used as digital
8+
Digital I/O Pins: 21 (all the exposed I/O can be used as digital I/O pins)
99
Analog input pins: 8
1010
DAC: 1
1111
PWM pins: 6
1212
External interrupts: 2,3
1313
Communication:
14-
UART: Yes, 1x
15-
I2C: Yes, 2x
16-
SPI: Yes, 1x
17-
CAN: Yes 1 CAN Bus
14+
UART: 1
15+
I2C: 2
16+
SPI: 1
17+
CAN: 1
1818
Power:
19-
Circuit operating voltage: 5 V
20-
Input voltage (VIN): 6-21 V
19+
Circuit operating voltage: +5 VDC
20+
Input voltage (VIN): +6-21 VDC
2121
DC Current per I/O Pin: 8 mA
2222
Clock speed:
2323
Main core: 48 MHz

0 commit comments

Comments
 (0)