Browse Source

Doc updates.

master
Your Name 5 years ago
parent
commit
6f6da45238
6 changed files with 10 additions and 4 deletions
  1. +5
    -0
      README.md
  2. BIN
      ZMHW_Infrared_Doc.pdf
  3. +4
    -4
      ZMHW_Project_InfraredDiodeSensor.ino
  4. +1
    -0
      docs/.~lock.ZMHW_LaserInfrared_Doc25.odt#
  5. BIN
      docs/ZMHW_LaserInfrared_Doc24.odt
  6. BIN
      docs/ZMHW_LaserInfrared_Doc25.odt

+ 5
- 0
README.md View File

@ -5,3 +5,8 @@ A ZMHW Motion Sensor Project Work Log
Using a Sick WS15-D1130 Infrared Diode and receiver to act as a hardware motion detection sensor for Zoneminder.
Then trying a HFS-DC06H Microwave sensor. Both work well.
NOTE: Requires UIPEthernet Library.
In recent Arduino IDE:
Manage Libraries - UIPEthernet

BIN
ZMHW_Infrared_Doc.pdf View File


+ 4
- 4
ZMHW_Project_InfraredDiodeSensor.ino View File

@ -70,17 +70,17 @@
/***************Ethernet ENC28J60***************/
//Mac must be unique for each sensor
byte mac[] = { 0xD3, 0x5D, 0xBE, 0xEF, 0xEE, 0x54 };
byte mac[] = { 0xD3, 0x5D, 0xBE, 0xEF, 0xEE, 0x52 };
//Static IP of Arduino
byte ip[] = { 192, 168, 78, 54 };
byte ip[] = { 192, 168, 78, 52 };
//IP of ZM Server
byte server[] = { 192, 168, 78, 123 };
//ZM server IP to put in requests.
String host="192.168.78.123";
char* monnum = "2"; //monitor number
char* monnum = "14"; //monitor number
char* LOCATIONOFSENSOR = "Bay 3";
char* LOCATIONOFSENSOR = "Bay 1";
#define ZMTRIGGERPORT 6802
#define LISTENPORT 80 // (port 80 is default for HTTP)

+ 1
- 0
docs/.~lock.ZMHW_LaserInfrared_Doc25.odt# View File

@ -0,0 +1 @@
,layoutdev,layoutmach,01.05.2019 10:47,file:///home/layoutdev/.config/libreoffice/4;

BIN
docs/ZMHW_LaserInfrared_Doc24.odt View File


BIN
docs/ZMHW_LaserInfrared_Doc25.odt View File


Loading…
Cancel
Save