Skip to content

Commit 2b8fdc3

Browse files
committed
Final check
1 parent b809be7 commit 2b8fdc3

File tree

1 file changed

+24
-13
lines changed
  • content/hardware/03.nano/boards/nano-r4/datasheet

1 file changed

+24
-13
lines changed

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

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ On the Nano R4, the operating voltage is fixed at 5 V to be fully retro compatib
6363

6464
| Component | Details |
6565
| -------------------------------------- | ------------------------------------------- |
66-
| R7FA4M1AB3CFM#HA0 Processor | Arm® Cortex®-M4 core at up to 48 MHz |
66+
| R7FA4M1AB3CFM Processor | Arm® Cortex®-M4 core at up to 48 MHz |
6767
| Flash Memory | 256 kB of Flash Memory |
6868
| Programming Memory | 32kB of RAM |
6969
| Data Memory | 8kB of EEPROM |
7070
| Real-time Clock (RTC) | Yes (external crystal oscillator included) |
7171
| Direct Memory Access Controller (DMAC) | Yes (x4) |
7272
| ADC | Yes (14-bit) |
7373
| DAC | Yes (12-bit) |
74-
| Operational Amplifier (OPAMP) | Yes (ranges specified on dedicated section) |
74+
| Operational Amplifier (OPAMP) | Yes (ranges specified on dedicated [section](#operational-amplifier-opamp)) |
7575
| CAN bus | Yes (external transceiver required) |
7676

7777

@@ -104,6 +104,8 @@ The Nano R4 features one Operational Amplifier accesible through the board analo
104104

105105
The I2C Qwiic connector SM04B-SRSS-TB(LF)(SN) is connected to a secondary I2C bus on the board. This connector is powered via 3.3 V following the Qwiic standard system and makes the Nano R4 compatible with the Arduino Modulino nodes.
106106

107+
The Qwiic connector logic level is fixed to 3.3 V, and it is translated to 5 V to communicate with the RA4M1 microcontroller as illustrated in the figure below:
108+
107109
![Arduino Nano R4 Qwiic Connector](assets/Nano_R4-Qwiic-connector.png)
108110

109111
The standard I2C is accessible through the Nano breakout pins A4 for SDA and A5 for SCL as its predecessors.
@@ -125,6 +127,10 @@ The Realtime Clock (RTC) has two counting modes: calendar count mode and binary
125127
The Nano R4 features an external crystal oscillator that improve considerably the timing of timers like the RTC and other sub-clock dependant peripherals.
126128
</div>
127129

130+
### Board Actuators
131+
132+
The Nano R4 features an RGB
133+
128134
### Related Products
129135

130136
- Arduino Nano (A000005)
@@ -155,6 +161,16 @@ The following diagram illustrates the Nano R4 main system power architecture.
155161

156162
![Arduino Nano R4 Power Tree](assets/Nano_R4_Power_Tree.png)
157163

164+
### GPIO Voltage
165+
166+
The Nano R4 operates at 5 V as do all pins on this board except for the **Qwiic** connector that works at **3.3 V**. This connector draws power from the AP2112K-3.3TRG1 regulator.
167+
168+
### GPIO Current
169+
170+
The GPIOs on the R7FA4M1AB3CFM microcontroller can handle up to **8 mA**. Never connect devices that draw higher current directly to a GPIO.
171+
172+
In case you need to power external devices that require more power, e.g. servo motors, use an external power supply.
173+
158174
### Battery Backup
159175

160176
The Nano R4 features a battery backup function. It can be powered through the **VBATT** pin (see [pinout](#pinout) section).
@@ -168,16 +184,6 @@ the dedicated battery backup power pin, the VBATT pin. When the voltage rises ag
168184
| VBATT power supply voltage | 1.6 | - | 3.6 | V |
169185
| Voltage level for switching to battery backup (falling) | 1.99 | 2.09 | 2.19 | V |
170186

171-
### GPIO Voltage
172-
173-
The Nano R4 operates at 5 V as do all pins on this board except for the **Qwiic** connector that works at **3.3 V**. This connector draws power from the AP2112K-3.3TRG1 regulator.
174-
175-
### GPIO Current
176-
177-
The GPIOs on the R7FA4M1AB3CFM#HA0 microcontroller can handle up to **8 mA**. Never connect devices that draw higher current directly to a GPIO.
178-
179-
In case you need to power external devices that require more power, e.g. servo motors, use an external power supply.
180-
181187
<div style="page-break-after: always;"> </div>
182188

183189
## Functional Overview
@@ -245,7 +251,7 @@ An overview of the Nano R4 high-level architecture is illustrated in the figure
245251

246252
| **Reference** | **Description** |
247253
| ------------- | ---------------------------------------- |
248-
| U1 | R7FA4M1AB3CFM#HA0 Microcontroller IC |
254+
| U1 | R7FA4M1AB3CFM Microcontroller IC |
249255
| U2 | MP2322GQH Buck Converter |
250256
| U3 | AP2112K-3.3TRG1 Dropout linear regulator |
251257
| PB1 | RESET Button |
@@ -271,6 +277,11 @@ The Arduino Cloud Editor is hosted online, therefore it will always be up-to-dat
271277
### Online Resources
272278

273279
Now that you have gone through the basics of what you can do with the board you can explore the endless possibilities it provides by checking exciting projects on Arduino Project Hub **[4]**, the Arduino Library Reference **[5]**, and the online store **[6]**; where you will be able to complement your board with sensors, actuators and more.
280+
281+
### Board Recovery
282+
283+
All Arduino boards have a built-in bootloader which allows flashing the board via USB. In case a sketch locks up the processor and the board is not reachable anymore via USB, it is possible to enter bootloader mode by double-tapping the reset button right after the power-up.
284+
274285
<div style="page-break-after: always;"> </div>
275286

276287
## Mechanical Information

0 commit comments

Comments
 (0)