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
@@ -104,6 +104,8 @@ The Nano R4 features one Operational Amplifier accesible through the board analo
104
104
105
105
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.
106
106
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:
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
125
127
The Nano R4 features an external crystal oscillator that improve considerably the timing of timers like the RTC and other sub-clock dependant peripherals.
126
128
</div>
127
129
130
+
### Board Actuators
131
+
132
+
The Nano R4 features an RGB
133
+
128
134
### Related Products
129
135
130
136
- Arduino Nano (A000005)
@@ -155,6 +161,16 @@ The following diagram illustrates the Nano R4 main system power architecture.
155
161
156
162

157
163
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
+
158
174
### Battery Backup
159
175
160
176
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
168
184
| VBATT power supply voltage | 1.6 | - | 3.6 | V |
169
185
| Voltage level for switching to battery backup (falling) | 1.99 | 2.09 | 2.19 | V |
170
186
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
-
181
187
<divstyle="page-break-after: always;"> </div>
182
188
183
189
## Functional Overview
@@ -245,7 +251,7 @@ An overview of the Nano R4 high-level architecture is illustrated in the figure
@@ -271,6 +277,11 @@ The Arduino Cloud Editor is hosted online, therefore it will always be up-to-dat
271
277
### Online Resources
272
278
273
279
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.
0 commit comments