Book Image

Raspberry Pi Blueprints

Book Image

Raspberry Pi Blueprints

Overview of this book

Table of Contents (17 chapters)
Raspberry Pi Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Electronics


Now that the note bottle assembly is built, it is time to build the electronics that will connect the servos to the Pi. This step is relatively simple, as all that you need to do is connect the Pi directly to the signal wire of the servos (usually yellow or white, sometimes orange) and provide power to the servos.

Since this project has the scope to use a lot of GPIO pins, we will use the Pi B+ for this project, which has an additional nine usable GPIO pins on its 40-pin header than on the older Pi model B's 26 pin header.

For reference, the circuit we will construct is laid out similar to the following diagram (note that for simplicity, only one servo is shown here):

The first step to create the electronic parts of this project is to build a power distribution board that can be connected to all the servos in order to receive power. This board is very similar to the one used for the servos on the robotic arm in Chapter 8, Remote-operated Robotic Arm. Perform the following steps...