Building a High Tech Alarm System with Raspberry Pi Second Edition Have you seen “Mission Impossible” with Tom Cruise? Would you like to know how to catch him with a $40.00 sensor? Then this book is for you. This book will guide you through the building and test of a ten zone alarm system. In addition to building the hardware, we will also cover the code which runs on the Raspberry Pi. The code currently ‘speaks’ and writes English, but by following the directions in the code chapter you can easily make it speak French, Spanish, German or Dutch. In this book we will discuss the basic components of any alarm system. All alarm systems have two basic functions. First, they monitor their environment looking for a change such as a door or window opening or someone moving about in the room. The second function of the system is to alert the human to this change. Our alarm system uses a scanning type software to detect intruders. We will use the ‘standard’ gua...