User Tools

Site Tools


projects:neopixel-bandwidth-room-light

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:neopixel-bandwidth-room-light [2017-12-05 06:53]
trinitor [Overview]
projects:neopixel-bandwidth-room-light [2017-12-23 11:49]
trinitor [Motion detection notification]
Line 405: Line 405:
 </code> </code>
  
 +
 +===== Webcam Motion Detection Notification =====
 +You can use a RPi, a webcam and [[https://github.com/Motion-Project/motion|Motion]] to send commands
 +<code>
 +on_event_start echo "{red:10,green:1,blue:1,all:1}" | nc -w 0 -u 192.168.x.x 2342
 +on_event_end echo "{red:1,green:1,blue:1,all:1}" | nc -w 0 -u 192.168.x.x 2342
 +</code>
projects/neopixel-bandwidth-room-light.txt ยท Last modified: 2017-12-23 11:49 by trinitor