Mastering Beaglebone Robotics


Download Mastering Beaglebone Robotics PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Mastering Beaglebone Robotics book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.

Download

Mastering BeagleBone Robotics


Mastering BeagleBone Robotics

Author: Richard Grimmett

language: en

Publisher: Packt Publishing Ltd

Release Date: 2014-12-22


DOWNLOAD





If you want a simple guide to building complex robots, then this book is for you. You'll need some programming knowledge and experience working with mechanical systems.

BeagleBone Robotic Projects


BeagleBone Robotic Projects

Author: Richard Grimmett

language: en

Publisher: Packt Publishing Ltd

Release Date: 2017-06-13


DOWNLOAD





Exciting new capabilities to enable even easier DIY robotics with BeagleBone Blue Key Features Build powerful robots with the all new BeagleBone Blue Communicate with your robot and teach it to detect and respond to its environment Control walking, rolling, swimming, and flying robots with your iOS and Android mobile devices Book DescriptionBeagleBone Blue is effectively a small, light, cheap computer in a similar vein to Raspberry Pi and Arduino. It has all of the extensibility of today’s desktop machines, but without the bulk, expense, or noise. This project guide provides step-by-step instructions that enable anyone to use this new, low-cost platform in some fascinating robotics projects. By the time you are finished, your projects will be able to see, speak, listen, detect their surroundings, and move in a variety of amazing ways. The book begins with unpacking and powering up the components. This includes guidance on what to purchase and how to connect it all successfully, and a primer on programming the BeagleBone Blue. You will add additional software functionality available from the open source community, including making the system see using a webcam, hear using a microphone, and speak using a speaker. You will then learn to use the new hardware capability of the BeagleBone Blue to make your robots move, as well as discover how to add sonar sensors to avoid or find objects. Later, you will learn to remotely control your robot through iOS and Android devices. At the end of this book, you will see how to integrate all of these functionalities to work together, before developing the most impressive robotics projects: Drone and Submarine.What you will learn Power on and configure the BeagleBone Blue Get to know Simple programming techniques to enable the unique hardware capabilities of the BeagleBone Blue Connect standard hardware to enable your projects to see, speak, hear, and move Build advanced capabilities into your projects, such as GPS and sonar sensors Build complex projects that can fly, or go under or on the water Who this book is for This book is for anyone who is curious about using new, low-cost hardware to create robotic projects and have previously been the domain of research labs, major universities, or defence departments. Some programming experience would be useful, but if you know how to use a personal computer, you can use this book to construct far more complex systems than you would have thought possible.

Learning BeagleBone Python Programming


Learning BeagleBone Python Programming

Author: Alexander Hiam

language: en

Publisher: Packt Publishing Ltd

Release Date: 2015-07-14


DOWNLOAD





BeagleBone is a barebone computer that can be configured and customized for different applications and is almost half the price of a standard computer. This book will cover the basics of how BeagleBone Black's hardware interface subsystems work, and can be controlled using two popular Python libraries for BeagleBone Black. You will be introduced to BeagleBone Black's GPIO, PWM, ADC, UART, SPI, I2C, and eQEP subsystems. We will then dive deep into more complex built-in peripherals, demonstrating different ways to receive input from a user including buttons, potentiometers, and rotary encoders with the eQEP module. We will also learn about interfacing with external devices; this will be demonstrated using the serial modules to interface with external devices such as temperature sensors and accelerometers. Towards the end of the book, we will present a couple of real-world problems and demonstrate how to solve them with the skills you've acquired.