Skip to content

Commit 13cfe4c

Browse files
committed
board picture added and few corrections
1 parent 9f4d1b3 commit 13cfe4c

File tree

2 files changed

+21
-16
lines changed

2 files changed

+21
-16
lines changed
4.17 MB
Loading

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

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ The Arduino® Nano R4 is a Nano form factor board based on the RA4M1 series mic
1313

1414
The Nano R4 board's operating voltage is 5 V, making it hardware compatible with Nano form factor accessories with the same operating voltage. Shields designed for previous Nano revisions are therefore safe to use with this board but are not guaranteed to be software compatible due to the change of microcontroller.
1515

16+
Customize the on-board RGB LED to indicate different operating states, making debugging and system monitoring more intuitive.
17+
1618
# Target areas:
1719

1820
Maker, Beginner, Education
@@ -27,28 +29,31 @@ The board features the standard 14 digital I/O ports, 6 analog channels, dedicat
2729
connections. Compared to its predecessors the board has a much larger memory: 8 times more flash memory (256
2830
kB) and 16 times more SRAM (32 kB).
2931

32+
**Effortless Transition:** Move seamlessly from prototyping to production with the familiar RA4M1 microcontroller present already in the UNO R4 family.
3033

3134
**Entry level projects:** If this is your first project within coding and electronics, the Nano R4 is a good fit. It is easy to get started with and has a lot of online documentation (both official + third party).
3235

33-
**Easy power management:** the Nano R4 supports input voltages from 6-24 V. Removes the need for additional circuitry required to step down the voltage.
36+
**Easy power management:** the Nano R4 supports input voltages from 6-21 V. Removes the need for additional circuitry required to step down the voltage.
37+
38+
**Enhanced Connectivity:** Features an on-board QWIIC connector for easy integration with a wide range of sensors and peripherals. An extra I2C port at 5V on pins A4 and A5 offers further connectivity options
3439

35-
**Cross compatibility:** the Nano form factor automatically makes it compatible with hundreds of existing third-party shields and other accessories.
40+
**Cross compatibility:** the Nano form factor automatically makes it compatible with hundreds of existing third-party shields and other accessories.
3641
</div>
3742

3843
## Features
3944
### General Specifications Overview
4045

41-
| Feature | Description |
42-
| --------------------- | ----------------------------------------------------------------------- |
43-
| Microcontroller | **R7FA4M1AB3CFM#HA0** 32-bit Arm® Cortex®-M4 |
44-
| Internal Memory | 256 kB Flash / 32 kB RAM / 8 kB EEPROM |
45-
| USB Connectivity | USB-C® port for power and data |
46-
| Power | Input voltage (VIN): 6-24 V / Power via USB-C® at 5 V |
47-
| Digital Inputs | GPIO (x21 - All exposed I/O can be used as digital), PWM (x15) |
48-
| Analog Inputs | 14-bit ADC (x8) |
49-
| Communication | UART (x2), I2C (x2), SPI (x2), CAN (external transceiver required) (x1) |
50-
| Dimensions | 18 mm x 45 mm |
51-
| Operating Temperature | -40 °C to +85 °C |
46+
| Feature | Description |
47+
| --------------------- | -------------------------------------------------------------------------------------------------- |
48+
| Microcontroller | **R7FA4M1AB3CFM#HA0** 32-bit Arm® Cortex®-M4 |
49+
| Internal Memory | 256 kB Flash / 32 kB RAM / 8 kB EEPROM |
50+
| USB Connectivity | USB-C® port for power and data |
51+
| Power | Input voltage (VIN): 6-21 V / Power via USB-C® at 5 V |
52+
| Digital Inputs | GPIO (x21 - All exposed I/O can be used as digital), PWM (x6) |
53+
| Analog Inputs | 14-bit ADC (x8) |
54+
| Communication | UART (x1), I2C (x2) (5 V and 3.3 V over QWIIC), SPI (x1), CAN (external transceiver required) (x1) |
55+
| Dimensions | 18 mm x 45 mm |
56+
| Operating Temperature | -40 °C to +85 °C |
5257

5358
### Microcontroller
5459

@@ -60,8 +65,8 @@ On the Nano R4, the operating voltage is fixed at 5 V to be fully retro compatib
6065
| --------------------------- | ------------------------------------- |
6166
| R7FA4M1AB3CFM#HA0 Processor | Arm® Cortex®-M4 core at up to 480 MHz |
6267
| Flash Memory | 256 kB of Flash Memory |
63-
| Programming Memory | 32kB MB of RAM |
64-
| Data Memory | 8kB MB of RAM |
68+
| Programming Memory | 32kB of RAM |
69+
| Data Memory | 8kB of EEPROM |
6570

6671
For more technical details on this microcontroller, visit [Renesas - RA4M1 series](https://www.renesas.com/us/en/products/microcontrollers-microprocessors/ra-cortex-m-mcus/ra4m1-32-bit-microcontrollers-48mhz-arm-cortex-m4-and-lcd-controller-and-cap-touch-hmi).
6772

@@ -103,7 +108,7 @@ This connector also shares the following pin connections:
103108

104109
| Symbol | Description | Min | Typ | Max | Unit |
105110
| --------------- | ------------------------------------ | --- | --- | --- | ---- |
106-
| V<sub>IN</sub> | Input voltage from VIN pad / DC Jack | 6 | 7.0 | 24 | V |
111+
| V<sub>IN</sub> | Input voltage from VIN pad / DC Jack | 6 | 7.0 | 21 | V |
107112
| V<sub>USB</sub> | Input voltage from USB connector | 4.8 | 5.0 | 5.5 | V |
108113
| T<sub>OP</sub> | Operating Temperature | -40 | 25 | 85 | °C |
109114

0 commit comments

Comments
 (0)