Book Image

Raspberry Pi Robotic Projects - Third Edition

By : Richard Grimmett, Jon Witts
Book Image

Raspberry Pi Robotic Projects - Third Edition

By: Richard Grimmett, Jon Witts

Overview of this book

This book will allow you to take full advantage of Raspberry Pi Zero and Raspberry Pi 3 by building both simple and complex robotic projects. The book takes a mission-critical approach to show you how to build amazing robots and helps you decide which board to use for which type of robot. The book puts a special emphasis on designing mobile (or movable) robots using the Raspberry Pi Zero. The projects will show inexpensive, yet powerful, ways to take full advantage. It will teach you how to program Raspberry Pi, control the movement of your robot, and add features to your robots.
Table of Contents (13 chapters)
Raspberry Pi Robotic Projects - Third Edition
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface

Adding GPS to your quadcopter


To complete the tasks in this chapter, you'll need a USB GPS device, one that connects through an interface supported by the GPIO of the Raspberry Pi. The following image is an example of a device that uses the USB interface:

The model number of the device in the preceding image is ND-100S from GlobalSat. It is small, inexpensive, and supports Windows, Mac OS X, and Linux, so your system should be able to interface with it. It is available on Amazon and other online electronics stores, so you should be able to get it almost anywhere. Now that you have your device, let's look at how to connect it to the Raspberry Pi so that you can start taking data.