Book Image

Getting Started with Raspberry Pi Zero

By : Richard Grimmett
Book Image

Getting Started with Raspberry Pi Zero

By: Richard Grimmett

Overview of this book

Raspberry Pi Zero is half the size of Raspberry Pi A, only with twice the utility. At just three centimeters wide, it packs in every utility required for full-fledged computing tasks. This practical tutorial will help you quickly get up and running with Raspberry Pi Zero to control hardware and software and write simple programs and games. You will learn to build creative programs and exciting games with little or no programming experience. We cover all the features of Raspberry Pi Zero as you discover how to configure software and hardware, and control external devices. You will find out how to navigate your way in Raspbian, write simple Python scripts, and create simple DIY programs.
Table of Contents (16 chapters)
Getting Started with Raspberry Pi Zero
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

Building the quadruped platform


You'll first need some parts, so you can build your quadruped robot. There are several kit possibilities out there, including at http://www.trossenrobotics.com/p/PhantomX-AX-12-Quadruped.aspx. However, such kits can be expensive; so for this example, you'll create your own kit using a set of Lynxmotion parts. These are available with several on-line retailers, such as http://www.robotshop.com/. To build this quadruped, you'll need two sets each of the two leg parts and then one set each of a body. Here are the parts with their Robotshop part number:

Quantity

Description

1

Lynxmotion Symmetric Quadrapod Body Kit - Mini QBK-02

2

Lynxmotion 3'' Aluminum Femur Pair

2

Lynxmotion Robot Leg "A" Pair (No Servo) RL-01

4

Lynxmotion Aluminum Multipurpose Servo Bracket Two Pack ASB-04

2

Ball Bearing with Flange - 3mm ID (pair)

Product Code: RB-Lyn-317

The last part is not a Lynxmotion part but a bearing that you'll need to connect the legs to the body.

You'll...