Difference between revisions of "Arduino"

From ZoneMinder Wiki
Jump to navigationJump to search
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
[[File:ArduinoUno.jpg|thumb|right|upright=0.5|alt=Uno||Arduino Uno DIP]]
[[File:ArduinoUno.jpg|thumb|right|upright=0.5|alt=Uno||Arduino Uno DIP]]


Common uses of external hardware for Zoneminder might be:
Uses of external hardware for Zoneminder might be:


* Motion Sensors  
* Motion Sensors  
Line 9: Line 9:
* Alarm Lights
* Alarm Lights
* Maps
* Maps
* User Interface (e.g. switches to change ZM Parameters via API)




Line 14: Line 15:
There are multiple ways to detect motion (microwave, ultrasound, sound, PIR, infrared). Here are some community scripts:
There are multiple ways to detect motion (microwave, ultrasound, sound, PIR, infrared). Here are some community scripts:


* [[http://forums.zoneminder.com/viewtopic.php?f=9&t=26945]]
* [http://forums.zoneminder.com/viewtopic.php?f=9&t=26945] - Control zmtrigger with your own alarm and arduino
* [[http://forums.zoneminder.com/viewtopic.php?f=9&t=27442]] - ZMHW Modector
* [http://forums.zoneminder.com/viewtopic.php?f=9&t=27442] - ZMHW Modector
* [[http://zmtrigger.blogspot.com/]] - ESP8266 option
* [http://zmtrigger.blogspot.com/] - ESP8266 option


===Other===
===Other===


* [[https://git.steakelectronics.com/adminguy/ZMHW_Map]] Make a map of a ZM installation. Requires the ability to design a PCB.
* [https://git.steakelectronics.com/adminguy/ZMHW_Map] Make a map of a ZM installation. Requires the ability to design a PCB.


==See Also==
==See Also==
[[ZMTrigger]]
[[ZMTrigger]]
[[Category:Dummies_Guide]]

Latest revision as of 03:54, 11 February 2021

This page is for electronic hardware built for use w/ZM. Not limited to Arduino, but most electronics built so far has used it for speed. The benefits of hardware is that it can avoid the use of CPU analysis of images, or allow for speakers, sirens, or other devices to interface w/ZM.

Uno
Arduino Uno DIP

Uses of external hardware for Zoneminder might be:

  • Motion Sensors
  • Speakers / Sirens
  • Alarm Lights
  • Maps
  • User Interface (e.g. switches to change ZM Parameters via API)


Motion Sensors

There are multiple ways to detect motion (microwave, ultrasound, sound, PIR, infrared). Here are some community scripts:

  • [1] - Control zmtrigger with your own alarm and arduino
  • [2] - ZMHW Modector
  • [3] - ESP8266 option

Other

  • [4] Make a map of a ZM installation. Requires the ability to design a PCB.

See Also

ZMTrigger