Skip to content

Commit 466674d

Browse files
committed
Corrections and fixes
1 parent a3d2331 commit 466674d

File tree

2 files changed

+122
-34
lines changed

2 files changed

+122
-34
lines changed
360 KB
Loading

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

Lines changed: 122 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,40 @@
22
identifier: ABX00142
33
title: Arduino® Nano R4
44
type: maker
5-
author:
65
---
76

87
![](assets/featured.png)
98

109
# Description
1110

12-
The Arduino® Nano R4 is a Nano form factor board based on the RA4M1 series microcontroller from Renesas (R7FA4M1AB3CFM#HA0), which embeds a 48 MHz Arm® Cortex®-M4 microprocessor. The Nano R4's memory is larger than its predecessors, with 256 kB flash, 32 kB SRAM and 8 kB data memory (EEPROM).
11+
The Arduino® Nano R4 is a Nano form factor board based on the RA4M1 series microcontroller from Renesas (R7FA4M1AB3CFM#HA0), which embeds a 48 MHz Arm® Cortex®-M4 microprocessor. The Nano R4's memory is larger than its predecessors, with 256 kB flash, 32 kB SRAM and 8 kB data memory (EEPROM).
1312

14-
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.
13+
The Nano R4 board operates at 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.
1514

16-
Customize the on-board RGB LED to indicate different operating states, making debugging and system monitoring more intuitive.
15+
Leverage the on-board Qwiic connector for seamless integration with Modulinos, enabling quick and reliable expansion of your project.
1716

1817
# Target areas:
1918

2019
Maker, Beginner, Education
2120

2221
# Contents
23-
## Application Examples
22+
## The Board
2423

2524
<div style="text-align:justify;">
26-
The Nano R4 is a evolution of its predecessors the Nano Classic, being previously based on 8-bit AVR
27-
microcontrollers. There are thousands of guides, tutorials and books written about the Nano board, where Nano R4 continues its legacy.
25+
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.
26+
2827
The board features the standard 14 digital I/O ports, 6 analog channels, dedicated pins for I2C, SPI and UART
29-
connections. Compared to its predecessors the board has a much larger memory: 8 times more flash memory (256
30-
kB) and 16 times more SRAM (32 kB).
28+
connections. Compared to its predecessors the board has a much larger memory: 8 times more flash memory (256 kB) and 16 times more SRAM (32 kB).
3129

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

34-
**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).
32+
**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 + community).
3533

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.
34+
**Easy power management:** The Nano R4 supports input voltages from 6 to 21 V. It removes the need for additional circuitry required to step down the voltage.
3735

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
36+
**Enhanced Connectivity:** Features an onboard Qwiic connector for easy integration with a wide range of sensors and peripherals. Exposing a new I2C connection apart from the standard one found on A4 and A5 pins. The Qwiic connector makes the Nano R4 compatible with the Modulinos.
3937

40-
**Cross compatibility:** the Nano form factor automatically makes it compatible with hundreds of existing third-party shields and other accessories.
38+
**Cross compatibility:** The Nano form factor automatically makes it compatible with hundreds of existing third-party shields and other official accessories.
4139
</div>
4240

4341
## Features
@@ -46,12 +44,13 @@ kB) and 16 times more SRAM (32 kB).
4644
| Feature | Description |
4745
| --------------------- | -------------------------------------------------------------------------------------------------- |
4846
| Microcontroller | **R7FA4M1AB3CFM#HA0** 32-bit Arm® Cortex®-M4 |
47+
| Frequency | 48 MHz |
4948
| Internal Memory | 256 kB Flash / 32 kB RAM / 8 kB EEPROM |
5049
| USB Connectivity | USB-C® port for power and data |
5150
| Power | Input voltage (VIN): 6-21 V / Power via USB-C® at 5 V |
5251
| Digital Inputs | GPIO (x21 - All exposed I/O can be used as digital), PWM (x8) |
5352
| 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) |
53+
| Communication | UART (x1), I2C (x2) (5 V and 3.3 V over Qwiic), SPI (x1), CAN (external transceiver required) (x1) |
5554
| Dimensions | 18 mm x 45 mm |
5655
| Operating Temperature | -40 °C to +85 °C |
5756

@@ -61,12 +60,12 @@ The Nano R4 is based on the 32-bit RA4M1 series microcontroller, **R7FA4M1AB3CFM
6160

6261
On the Nano R4, the operating voltage is fixed at 5 V to be fully retro compatible with shields, accessories & circuits originally designed for older Nano revisions.
6362

64-
| Component | Details |
65-
| --------------------------- | ------------------------------------- |
66-
| R7FA4M1AB3CFM#HA0 Processor | Arm® Cortex®-M4 core at up to 480 MHz |
67-
| Flash Memory | 256 kB of Flash Memory |
68-
| Programming Memory | 32kB of RAM |
69-
| Data Memory | 8kB of EEPROM |
63+
| Component | Details |
64+
| --------------------------- | ------------------------------------ |
65+
| R7FA4M1AB3CFM#HA0 Processor | Arm® Cortex®-M4 core at up to 48 MHz |
66+
| Flash Memory | 256 kB of Flash Memory |
67+
| Programming Memory | 32kB of RAM |
68+
| Data Memory | 8kB of EEPROM |
7069

7170
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).
7271

@@ -82,9 +81,11 @@ The Nano R4 has a DAC with up to 12-bit resolution attached to the A0 analog pin
8281

8382
### I2C Connector
8483

85-
The I2C connector SM04B-SRSS-TB(LF)(SN) is connected to a secondary I2C bus on the board. Note that this connector is powered via 3.3 V.
84+
![Arduino Nano R4 Qwiic Connector](assets/Nano_R4-Qwiic-connector.png)
85+
86+
The I2C Qwiic connector SM04B-SRSS-TB(LF)(SN) is connected to a secondary I2C bus on the board. Note that this connector is powered via 3.3 V.
8687

87-
This connector also shares the following pin connections:
88+
The standard I2C is accessible through the following pin connections:
8889

8990
**JP1 header**
9091
- A4
@@ -143,7 +144,7 @@ This connector also shares the following pin connections:
143144
| 5 | A1 | Analog | Analog input 1 / OPAMP+ |
144145
| 6 | A2 | Analog | Analog input 2 / OPAMP- |
145146
| 7 | A3 | Analog | Analog input 3 / AMPOut |
146-
| 8 | A4 | Analog | Analog input 4 / I²C Serial Datal (SDA) |
147+
| 8 | A4 | Analog | Analog input 4 / I²C Serial Data (SDA) |
147148
| 9 | A5 | Analog | Analog input 5 / I²C Serial Clock (SCL) |
148149
| 10 | A6 | Analog | Analog input 6 |
149150
| 11 | A7 | Analog | Analog input 7 |
@@ -182,17 +183,17 @@ This connector also shares the following pin connections:
182183

183184
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.
184185

185-
The 5 V output of the uck converter is connected to a Schottky diode in place for reverse polarity & overvoltage protection respectively.
186+
The 5 V output of the buck converter is connected to a Schottky diode in place for reverse polarity & overvoltage protection respectively.
186187

187188
Power via USB supplies about ~4.7 V (due to Schottky drop) to the RA4M1 microcontroller.
188189

189190
#### Power Tree
190191

191-
![Arduino Nano R4 power tree.](assets/Nano_R4_Power_Tree.png)
192+
![Arduino Nano R4 Power Tree](assets/Nano_R4_Power_Tree.png)
192193

193194
### Pin Voltage
194195

195-
The Nano R4 operates on 5 V, as does all pins on this board except for the **3.3V pin**. This pin draws power from the `OUT` pin on the AP2112K-3.3TRG1.
196+
The Nano R4 operates at 5 V, as do all pins on this board except for the **Qwiic** connector that works with **3.3 V**. This connector draws power from the AP2112K-3.3TRG1 regulator.
196197

197198
### Pin Current
198199

@@ -231,13 +232,100 @@ Now that you have gone through the basics of what you can do with the board you
231232
| --------------- | --------------------------------------------- |
232233
| Company Address | Via Andrea Appiani, 25 Monza, MB, 20900 Italy |
233234

235+
# Certifications
236+
237+
## Declaration of Conformity CE DoC (EU)
238+
239+
We declare under our sole responsibility that the products above are in conformity with the essential requirements of the following EU Directives and therefore qualify for free movement within markets comprising the European Union (EU) and European Economic Area (EEA).
240+
241+
## Declaration of Conformity to EU RoHS & REACH 211 01/19/2021
242+
243+
Arduino boards are in compliance with RoHS 2 Directive 2011/65/EU of the European Parliament and RoHS 3 Directive 2015/863/EU of the Council of 4 June 2015 on the restriction of the use of certain hazardous substances in electrical and electronic equipment.
244+
245+
| **Substance** | **Maximum Limit (ppm)** |
246+
| -------------------------------------- | ----------------------- |
247+
| Lead (Pb) | 1000 |
248+
| Cadmium (Cd) | 100 |
249+
| Mercury (Hg) | 1000 |
250+
| Hexavalent Chromium (Cr6+) | 1000 |
251+
| Poly Brominated Biphenyls (PBB) | 1000 |
252+
| Poly Brominated Diphenyl ethers (PBDE) | 1000 |
253+
| Bis(2-Ethylhexyl) phthalate (DEHP) | 1000 |
254+
| Benzyl butyl phthalate (BBP) | 1000 |
255+
| Dibutyl phthalate (DBP) | 1000 |
256+
| Diisobutyl phthalate (DIBP) | 1000 |
257+
258+
Exemptions : No exemptions are claimed.
259+
260+
Arduino Boards are fully compliant with the related requirements of European Union Regulation (EC) 1907 /2006 concerning the Registration, Evaluation, Authorization and Restriction of Chemicals (REACH). We declare none of the SVHCs ([https://echa.europa.eu/web/guest/candidate-list-table](https://echa.europa.eu/web/guest/candidate-list-table)), the Candidate List of Substances of Very High Concern for authorization currently released by ECHA, is present in all products (and also package) in quantities totaling in a concentration equal or above 0.1%. To the best of our knowledge, we also declare that our products do not contain any of the substances listed on the "Authorization List" (Annex XIV of the REACH regulations) and Substances of Very High Concern (SVHC) in any significant amounts as specified by the Annex XVII of Candidate list published by ECHA (European Chemical Agency) 1907 /2006/EC.
261+
262+
## Conflict Minerals Declaration
263+
264+
As a global supplier of electronic and electrical components, Arduino is aware of our obligations with regards to laws and regulations regarding Conflict Minerals, specifically the Dodd-Frank Wall Street Reform and Consumer Protection Act, Section 1502. Arduino does not directly source or process conflict minerals such as Tin, Tantalum, Tungsten, or Gold. Conflict minerals are contained in our products in the form of solder, or as a component in metal alloys. As part of our reasonable due diligence Arduino has contacted component suppliers within our supply chain to verify their continued compliance with the regulations. Based on the information received thus far we declare that our products contain Conflict Minerals sourced from conflict-free areas.
265+
266+
## FCC Caution
267+
268+
Any Changes or modifications not expressly approved by the party responsible for compliance could void the user’s authority to operate the equipment.
269+
270+
This device complies with part 15 of the FCC Rules. Operation is subject to the following two conditions:
271+
272+
(1) This device may not cause harmful interference
273+
274+
(2) this device must accept any interference received, including interference that may cause undesired operation.
275+
276+
**FCC RF Radiation Exposure Statement:**
277+
278+
1. This Transmitter must not be co-located or operating in conjunction with any other antenna or transmitter.
279+
280+
2. This equipment complies with RF radiation exposure limits set forth for an uncontrolled environment.
281+
282+
3. This equipment should be installed and operated with a minimum distance of 20 cm between the radiator & your body.
283+
284+
English:
285+
User manuals for licence-exempt radio apparatus shall contain the following or equivalent notice in a conspicuous location in the user manual or alternatively on the device or both. This device complies with Industry Canada licence-exempt RSS standard(s). Operation is subject to the following two conditions:
286+
287+
(1) this device may not cause interference
288+
289+
(2) this device must accept any interference, including interference that may cause undesired operation of the device.
290+
291+
French:
292+
Le présent appareil est conforme aux CNR d’Industrie Canada applicables aux appareils radio exempts de licence. L’exploitation est autorisée aux deux conditions suivantes :
293+
294+
(1) l’ appareil nedoit pas produire de brouillage
295+
296+
(2) l’utilisateur de l’appareil doit accepter tout brouillage radioélectrique subi, même si le brouillage est susceptible d’en compromettre le fonctionnement.
297+
298+
**IC SAR Warning:**
299+
300+
English
301+
This equipment should be installed and operated with a minimum distance of 20 cm between the radiator and your body.
302+
303+
French:
304+
Lors de l’ installation et de l’ exploitation de ce dispositif, la distance entre le radiateur et le corps est d ’au moins 20 cm.
305+
306+
**Important:** The operating temperature of the EUT can’t exceed 85 ℃ and shouldn’t be lower than -40 ℃.
307+
308+
Hereby, Arduino S.r.l. declares that this product is in compliance with essential requirements and other relevant provisions of Directive 201453/EU. This product is allowed to be used in all EU member states.
309+
310+
## Company Information
311+
312+
| Company name | Arduino S.r.l. |
313+
| --------------- | -------------------------------------------- |
314+
| Company Address | Via Andrea Appiani, 25 - 20900 MONZA(Italy) |
315+
234316
## Reference Documentation
235317

236-
| Reference | Link |
237-
| -------------------------------------- | ---------------------------------------------------- |
238-
| Arduino IDE (Desktop) | https://www.arduino.cc/en/Main/Software |
239-
| Arduino Cloud Editor | https://create.arduino.cc/editor |
240-
| Arduino Cloud Editor - Getting Started | https://docs.arduino.cc/arduino-cloud/guides/editor/ |
241-
| Arduino Project Hub | https://projecthub.arduino.cc/ |
242-
| Library Reference | https://github.com/arduino-libraries/ |
243-
| Online Store | https://store.arduino.cc/ |
318+
| Ref | Link |
319+
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
320+
| Arduino IDE (Desktop) | [https://www.arduino.cc/en/Main/Software](https://www.arduino.cc/en/Main/Software) |
321+
| Arduino IDE (Cloud) | [https://create.arduino.cc/editor](https://create.arduino.cc/editor) |
322+
| Cloud IDE Getting Started | [https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor](https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor) |
323+
| Project Hub | [https://create.arduino.cc/projecthub?by=part&part_id=11332&sort=trending](https://create.arduino.cc/projecthub?by=part&part_id=11332&sort=trending) |
324+
| Library Reference | [https://github.com/arduino-libraries/](https://github.com/arduino-libraries/) |
325+
| Online Store | [https://store.arduino.cc/](https://store.arduino.cc/) |
326+
327+
## Change Log
328+
329+
| Date | **Revision** | **Changes** |
330+
| ---------- | ------------ | ------------- |
331+
| 31/03/2025 | 1 | First Release |

0 commit comments

Comments
 (0)