Difference between revisions of "Arduino"

From ZoneMinder Wiki
Jump to navigationJump to search
Line 1: Line 1:
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.
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.


[[File:ArduinoUno.jpg|thumb|left|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:
Common uses of external hardware for Zoneminder might be:

Revision as of 09:32, 12 August 2020

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

Common uses of external hardware for Zoneminder might be:

  • Motion Sensors
  • Speakers / Sirens
  • Alarm Lights
  • Maps


Motion Sensors

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

  • [[1]]
  • [[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