Reader small image

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

Product typeBook
Published inFeb 2015
Publisher
ISBN-139781784399207
Edition1st Edition
Right arrow
Author (1)
Andrew K. Dennis
Andrew K. Dennis
author image
Andrew K. Dennis

Andrew K. Dennis is a full stack and cybersecurity architect with over 17 years' experience who currently works for Modus Create in Reston, VA. He holds two undergraduate degrees in software engineering and creative computing and a master's degree in information security. Andy has worked in the US, Canada, and the UK in software engineering, e-learning, data science, and cybersecurity across his career, and has written four books on IoT, the Raspberry Pi, and supercomputing. His interests range from the application of pataphysics in computing to security threat modeling. Andy lives in New England and is an organizer of Security BSides CT.
Read more about Andrew K. Dennis

Right arrow

Summary


We demonstrated a simple method to write data to a database and to then be able to read it via our web browser. This combination of technologies leads us to all sorts of interesting possibilities. We could expand the SQLite3 database to hold more information on each of the rooms we plan to store data about, or we could expand our Python program to check whether the data being written to it is in the format we expect. We could also store humidity data.

HTSQL provides a variety of ways to write interesting queries that we can use in our web browser to check out our temperature readings. One of the benefits of HTSQL is that we can save these queries as bookmarks in our browser and use them whenever needed.

Hopefully, this chapter has generated interest in you to learn more about Python, HTSQL, and SQLite so that you can expand your home thermostat project further.

Next, we will look at setting up a parcel delivery detection device. We will be using the combination of the Arduino Uno and...

lock icon
The rest of the page is locked
Previous PageNext Chapter
You have been reading a chapter from
Raspberry Pi Home Automation with Arduino - Second Edition
Published in: Feb 2015Publisher: ISBN-13: 9781784399207

Author (1)

author image
Andrew K. Dennis

Andrew K. Dennis is a full stack and cybersecurity architect with over 17 years' experience who currently works for Modus Create in Reston, VA. He holds two undergraduate degrees in software engineering and creative computing and a master's degree in information security. Andy has worked in the US, Canada, and the UK in software engineering, e-learning, data science, and cybersecurity across his career, and has written four books on IoT, the Raspberry Pi, and supercomputing. His interests range from the application of pataphysics in computing to security threat modeling. Andy lives in New England and is an organizer of Security BSides CT.
Read more about Andrew K. Dennis