This is the development system I used to write the code for the alarm system. The code was later tested using a Raspberry Pi Zero W system.
Main Board
Get link
Facebook
X
Pinterest
Email
Other Apps
Comments
Popular posts from this blog
Blog Two: Adding a UPS to the System The Raspberry Pi Zero is currently powered by a five volt supply which plugs into mains power. If the mains power fails, power to the Pi would be lost. In this blog we will learn how to power the panel and Raspberry Pi Zero from a UPS, or uninterruptable power supply. Figure 1 Battery UPS In figure 1 above, a 12 volt battery is connected to J1 and a 13.5V AC to DC power supply is connected to J2. Switching power supply U1 is a five volt six amp voltage regulator and voltage regulator U2 is a 12 volt 5 amp voltage regulator. Switch SW1 is the power on / off switch which switches the regulators off by grounding the control pin of the regulators. This switch can be any toggle or rocker switch. Switch SW2 shorts out D1 so that the 13.5 volts can charge the battery. This switch should be capable of switching about 3 amps. To charge the battery, first turn off the regulators with SW1 and then turn on the charge switch SW2....
Blog Three: Adding Additional Ports The following blog contains some ideas and suggestions for improving your alarm system. The MCP23017 I/O Expander: The expander board is based on the MCP23017 port expander integrated circuit. The device comes with sixteen ports which can be configured as either inputs or outputs. The I/O Expander Board: The proposed expander board will have eight inputs and eight outputs. The inputs are identical to the ones on the main board and come with the same antitamper features. The eight outputs of the IC are connected to solid state, optically isolated relays. Each relay is capable of sinking twenty four volts at two amps, or forty-eight watts. This should be more than enough to drive mechanical relays, solenoids or relays. Figure 9- 1 . Port Expander IC Figure 9-1 shows the connections to the MCP23017 port expander IC. Connectors J1 and J2 connect to the I2C bus which provides powe...
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...
Comments
Post a Comment