Book Image

Raspberry Pi Home Automation with Arduino - Second Edition

By : Andrew K. Dennis
Book Image

Raspberry Pi Home Automation with Arduino - Second Edition

By: Andrew K. Dennis

Overview of this book

Table of Contents (16 chapters)
Raspberry Pi Home Automation with Arduino Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
4
Temperature Storage – Setting Up a Database to Store Your Results
Index

Ideas for future projects


This book includes a variety of projects that provide tools to sense and automate your home environment. Armed with knowledge after completing these projects, you are now equipped with the skills to expand your existing projects and create exciting new devices. The following is list that provides some potential projects for the future.

Expanding the curtain automation tool to include temperature sensing

Your current application from Chapter 6, Curtain Automation – Open and Close the Curtains Based on the Ambient Light, uses light to decide when to open and close the blinds or curtains. You can now try combining the thermostat from Chapter 3, Central Air and Heating Thermostat, with the curtain control device and redevelop the software to incorporate temperature data. Using the thermistor, you can decide to open and close your blinds according to temperature changes in order to conserve heat.

By expanding the database written in Chapter 4, Temperature Storage – Setting...