Skip to content

Commit 6ef9456

Browse files
committed
Re order
1 parent c5c62c9 commit 6ef9456

File tree

1 file changed

+62
-60
lines changed
  • content/hardware/03.nano/boards/nano-r4/datasheet

1 file changed

+62
-60
lines changed

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

Lines changed: 62 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ connections. Compared to its predecessors the board has a much larger memory: 8
4040
**Cross compatibility:** The Nano form factor automatically makes it compatible with hundreds of existing third-party shields and other official accessories.
4141
</div>
4242

43+
### Related Products
44+
45+
- Arduino Nano (A000005)
46+
- Arduino® UNO R4 Minima (ABX00080)
47+
- Arduino® UNO R4 WiFi (ABX00087)
48+
4349
## Features
4450
### General Specifications Overview
4551

@@ -56,51 +62,6 @@ connections. Compared to its predecessors the board has a much larger memory: 8
5662
| Dimensions | 18 mm x 45 mm |
5763
| Operating Temperature | -40 °C to +85 °C |
5864

59-
### Microcontroller
60-
61-
The Nano R4 is based on the 32-bit RA4M1 series microcontroller, **R7FA4M1AB3CFM#HA0**, from Renesas, which uses a 48 MHz Arm® Cortex®-M4 microprocessor with a floating point unit (FPU).
62-
63-
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.
64-
65-
| Component | Details |
66-
| --------------------------- | ------------------------------------ |
67-
| R7FA4M1AB3CFM#HA0 Processor | Arm® Cortex®-M4 core at up to 48 MHz |
68-
| Flash Memory | 256 kB of Flash Memory |
69-
| Programming Memory | 32kB of RAM |
70-
| Data Memory | 8kB of EEPROM |
71-
72-
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).
73-
74-
### USB-C® Connector
75-
76-
The Nano R4 has one USB-C® port, used to power and program your board as well as send & receive serial communication.
77-
78-
**_Note: You should not power the board with more than 5 V via the USB-C® port._**
79-
80-
### Digital Analog Converter (DAC)
81-
82-
The Nano R4 has a DAC with up to 12-bit resolution attached to the A0 analog pin. A DAC is used to convert a digital signal to an analog signal.
83-
84-
### Qwiic I2C Connector
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.
87-
88-
![Arduino Nano R4 Qwiic Connector](assets/Nano_R4-Qwiic-connector.png)
89-
90-
The standard I2C is accessible through the following pin connections:
91-
92-
**JP1 header**
93-
- A4
94-
- A5
95-
96-
**Note:** as A4/A5 is connected to the main I2C bus, these should not be used as ADC inputs whenever the bus is in use. You can however connect I2C devices to each of these pins and connectors simultaneously.
97-
98-
### Related Products
99-
100-
- Arduino Nano (A000005)
101-
- Arduino® UNO R4 Minima (ABX00080)
102-
- Arduino® UNO R4 WiFi (ABX00087)
103-
10465
## Ratings
10566
### Recommended Operating Conditions
10667

@@ -113,21 +74,6 @@ The standard I2C is accessible through the following pin connections:
11374
**Note:** V<sub>DD</sub> controls the logic level and is connected to the 5V power rail. V<sub>AREF</sub> is for the analog logic.
11475

11576
## Functional Overview
116-
### Front View
117-
118-
![Top View of Arduino Nano R4](assets/topViewNanoR4.png)
119-
120-
| **Ref.** | **Description** |
121-
| -------- | ---------------------------------------- |
122-
| U1 | R7FA4M1AB3CFM#HA0 Microcontroller IC |
123-
| U2 | MP2322GQH Buck Converter |
124-
| U3 | AP2112K-3.3TRG1 Dropout linear regulator |
125-
| PB1 | RESET Button |
126-
| JP1 | Analog input/output headers |
127-
| JP2 | Digital input/output headers |
128-
| J1 | CX90B-16P USB-C® connector |
129-
| J2 | SM04B-SRSS-TB(LF)(SN) I2C connector |
130-
| DL1 | RGB LED |
13177

13278
### Pinout
13379

@@ -180,6 +126,62 @@ The standard I2C is accessible through the following pin connections:
180126

181127
![Arduino Nano R4 Block Diagram](assets/Nano_R4_Block_Diagram.png)
182128

129+
## Board Topology
130+
### Front View
131+
132+
![Top View of Arduino Nano R4](assets/topViewNanoR4.png)
133+
134+
| **Ref.** | **Description** |
135+
| -------- | ---------------------------------------- |
136+
| U1 | R7FA4M1AB3CFM#HA0 Microcontroller IC |
137+
| U2 | MP2322GQH Buck Converter |
138+
| U3 | AP2112K-3.3TRG1 Dropout linear regulator |
139+
| PB1 | RESET Button |
140+
| JP1 | Analog input/output headers |
141+
| JP2 | Digital input/output headers |
142+
| J1 | CX90B-16P USB-C® connector |
143+
| J2 | SM04B-SRSS-TB(LF)(SN) I2C connector |
144+
| DL1 | RGB LED |
145+
146+
### Microcontroller
147+
148+
The Nano R4 is based on the 32-bit RA4M1 series microcontroller, **R7FA4M1AB3CFM#HA0**, from Renesas, which uses a 48 MHz Arm® Cortex®-M4 microprocessor with a floating point unit (FPU).
149+
150+
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.
151+
152+
| Component | Details |
153+
| --------------------------- | ------------------------------------ |
154+
| R7FA4M1AB3CFM#HA0 Processor | Arm® Cortex®-M4 core at up to 48 MHz |
155+
| Flash Memory | 256 kB of Flash Memory |
156+
| Programming Memory | 32kB of RAM |
157+
| Data Memory | 8kB of EEPROM |
158+
159+
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).
160+
161+
### USB-C® Connector
162+
163+
The Nano R4 has one USB-C® port, used to power and program your board as well as send & receive serial communication.
164+
165+
**_Note: You should not power the board with more than 5 V via the USB-C® port._**
166+
167+
### Digital Analog Converter (DAC)
168+
169+
The Nano R4 has a DAC with up to 12-bit resolution attached to the A0 analog pin. A DAC is used to convert a digital signal to an analog signal.
170+
171+
### Qwiic I2C Connector
172+
173+
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.
174+
175+
![Arduino Nano R4 Qwiic Connector](assets/Nano_R4-Qwiic-connector.png)
176+
177+
The standard I2C is accessible through the following pin connections:
178+
179+
**JP1 header**
180+
- A4
181+
- A5
182+
183+
**Note:** as A4/A5 is connected to the main I2C bus, these should not be used as ADC inputs whenever the bus is in use. You can however connect I2C devices to each of these pins and connectors simultaneously.
184+
183185
### Power Options
184186

185187
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.

0 commit comments

Comments
 (0)