Skip to the content.

Сonnection shield

The connection shield is designed to conveniently connect motors, batteries, and accessories to the Arduino. The Connection shield will give a finished look to your project, allow you to connect and disconnect electronics using connectors, without soldering, and also allows you to install a buzzer and a power switch on the board.

You cannot buy such a board in a store, but it is not so difficult to make it yourself. Very few components are required with minimal costs. Also, assembling your connection shield is good training for soldering skills.

Features

Required components

Assembly diagram

Top view

Top view

Note:

To mount the buzzer, the trace on the breadboard leading to SDA pin (near reset button) should be removed first. It will free the corresponding contact on the breadboard for soldering wire.

Bottom view

Bottom view

Note:

The scheme above is designed for use with 14500 or 9V batteries. Battery positive pole connects to Vin pin. Vin pin is designed to work with 7-12V voltage which passed through the converter. In this case, the +5V pin acts as an output pin and powers all other devices except motor board.

For using AAA batteries, battery positive pole should be connected directly to the +5V pin for bypassing the converter. +5V pin designed to work with 5V only (4.5V is also acceptable but not more than 5V) and in this case it acts as input pin and powers Arduino from the same bus as all other devices. To achieve this, the wire from the switch should be connected to the contact on the board corresponding to the +5V pin instead of the Vin pin, so that all positive power wires were closed.

Connection diagram

Connection

Pinout

Arduino pin Device pin
VIN BAT:+, MB:+
+5V LCD:VDD, BT:VCC, DS:VCC, SRV:VCC
GND BAT:-, MB:-, LCD:GND, BT:GND, DS:GND, SRV:GND, LED:-, BUZ:-
A4 LCD:SDA
A4 LCD:SDA
A5 LCS:SCK
D2 BT:TX
D3 BT:RX
D4 MB:IN4
D5 MB:IN3
D6 MB:IN1
D7 MB:IN2
D8 LED:+
D9 DS:TRIG
D10 DS:ECHO
D11 SRV:SIG
D12 BUZ:+

Photos

Top view

Bottom view

View 01

View 02

In progress

PCB layout for manufacture production is in progress. Stay tuned and welcome to help with development.