You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
1.5 KiB

\documentclass[11pt]{article}
%Gummi|065|=)
\title{\textbf{ZMHW Uno Modector}}
\author{Steak Electronics}
\date{}
\begin{document}
\maketitle
\section{Goal}
ZoneMinder is a GNU/Linux FOSS CCTV program, and it has the ability to interface with external hardware sensors. I wanted to build a simple, but functional, and practical board to use as a hardware motion detector. Onboard software motion detecting is faulty, and spotty. Transitions from IR to Non-IR, leaves blowing in the wind, bright lights - all these things can cause false alarms. Hardware motion sensors have the potential to mitigate hopefully 100 percent of false alarms, and give the user a reliable alarm and camera monitoring system.
\section{Revision One}
It was decided to create the hardware motion detector or modector in a frugal manner, for the average hobbyist, or homeowner to be able to build it. ENC28J60 was used for internet (thus a wired connection), UIPEthernet will be the Arduino Ethernet library (available from library manager), and a microware motion detector was used \footnote {the HFS-DC06H, which is similar in function to the HB100 board, but includes the circuitry needed to give a digital logic high, when motion is detected. Other options are PIR (prone to faulty alarms in sunlight, but works well in dark areas. Additional software programming needed, or a light sensor), Ultrasonic (possibly damaging to animals...), and laser or actually infrared diode sensors such as the Sick sensor (these work well, but can be stepped over).}
\end{document}