- Building a Home Security System with Raspberry Pi
- Matthew Poole
- 195字
- 2021-07-30 09:46:59
Preface
The Raspberry Pi is a powerful, low-cost, credit-card sized computer, which lends itself perfectly as the controller of a sophisticated home security system. Using the available on-board interfaces, the Raspberry Pi can be expanded to allow the connection of a virtually infinite number of security sensors and devices. The Raspberry Pi has the processing power and interfaces available to build a sophisticated home security system but at a fraction of the cost of commercially available systems.
Building a Home Security System with Raspberry Pi starts off by showing you the Raspberry Pi and how to set up the Linux-based operating system. The book then guides you through connecting switch sensors and LEDs to the native GPIO connector safely, and it also shows you how to access these using simple Bash scripts. As you dive further in, you'll learn how to build an input/output expansion board using the I2C interface and power supply, allowing the connection of the large number of sensors needed for a typical home security setup.
The book features clear diagrams and code listing every step of the way to allow you to build a truly sophisticated and modular home security system.
- JavaScript全程指南
- GitLab Cookbook
- Vue.js前端開發(fā)基礎(chǔ)與項目實戰(zhàn)
- 云原生Spring實戰(zhàn)
- Mastering Scientific Computing with R
- 精通API架構(gòu):設(shè)計、運維與演進
- Java編程技術(shù)與項目實戰(zhàn)(第2版)
- Java Web程序設(shè)計任務(wù)教程
- R大數(shù)據(jù)分析實用指南
- 青少年信息學競賽
- 從0到1:HTML5 Canvas動畫開發(fā)
- iOS開發(fā)項目化入門教程
- 深度學習程序設(shè)計實戰(zhàn)
- Data Manipulation with R(Second Edition)
- 計算思維與Python編程