Skip to content

[MKC-469] Add PCB guide to essentials #245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All you need to know to get started with your new Arduino board.
</EssentialElement>

<EssentialElement title="BLE Sense Cheat Sheet" type="tutorial" link="/tutorials/nano-33-ble-sense/cheat-sheet">
Learn about the Nano 33 BLE Sense's onboard sensors, supported serial & wireless protocols, pins and much more.
</EssentialElement>

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

<EssentialElement title="Community Projects" type="tutorial" link="/tutorials/nano-33-ble-sense/community-projects">
Discover interesting projects from the community based on the Nano 33 BLE Sense board.
</EssentialElement>
Expand Down
4 changes: 4 additions & 0 deletions content/hardware/03.nano/boards/nano-33-ble/essentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All you need to know to get started with your new Arduino board.
</EssentialElement>

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

</EssentialsColumn>

<EssentialsColumn title="Suggested Libraries">
Expand Down
4 changes: 4 additions & 0 deletions content/hardware/03.nano/boards/nano-33-iot/essentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All you need to know to get started with your new Arduino board.
</EssentialElement>

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

</EssentialsColumn>

<EssentialsColumn title="Suggested Libraries">
Expand Down
4 changes: 3 additions & 1 deletion content/hardware/03.nano/boards/nano-every/essentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<EssentialElement title="Quickstart Guide" type="getting-started" link="/software/ide-v1/installing-megaavr-core">
All you need to know to get started with your new Arduino board.
</EssentialElement>

<EssentialElement title="Nano Hardware Design Guide" type="tutorial" link="/learn/hardware/nano-pcb-guide">
Learn how to create your own custom hardware that is compatible with the Arduino Nano Family.
</EssentialElement>
<EssentialElement title="Community Projects" type="tutorial" link="/tutorials/nano-every/community-projects">
Discover interesting projects from the community based on the Nano Every board.
</EssentialElement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
<EssentialElement link="/tutorials/nano-rp2040-connect/rp2040-python-api" title="Python API Guide" type="tutorial">
Learn how to install MicroPython and how to load scripts to your Nano RP2040 Connect.
</EssentialElement>
<EssentialElement link="/tutorials/nano-rp2040-connect/rp2040-chromebook-upload" title="Chromebook Setup" type="tutorial">
Learn how to set up the Nano RP2040 Connect using a Chromebook.
</EssentialElement>
<EssentialElement title="Nano Hardware Design Guide" type="tutorial" link="/learn/hardware/nano-pcb-guide">
Learn how to create your own custom hardware that is compatible with the Arduino Nano Family.
</EssentialElement>

</EssentialsColumn>


Expand Down
4 changes: 3 additions & 1 deletion content/hardware/03.nano/boards/nano/essentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<EssentialElement title="Quickstart Guide" type="getting-started" link="https://www.arduino.cc/en/Guide/ArduinoNano">
All you need to know to get started with your new Arduino board.
</EssentialElement>

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

<EssentialsColumn title="Suggested Libraries">
Expand Down