Amazon cover image
Image from Amazon.com

Building a home security system with Raspberry Pi : build your own sophisticated modular home security system using the popular Raspberry Pi board / Matthew Poole.

By: Material type: TextTextSeries: Community experience distilledPublisher: Birmingham, UK : Packt Publishing, 2015Description: 1 online resource (1 volume) : illustrationsContent type:
  • text
Media type:
  • computer
Carrier type:
  • online resource
ISBN:
  • 9781785283062
  • 1785283065
  • 9781782175278
  • 178217527X
Subject(s): Genre/Form: Additional physical formats: Print version:: Building a Home Security System with Raspberry Pi.DDC classification:
  • 004.165 23
LOC classification:
  • QA76.8.R15
Online resources:
Contents:
Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Setting Up your Raspberry Pi; Which flavor of Pi?; Raspberry Pi Model A; Raspberry Pi Model B; Raspberry Pi Model B+ and Model 2; Model comparison table; So which one?; Preparing the SD card; Downloading the Raspbian image; Using Microsoft Windows; Using Linux; Booting your Pi; Expanding the file system; Using the raspi-config utility; Setting up your Pi; Getting up to date; Getting the right time; fake-hwclock; ntp; Talking of security ... ; What is this sudo thing anyway?
Connecting via Wi-FiSummary; Chapter 2: Connecting Things to your Pi with GPIO; Prerequisites; Say hello to the GPIO; Digital I/O pins; The I2C bus; The SPI bus; The UART serial bus; USB ports; Power connections; Getting acquainted with the GPIO; Let there be light; Getting flashy ... ; Adding a switch; Pulling yourself together; The detection script; The most elaborate light switch in the world; The illuminating script; Summary; Chapter 3: Extending Your Pi to Connect More Things; Prerequisites; The I2C bus; Just 2 wires; What's your address?; There is a parallel universe.
Serial-to-parallel conversionGive me power; Building an I2C expander; The I2C port expander circuit; Let's walk through the circuit; Building your expansion board; Using ready-made expansion boards; Hobbytronics MCP23017 expander port kit; PiFace Digital I/O expansion board; Gertboard; Summary; Chapter 4: Adding a Magnetic Contact Sensor; Prerequisites; The working of magnetic contact sensors; Setting up the I2C port expander; Enabling the I2C Bus; Installing the I2C tools package; Finding our devices; Setting up the port expander; Connecting our magnetic contact sensor.
Monitoring the sensorAnti-tamper circuits; Getting into the zone; Summary; Chapter 5: Adding a Passive Infrared Motion Sensor; Prerequisites; Passive infrared sensors explained; Setting up your PIR sensor; Give me power (again); Connecting our PIR motion sensor; 12V alarm zone circuits; Alarm circuit protection; How it works; Wireless PIR motion sensors; 433-MHz wireless alarm systems; Connecting a 433-MHz receiver; The alternative approach (because we have no choice); The receiver wiring diagram; Logging detection data; Summary; Chapter 6: Adding Cameras to Our Security System; Prerequisites.
The Raspberry Pi camera moduleConnecting the camera module; Setting up the camera module; Testing the camera module; Be a video star; Caught on camera; You have new mail; Setting up the e-mail sender client; Sending attachments; Where was that taken?; Night vision; An illuminating experience; The Elaborate light switch re-visited; Is that a badger?; Using USB cameras; Installing the webcam; Taking a snap; Snap snap snap; The multicamera setup; The Slave driver; Summary; Chapter 7: Building a Web-Based Control Panel; Installing the web server; Testing the PHP5 installation; Being in control.
Summary: Annotation Build your own sophisticated modular home security system using the popular Raspberry Pi boardAbout This Book This book guides you through building a complete home security system with Raspberry Pi and helps you remotely access it from a mobile device over the Internet It covers the fundamentals of interfacing sensors and cameras with the Raspberry Pi so that you can connect it to the outside world It follows a modular approach so that you can choose the modules and features you want for your customized home security systemWho This Book Is For This book is for anyone who is interested in building a modular home security system from scratch using a Raspberry Pi board, basic electronics, sensors, and simple scripts. This book is ideal for enthusiastic novice programmers, electronics hobbyists, and engineering professionals. It would be great if you have some basic soldering skills in order to build some of the interface modules. What You Will Learn Understand the concepts behind alarm systems and intrusion detection devices Connect sensors and devices to the on-board digital GPIO ports safely Monitor and control connected devices easily using Bash shell scripting Build an I/O port expander using the I2C bus and connect sensors and anti-tamper circuits Capture and store images using motion detectors and cameras Access and manage your system remotely from your mobile phone Receive intrusion alerts and images through your e-mail Build a sophisticated multi-zone alarm system In DetailThe Raspberry Pi is a powerful low-cost credit-card-sized computer, which lends itself perfectly as the controller for a sophisticated home security system. Using the on-board interfaces available, 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. It then guides you through connecting switch sensors and LEDs to the native GPIO connector safely, and how to access them 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. In the later chapters of the book, we'll look at more sophisticated topics such as adding cameras, remotely accessing the system using your mobile phone, receiving intrusion alerts and images by e-mail, and more. By the end of the book, you will be well-versed with the use of Raspberry Pi to power a home-based security system that sends message alerts whenever it is triggered and will be able to build a truly sophisticated and modular home security system. You will also gain a good understanding of Raspberry Pi's ecosystem and be able to write the functions required for a security system. Style and approach This easy-to-follow guide comprises a series of projects, where every chapter introduces a new concept and at the end of the book, all these concepts are brought together to create an entire home security system. This book features clear diagrams and code every step of the way.
Item type:
Tags from this library: No tags from this library for this title. Log in to add tags.
Star ratings
    Average rating: 0.0 (0 votes)
Holdings
Item type Home library Collection Call number Materials specified Status Date due Barcode
Electronic-Books Electronic-Books OPJGU Sonepat- Campus E-Books EBSCO Available

Online resource; title from cover page (Safari, viewed January 18, 2016).

Includes index.

Annotation Build your own sophisticated modular home security system using the popular Raspberry Pi boardAbout This Book This book guides you through building a complete home security system with Raspberry Pi and helps you remotely access it from a mobile device over the Internet It covers the fundamentals of interfacing sensors and cameras with the Raspberry Pi so that you can connect it to the outside world It follows a modular approach so that you can choose the modules and features you want for your customized home security systemWho This Book Is For This book is for anyone who is interested in building a modular home security system from scratch using a Raspberry Pi board, basic electronics, sensors, and simple scripts. This book is ideal for enthusiastic novice programmers, electronics hobbyists, and engineering professionals. It would be great if you have some basic soldering skills in order to build some of the interface modules. What You Will Learn Understand the concepts behind alarm systems and intrusion detection devices Connect sensors and devices to the on-board digital GPIO ports safely Monitor and control connected devices easily using Bash shell scripting Build an I/O port expander using the I2C bus and connect sensors and anti-tamper circuits Capture and store images using motion detectors and cameras Access and manage your system remotely from your mobile phone Receive intrusion alerts and images through your e-mail Build a sophisticated multi-zone alarm system In DetailThe Raspberry Pi is a powerful low-cost credit-card-sized computer, which lends itself perfectly as the controller for a sophisticated home security system. Using the on-board interfaces available, 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. It then guides you through connecting switch sensors and LEDs to the native GPIO connector safely, and how to access them 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. In the later chapters of the book, we'll look at more sophisticated topics such as adding cameras, remotely accessing the system using your mobile phone, receiving intrusion alerts and images by e-mail, and more. By the end of the book, you will be well-versed with the use of Raspberry Pi to power a home-based security system that sends message alerts whenever it is triggered and will be able to build a truly sophisticated and modular home security system. You will also gain a good understanding of Raspberry Pi's ecosystem and be able to write the functions required for a security system. Style and approach This easy-to-follow guide comprises a series of projects, where every chapter introduces a new concept and at the end of the book, all these concepts are brought together to create an entire home security system. This book features clear diagrams and code every step of the way.

Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Setting Up your Raspberry Pi; Which flavor of Pi?; Raspberry Pi Model A; Raspberry Pi Model B; Raspberry Pi Model B+ and Model 2; Model comparison table; So which one?; Preparing the SD card; Downloading the Raspbian image; Using Microsoft Windows; Using Linux; Booting your Pi; Expanding the file system; Using the raspi-config utility; Setting up your Pi; Getting up to date; Getting the right time; fake-hwclock; ntp; Talking of security ... ; What is this sudo thing anyway?

Connecting via Wi-FiSummary; Chapter 2: Connecting Things to your Pi with GPIO; Prerequisites; Say hello to the GPIO; Digital I/O pins; The I2C bus; The SPI bus; The UART serial bus; USB ports; Power connections; Getting acquainted with the GPIO; Let there be light; Getting flashy ... ; Adding a switch; Pulling yourself together; The detection script; The most elaborate light switch in the world; The illuminating script; Summary; Chapter 3: Extending Your Pi to Connect More Things; Prerequisites; The I2C bus; Just 2 wires; What's your address?; There is a parallel universe.

Serial-to-parallel conversionGive me power; Building an I2C expander; The I2C port expander circuit; Let's walk through the circuit; Building your expansion board; Using ready-made expansion boards; Hobbytronics MCP23017 expander port kit; PiFace Digital I/O expansion board; Gertboard; Summary; Chapter 4: Adding a Magnetic Contact Sensor; Prerequisites; The working of magnetic contact sensors; Setting up the I2C port expander; Enabling the I2C Bus; Installing the I2C tools package; Finding our devices; Setting up the port expander; Connecting our magnetic contact sensor.

Monitoring the sensorAnti-tamper circuits; Getting into the zone; Summary; Chapter 5: Adding a Passive Infrared Motion Sensor; Prerequisites; Passive infrared sensors explained; Setting up your PIR sensor; Give me power (again); Connecting our PIR motion sensor; 12V alarm zone circuits; Alarm circuit protection; How it works; Wireless PIR motion sensors; 433-MHz wireless alarm systems; Connecting a 433-MHz receiver; The alternative approach (because we have no choice); The receiver wiring diagram; Logging detection data; Summary; Chapter 6: Adding Cameras to Our Security System; Prerequisites.

The Raspberry Pi camera moduleConnecting the camera module; Setting up the camera module; Testing the camera module; Be a video star; Caught on camera; You have new mail; Setting up the e-mail sender client; Sending attachments; Where was that taken?; Night vision; An illuminating experience; The Elaborate light switch re-visited; Is that a badger?; Using USB cameras; Installing the webcam; Taking a snap; Snap snap snap; The multicamera setup; The Slave driver; Summary; Chapter 7: Building a Web-Based Control Panel; Installing the web server; Testing the PHP5 installation; Being in control.

eBooks on EBSCOhost EBSCO eBook Subscription Academic Collection - Worldwide

There are no comments on this title.

to post a comment.

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library