Difference between revisions of "Arduino"

From ZoneMinder Wiki
Jump to navigationJump to search
 
(3 intermediate revisions by the same user not shown)
Line 21: Line 21:
===Other===
===Other===


* [https://git.steakelectronics.com/adminguy/ZMHW_Map] Make a map of a ZM installation. Requires the ability to design a PCB.
* [https://web.archive.org/web/20240714103811/http://git.steakelectronics.com/adminguy/ZMHW_Map] Make a map of a ZM installation. Requires the ability to design a PCB. Note that this can also be done in software, and has been documented here: [[External_Live_Stream]] .


==See Also==
==See Also==

Latest revision as of 15:55, 24 August 2026

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

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. Note that this can also be done in software, and has been documented here: External_Live_Stream .

See Also

ZMTrigger