Skip to content

Commit edd1e2d

Browse files
committed
Nano Screw Terminal
Product page + simple getting started guide
1 parent c4ae7a9 commit edd1e2d

File tree

12 files changed

+665
-0
lines changed

12 files changed

+665
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
software:
2+
- arduino-ide
3+
- arduino-cli
4+
- web-editor
5+
hardware:
6+
shields: ~
7+
carriers: ~
8+
boards:
9+
- nano-33-iot
10+
- nano
11+
- nano-33-ble-sense
12+
- nano-33-ble
13+
- nano-every
14+
- nano-rp2040-connect
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<FeatureDescription>
2+
3+
This product simply features two screw terminal rows with clear pin markings, which are enabled when you mount a Nano board on top of it. It is a great solution when you need to have robust connections.
4+
5+
</FeatureDescription>
6+
7+
8+
<FeatureList>
9+
<Feature title="Screw Terminals" image="hw-pin">
10+
11+
The Nano Screw Terminal have two rows of screw terminals that allows you to more robustly connect wires.
12+
13+
</Feature>
14+
15+
<Feature title="Proto Area" image="configurability">
16+
17+
A smaller proto area suitable for through-hole component soldering is located on the lower side of the board.
18+
19+
</Feature>
20+
21+
<Feature title="Additional GND Pins" image="hw-pin">
22+
23+
There are 4x ground (GND) pins available on the board.
24+
25+
</Feature>
26+
27+
</FeatureList>

content/hardware/03.nano/carriers/nano-screw-terminal/image.svg

Lines changed: 527 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Nano Screw Terminal
3+
url_shop: https://store.arduino.cc/nano-screw-terminal
4+
---
5+
6+
The Nano Screw Terminal is a simple design that allows you to create robust designs with your Nano boards.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Here you will find the technical specifications for the Arduino® Nano Screw Terminal.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Carrier:
2+
Name: Arduino® Nano Screw Terminal
3+
SKU: ASX00037
4+
Features:
5+
Connectors: 2x Screw Terminals rows
6+
Proto Area: 9x8 holes
7+
Dimensions:
8+
Width: XX mm
9+
Length: XX mm
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
title: 'Getting Started with Nano Screw Terminal'
3+
difficulty: beginner
4+
description: 'This short guide takes you through the features of the Nano Screw Terminal, along with some important considerations when using this product.'
5+
tags: [Nano Screw Terminal, Prototyping]
6+
author: 'Karl Söderby'
7+
hardware:
8+
- hardware/03.nano/carriers/nano-screw-terminal
9+
---
10+
11+
![The Nano Screw Terminal carrier.](assets/hero.png)
12+
13+
If you love the Nano form factor but are tired of spaghetti-monster looking breadboards: [Nano Screw Terminal](https://store.arduino.cc/nano-screw-terminal) is here to help.
14+
15+
In this guide, we will have a look at how this carrier functions, some inspiration for use cases, and some important considerations to take into account while using this carrier.
16+
17+
## Hardware & Software Needed
18+
19+
- [Nano Screw Terminal](https://store.arduino.cc/nano-screw-terminal)
20+
21+
### Compatible Boards
22+
23+
The Nano Screw Terminal is compatible with the following boards:
24+
25+
- [Nano](https://store.arduino.cc/products/arduino-nano)
26+
- [Nano Every](https://store.arduino.cc/nano-every)
27+
- [Nano 33 IoT](https://store.arduino.cc/arduino-nano-33-iot)
28+
- [Nano 33 BLE](https://store.arduino.cc/nano-33-ble)
29+
- [Nano 33 BLE Sense](https://store.arduino.cc/nano-33-ble-sense)
30+
- [Nano RP2040 Connect](https://store.arduino.cc/nano-rp2040-connect)
31+
32+
33+
## The Nano Screw Terminal
34+
35+
The [Nano Screw Terminal](https://store.arduino.cc/nano-screw-terminal) serves a simple purpose: provide screw terminal connections with clear markings to your Nano board. This makes it easy to assemble robust circuits that can be used for finished projects.
36+
37+
As a bonus, it also comes with a smaller prototyping area that you can solder components to (through hole). Perfect for adding a tiny display, LEDs or sensors.
38+
39+
### Screw Terminals
40+
41+
![Screw terminals on the carrier.](assets/nst-terminals.png)
42+
43+
### Prototyping Area
44+
45+
![Prototype area on the carrier.](assets/nst-proto-area.png)
46+
47+
## Considerations
48+
49+
As the pinout slightly differs from one Nano board to another, there are some important considerations to take into account. This sections lists out all considerations to take into account when using this product.
50+
51+
### RST Pin
52+
53+
![RST pin on the carrier.](assets/nst-terminals-1.png)
54+
55+
The pin marked **"RST"** on the board stands for **"reset"**. On the Nano Screw Terminal, it is disconnected by default. The reason behind this is that the function of this pin varies from board to board.
56+
57+
An example of this is the [Nano RP2040 Connect](https://store.arduino.cc/nano-rp2040-connect), where this pin is named **"REC"** as in **"recovery"**. If this pin had been connected, it would have constantly resetted the board.
58+
59+
### PWM
60+
61+
There are no PWM markings (~) on the carrier. This is because the PWM supported pins varies from board to board.
62+
63+
To know which pins are PWM, please refer to the pinout of your board (available in the [hardware documentation](/)), or the markings on your board.
64+
65+
## Use Cases
66+
67+
The Nano Screw Terminal can be used for any project that already involves an Arduino Nano board.
68+
69+
In particular, the carrier can be used when a project is done with the "breadboard prototyping phase", and need more reliable connections.
70+
71+
Seen in the image below is a DHT22 temperature/humidity sensor, connected to a [Nano RP2040 Connect](https://store.arduino.cc/nano-rp2040-connect) board, placed inside a water tight enclosure (for outdoor use).
72+
73+
![Nano Screw Terminal + Nano RP2040 Connect + DHT22 Sensor.](assets/nst-dht-rp2040.png)
74+
75+
While this was a quick prototype put together in a couple of minutes, you can build much more sophisticated setups. The board has a hole in each corner, so that you can easily attach it with screws.
76+
77+
## Conclusion
78+
79+
The Nano Screw Terminal is a great board that will help you create robust electronic circuits with your Nano boards.
80+
81+
In this guide, we have gone through some of the technical specifications, as well as highlighting some important considerations.

0 commit comments

Comments
 (0)