Book Image

BeagleBone By Example

By : Pei JIA, Jayakarthigeyan Prabakar, Alexander Hiam
Book Image

BeagleBone By Example

By: Pei JIA, Jayakarthigeyan Prabakar, Alexander Hiam

Overview of this book

BeagleBone is a low cost, community-supported development platform to develop a variety of electronic projects. This book will introduce you to BeagleBone and get you building fun, cool, and innovative projects with it. Start with the specifications of BeagleBone Black and its operating systems, then get to grips with the GPIOs available in BeagleBone Black. Work through four types of exciting projects: building real-time physical computing systems, home automation, image processing for a security system, and building your own tele-controlled robot and learn the fundamentals of a variety of projects in a single book. By the end of this book, you will be able to write code for BeagleBone in order to operate hardware and impart decision-making capabilities with the help of efficient coding in Python.
Table of Contents (17 chapters)
BeagleBone By Example
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

Chapter 9. Exploring Robotics

As the title says, we will be exploring and learning basic concepts of robotics in this chapter. We will begin with a basic introduction to robotics, with some definitions and explanations about robotics systems and a little bit of history about robots. Then, we will look into the robotics system structure, just like we did in Chapter 3, Introduction to Physical Computing Systems, regarding physical computing systems. We will take a look at the basic blocks of hardware and software involved in robotic systems, which is similar to our physical computing systems. Then, we will look into their operation, followed by differential drive robots at the end, because we will be building a differential drive robot in the next chapter.

The contents of the chapter are divided into the following sections:

  • An introduction to robotics

  • The elements, structure, and operation of robotics systems

  • Application areas

  • Differential-drive robots