Skip to content

Commit bcddc46

Browse files
authored
Merge pull request #245 from arduino/karlsoderby/nano-pcb-essentials
[MKC-469] Add PCB guide to essentials
2 parents ad04b3e + 9d18c81 commit bcddc46

File tree

6 files changed

+26
-5
lines changed

6 files changed

+26
-5
lines changed

content/hardware/03.nano/boards/nano-33-ble-sense/essentials.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All you need to know to get started with your new Arduino board.
44
</EssentialElement>
55

6+
<EssentialElement title="BLE Sense Cheat Sheet" type="tutorial" link="/tutorials/nano-33-ble-sense/cheat-sheet">
7+
Learn about the Nano 33 BLE Sense's onboard sensors, supported serial & wireless protocols, pins and much more.
8+
</EssentialElement>
9+
10+
<EssentialElement title="Nano Hardware Design Guide" type="tutorial" link="/learn/hardware/nano-pcb-guide">
11+
Learn how to create your own custom hardware that is compatible with the Arduino Nano Family.
12+
</EssentialElement>
13+
614
<EssentialElement title="Community Projects" type="tutorial" link="/tutorials/nano-33-ble-sense/community-projects">
715
Discover interesting projects from the community based on the Nano 33 BLE Sense board.
816
</EssentialElement>

content/hardware/03.nano/boards/nano-33-ble/essentials.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All you need to know to get started with your new Arduino board.
44
</EssentialElement>
55

6+
<EssentialElement title="Nano Hardware Design Guide" type="tutorial" link="/learn/hardware/nano-pcb-guide">
7+
Learn how to create your own custom hardware that is compatible with the Arduino Nano Family.
8+
</EssentialElement>
9+
610
</EssentialsColumn>
711

812
<EssentialsColumn title="Suggested Libraries">

content/hardware/03.nano/boards/nano-33-iot/essentials.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All you need to know to get started with your new Arduino board.
44
</EssentialElement>
55

6+
<EssentialElement title="Nano Hardware Design Guide" type="tutorial" link="/learn/hardware/nano-pcb-guide">
7+
Learn how to create your own custom hardware that is compatible with the Arduino Nano Family.
8+
</EssentialElement>
9+
610
</EssentialsColumn>
711

812
<EssentialsColumn title="Suggested Libraries">

content/hardware/03.nano/boards/nano-every/essentials.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<EssentialElement title="Quickstart Guide" type="getting-started" link="/software/ide-v1/installing-megaavr-core">
44
All you need to know to get started with your new Arduino board.
55
</EssentialElement>
6-
6+
<EssentialElement title="Nano Hardware Design Guide" type="tutorial" link="/learn/hardware/nano-pcb-guide">
7+
Learn how to create your own custom hardware that is compatible with the Arduino Nano Family.
8+
</EssentialElement>
79
<EssentialElement title="Community Projects" type="tutorial" link="/tutorials/nano-every/community-projects">
810
Discover interesting projects from the community based on the Nano Every board.
911
</EssentialElement>

content/hardware/03.nano/boards/nano-rp2040-connect/essentials.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
<EssentialElement link="/tutorials/nano-rp2040-connect/rp2040-python-api" title="Python API Guide" type="tutorial">
99
Learn how to install MicroPython and how to load scripts to your Nano RP2040 Connect.
1010
</EssentialElement>
11-
<EssentialElement link="/tutorials/nano-rp2040-connect/rp2040-chromebook-upload" title="Chromebook Setup" type="tutorial">
12-
Learn how to set up the Nano RP2040 Connect using a Chromebook.
13-
</EssentialElement>
11+
<EssentialElement title="Nano Hardware Design Guide" type="tutorial" link="/learn/hardware/nano-pcb-guide">
12+
Learn how to create your own custom hardware that is compatible with the Arduino Nano Family.
13+
</EssentialElement>
14+
1415
</EssentialsColumn>
1516

1617

content/hardware/03.nano/boards/nano/essentials.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<EssentialElement title="Quickstart Guide" type="getting-started" link="https://www.arduino.cc/en/Guide/ArduinoNano">
33
All you need to know to get started with your new Arduino board.
44
</EssentialElement>
5-
5+
<EssentialElement title="Nano Hardware Design Guide" type="tutorial" link="/learn/hardware/nano-pcb-guide">
6+
Learn how to create your own custom hardware that is compatible with the Arduino Nano Family.
7+
</EssentialElement>
68
</EssentialsColumn>
79

810
<EssentialsColumn title="Suggested Libraries">

0 commit comments

Comments
 (0)