Book Image

Python Programming for Arduino

Book Image

Python Programming for Arduino

Overview of this book

Table of Contents (18 chapters)
Python Programming for Arduino
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Stage 2 – using a Raspberry Pi for the deployable thermostat


We have now created a thermostat that exists as an Arduino prototype while the Python program runs from your computer. This prototype is still nowhere near a deployable or mobile state due to the connected computer, and the display monitor if you are using a desktop computer. A real-world thermostat device should have a small footprint, portable size, and miniature display to show limited information. The popular and practical way to achieve this goal is to use a small single-board computer that is capable of hosting an operating system and hence providing the essential Python programming interface. For this stage of the project, we will be utilizing a single-board computer—a Raspberry Pi—with a small LCD display.

Note

Note that this stage of the project is optional unless you want to extend the previous stage of the project to a device that can be used on a regular basis. If you are referring to the project to just learn Python...