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

Mission planning software


The mission planning software is available at http://planner.ardupilot.com/. There are actually two applications available that perform similar actions, but the Mission Planner is a good place to get familiar with how to talk with your quadcopter from a computer program.

To do this, you'll need to make sure that you have telemetry radios connected to the Pixhawk and the computer. This will prevent the need to directly connect to the Pixhawk with a long USB cable. When you begin the mission planning software, you will see the following screen:

This is the basic screen. You'll then need to configure your radio's COM port and then press the CONNECT button in the corner on the upper right-hand side of the screen. As you move the quadcopter around, you will see the measurements change. If you are having problems connecting to the Pixhawk, there is lot of help available on the website.

Now that you have connected, you can actually see how your quadcopter is flying with this...