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
Last revision Both sides next revision
projects:neopixel-bandwidth-room-light [2017-12-05 06:53]
trinitor [Overview]
projects:neopixel-bandwidth-room-light [2017-12-23 11:33]
trinitor [snmp2neopixel.sh]
Line 405: Line 405:
 </code> </code>
  
 +
 +===== Motion detection notification =====
 +you can use a RPi, a webcam and [[https://github.com/Motion-Project/motion|Motion]] to change the color 
 +<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