Skip to content

Commit 9f4d1b3

Browse files
committed
reference sections
1 parent 625ece9 commit 9f4d1b3

File tree

1 file changed

+36
-1
lines changed
  • content/hardware/03.nano/boards/nano-r4/datasheet

1 file changed

+36
-1
lines changed

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

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,17 @@ This connector also shares the following pin connections:
182182

183183
\*CIPO/COPI/CS replaces the MISO/MOSI/SS terminology.
184184

185+
#### SWD/JTAG
186+
187+
<!---Section to be defined-->
188+
189+
| Pin | Function | Type | Description |
190+
| --- | -------- | -------- | ------------------- |
191+
| 1 | +5V | Internal | Power Supply of 5 V |
192+
| 2 | SWDIO | Internal | Data I/O pin |
193+
| 3 | GND | Internal | Ground |
194+
| 4 | SWCLK | Internal | Clock Pin |
195+
185196
### Block Diagram
186197

187198
![Arduino Nano R4 Block Diagram](assets/Nano_R4_Block_Diagram.png)
@@ -214,16 +225,40 @@ In case you need to power external devices that require more power, e.g. servo m
214225

215226
### Getting Started - IDE
216227

228+
If you want to program your Nano R4 while offline you need to install the Arduino® Desktop IDE **[1]**. To connect the Nano R4 to your computer, you will need a Type-C® USB cable, which can also provide power to the board, as indicated by the LED (DL3).
229+
217230
### Getting Started - Arduino Cloud Editor
218231

219-
### Samles Sketches
232+
All Arduino boards, including this one, work out-of-the-box on the Arduino Cloud Editor **[2]**, by just installing a simple plugin.
233+
234+
The Arduino Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload sketches onto your board.
220235

221236
### Online Resources
222237

238+
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.
239+
223240
## Mechanical Information
224241
### Board Dimensions
225242

226243
![Mechanical View of Arduino Nano R4](assets/mechanicalDrawingNanoR4.png)
227244

228245
### Board Connectors
229246
### Board Peripherals and Actuators
247+
248+
249+
## Company Information
250+
251+
| Company name | Arduino S.r.l. |
252+
| --------------- | --------------------------------------------- |
253+
| Company Address | Via Andrea Appiani, 25 Monza, MB, 20900 Italy |
254+
255+
## Reference Documentation
256+
257+
| Reference | Link |
258+
| -------------------------------------- | ---------------------------------------------------- |
259+
| Arduino IDE (Desktop) | https://www.arduino.cc/en/Main/Software |
260+
| Arduino Cloud Editor | https://create.arduino.cc/editor |
261+
| Arduino Cloud Editor - Getting Started | https://docs.arduino.cc/arduino-cloud/guides/editor/ |
262+
| Arduino Project Hub | https://projecthub.arduino.cc/ |
263+
| Library Reference | https://github.com/arduino-libraries/ |
264+
| Online Store | https://store.arduino.cc/ |

0 commit comments

Comments
 (0)