projects:neopixel-bandwidth-room-light
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
projects:neopixel-bandwidth-room-light [2017-12-23 11:33] – [snmp2neopixel.sh] trinitor | projects:neopixel-bandwidth-room-light [2017-12-23 11:49] (current) – [Motion detection notification] trinitor |
---|
| |
| |
===== 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.1514028804.txt.gz · Last modified: 2017-12-23 11:33 by trinitor