Book Image

BeagleBone Home Automation

By : Juha Lumme
Book Image

BeagleBone Home Automation

By: Juha Lumme

Overview of this book

<p>Home automation lets you control daily activities such as changing the temperature, opening the garage door, or dimming the lights of your house using microprocessors. BeagleBone is a low-cost, high-expansion, hardware-hacker-focused BeagleBoard. It is small and comes with the high-performance ARM capabilities you expect from a BeagleBoard. BeagleBone takes full-featured Linux to places it has never gone before.</p> <p>Starting with the absolute basics, BeagleBone Home Automation gives you the knowledge you will require to create an Internet-age home automation solution. This book will show you how to set up Linux on BeagleBone. You will learn how to use Python to control different electronic components and sensors to create a standalone embedded system that also accepts control remotely from a smartphone.</p> <p>This book starts with the very basics of Linux administration and application execution using terminal connections. You will learn the basics of the general purpose input/output pins and discover how various electronic sensors and electronic components work. The “hardware jargon” is explained, and example applications demonstrating their practical use are created so that you will feel in control of the capabilities provided.</p> <p>Network programming is also a big part of this book, as the created server will be made accessible from the Internet through a smartphone application. You will also learn how to create a fully working Android application that communicates with the home automation server over the Internet.</p>
Table of Contents (14 chapters)

Summary


This chapter was quite Android-heavy, and if you just started working with Android, you might feel somewhat nauseous. I hope we didn't scare you off by practically dumping all that code on you. Even if you didn't have much experience before, we're sure that you're off to a great start now. It's exciting to play around with your embedded server from your phone. Hopefully, you have also had the time to extend the examples that we showed in each chapter, as we're sure you have many ideas on how to build something on your own. In Appendix, Security, Debugging, and I2C and SPI, among other things we will talk about some more complicated hardware integration examples that we will not touch in this book. We will introduce serial port debugging and data transfer basics using the SPI and I2C buses.

We would like to leave you with one more thought. Consider the security aspect seriously. If you are going to add an interface to control the electric appliances of your house, nobody else is responsible...