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

Remote communication


While you can certainly connect a wireless keyboard to your Raspberry Pi to fly it, you may want to be able to control it from longer than 30 meters or so, which traditional 2.4 GHz wireless keyboards or Bluetooth or WLAN provides. Fortunately, there are devices specially made to connect to Linux systems, such as Raspberry Pi that can provide up to one mile of operating distance along with an RF link.

Make sure you purchase an XBee Series 1 device as it is the easiest device to configure and use, and there is a great open source community support for the device too. If you choose a different device, you'll need to follow the directions for that device provided by the manufacturer. Also, if you want to use this type of point-to-point communication, you'll need two units: one for the Raspberry Pi and the other for the host computer.

The ZigBee standard is built upon the IEEE 802.15.4 standard: a standard that was created to allow a set of devices to communicate with each...