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/03.nano/boards/nano-r4/datasheet/datasheet.md
+28-22Lines changed: 28 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Digital Signal Processing, System on Module, Edge Computing, Rapid Prototyping
40
40
41
41
The Nano R4 is an evolution of its predecessor, the Nano Classic, which was previously based on 8-bit AVR microcontrollers. There are thousands of guides, tutorials and books written about the Nano board, where Nano R4 continues its legacy.
42
42
43
-
The board features the standard 14x digital I/O ports, 6x analog channels, dedicated pins for I2C, SPI and UART
43
+
The board features the standard 14x digital I/O ports, 8x analog channels, dedicated pins for I2C, SPI and UART
44
44
connections. Compared to its predecessors the board has a much larger memory: 8x times more flash memory (256 kB) and 16x times more SRAM (32 kB).
45
45
46
46
| Feature | Description |
@@ -50,10 +50,10 @@ connections. Compared to its predecessors the board has a much larger memory: 8x
| Communication | UART (x1), I2C (x2) (5 V over breakout and 3.3 V over Qwiic), SPI (x1), CAN (external transceiver required) (x1) |
56
+
| Communication | UART (1x), I2C (2x) (5 V over breakout and 3.3 V over Qwiic), SPI (1x), CAN (external transceiver required) (1x) |
57
57
| Dimensions | 18 mm x 45 mm |
58
58
| Operating Temperature | -40 °C to +85 °C |
59
59
@@ -63,18 +63,18 @@ The Nano R4 is based on the 32-bit RA4M1 series microcontroller, **R7FA4M1AB3CFM
63
63
64
64
On the Nano R4, the operating voltage is fixed at 5 V to be fully retro compatible with shields, accessories and circuits originally designed for older Nano revisions.
For more technical details on this microcontroller, visit [Renesas - RA4M1 series official documentation](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).
@@ -149,14 +149,19 @@ The Nano R4 features an RGB LED and single color built-in LED, both can be contr
149
149
| V<sub>IN</sub> | Input voltage from VIN pad | 6.0 | 7.0 | 21.0 | V |
150
150
| V<sub>USB</sub> | Input voltage from USB connector | 4.8 | 5.0 | 5.5 | V |
151
151
| T<sub>OP</sub> | Operating Temperature | -40 | 25 | 85 | °C |
152
+
| 3V3 | Current Source from 3V3 pin | - | - | 150 | mA |
152
153
153
154
**Note:** V<sub>DD</sub> controls the logic level and is connected to the 5 V power rail. V<sub>AREF</sub> set the reference for the analog logic.
154
155
155
156
### Power Options
156
157
157
158
Power can either be supplied via the VIN pin, or via USB-C® connector. If power is supplied via VIN, the MP2322GQH buck converter steps the voltage down to 5 V.
158
159
159
-
The 5 V output of the buck converter is connected to a Schottky diode in place for reverse polarity and overvoltage protection respectively.
160
+
A power OR circuit manages the selection between the USB and VIN power inputs, automatically routing the available voltage to the system's main power rail.
When using the 3V3 pin to power external peripherals, make sure stay below 150 mA since, above that value, the board may become very hot.
164
+
</div>
160
165
161
166
#### Power Tree
162
167
@@ -172,9 +177,9 @@ The Nano R4 operates at 5 V as do all pins on this board except for the **Qwiic*
172
177
173
178
The GPIOs on the R7FA4M1AB3CFM microcontroller can handle up to **8 mA**. Never connect devices that draw higher current directly to a GPIO.
174
179
175
-
In case you need to power external devices that require more power, e.g. servo motors, use an external power supply.
180
+
In case you need to drive external devices that require more current, e.g. high brightness LEDs, use an external current amplifier interface (e.g. a MOSFET or a transistor).
176
181
177
-
### Battery Backup
182
+
### RTC Battery Backup
178
183
179
184
The Nano R4 features a battery backup function. It can be powered through the **VBATT** pin (see [pinout](#pinout) section).
180
185
The battery backup will power the RTC, the 32.768 kHz oscillators, the wakeup control and the backup memory.
@@ -419,7 +424,8 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
0 commit comments