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
projects:neopixel-bandwidth-room-light [2017-12-23 11:33]
trinitor [snmp2neopixel.sh]
projects:neopixel-bandwidth-room-light [2017-12-23 11:49] (current)
trinitor [Motion detection notification]
Line 406: Line 406:
  
  
-===== Motion detection notification ===== +===== Webcam Motion Detection Notification ===== 
-you can use a RPi, a webcam and [[https://github.com/Motion-Project/motion|Motion]] to change the color +You can use a RPi, a webcam and [[https://github.com/Motion-Project/motion|Motion]] to send commands
 <code> <code>
 on_event_start echo "{red:10,green:1,blue:1,all:1}" | nc -w 0 -u 192.168.x.x 2342 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 on_event_end echo "{red:1,green:1,blue:1,all:1}" | nc -w 0 -u 192.168.x.x 2342
 </code> </code>
projects/neopixel-bandwidth-room-light.txt · Last modified: 2017-12-23 11:49 by trinitor