|
| 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 | + |
| 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 | + |
| 42 | + |
| 43 | +### Prototyping Area |
| 44 | + |
| 45 | + |
| 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 | + |
| 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 | + |
| 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