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 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...
Blog One: Adding a Video Camera Install the video capture Software: Install the software with the following command: sudo apt install motion. This will install a program called Motion which is a light weight video capture package compatible with the Raspberry Pi Zero. The command will create several files and directories. The capture software can be configured by editing the motion.conf file which can be found in the /etc/motion/ directory. Motion.conf: # # This config file was generated by motion 4.5.1 # Documentation: /usr/share/doc/motion/motion_guide.html # # This file contains only the basic configuration options to get a # system working. There are many more options available. Please # consult the documentation for the complete list of all options. # ############################################################ # System control configuration parameters #############################...
Comments
Post a Comment