Book Image

Arduino By Example

By : Adith Jagadish Boloor, Adith Jagdish Boloor
Book Image

Arduino By Example

By: Adith Jagadish Boloor, Adith Jagdish Boloor

Overview of this book

Table of Contents (18 chapters)
Arduino by Example
Credits
About the Author
Acknowledgements
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 7. Home Automation – Part 2

In the previous chapter, we got to know the basics of home automation; the key element being the relay that serves as a switch for an electrical appliance that can be controlled using Arduino. We also created a communication network via terminal, and this in turn allowed us to control the appliance by using a terminal on a computer or on a smart phone.

In this chapter, we will be taking this idea further by adding additional means of communication to Arduino, namely, a smart phone interface (not terminal) and a speech recognition system. After that, we will take another step higher to increase the number of appliances the setup can control, which would make this whole idea much more practical. Finally, we will discuss how this idea can be expanded to cover more area.

In short, these are the topics we will be covering in this chapter:

  • Communicating via a smart phone

  • Implementing speech recognition

  • Upgrading the home automation system

Let us continue, starting...