Search icon CANCEL
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Raspberry Pi Home Automation with Arduino - Second Edition

You're reading from  Raspberry Pi Home Automation with Arduino - Second Edition

Product type Book
Published in Feb 2015
Publisher
ISBN-13 9781784399207
Pages 148 pages
Edition 1st Edition
Languages
Author (1):
Andrew K. Dennis Andrew K. Dennis
Profile icon Andrew K. Dennis

Table of Contents (16) Chapters

Raspberry Pi Home Automation with Arduino Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. An Introduction to the Raspberry Pi, Arduino, and Home Automation 2. Getting Started – Setting Up Your Raspberry Pi and Arduino 3. Central Air and Heating Thermostat 4. Temperature Storage – Setting Up a Database to Store Your Results 5. Parcel Delivery Detector 6. Curtain Automation – Open and Close the Curtains Based on the Ambient Light 7. Water/Damp Detection – Check for Damp/Flooding in Sheds and Basements 8. Wrapping Up References Index

Setting up our software


We now need to write an application in the Arduino IDE to control our new thermostat device. Our software will contain the following:

  • The code responsible for collecting the temperature data

  • Methods to switch relays on and off based on this data

  • Code to handle accepting incoming HTTP requests so that we can view our thermostat's current temperature reading and change the setpoint

  • A method to send our temperature readings to the Raspberry Pi

The next step is to hook up our Arduino thermostat with the USB port of the device we installed the IDE on.

Note

You may need to temporarily disconnect your relay from the Arduino. This will prevent your thermostat device from drawing too much power from your computer's USB port, which may result in the port being disabled.

We now need to download the DHT library that interacts with our AM2303.

Note

This can be found on GitHub, at https://github.com/adafruit/DHT-sensor-library.

  1. Click on the Download ZIP link and unzip the file to a location...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}