https://github.com/lbovet/movir
Arduino project to detect motion with a PIR module for issuing a IR remote control code
https://github.com/lbovet/movir
Last synced: about 2 months ago
JSON representation
Arduino project to detect motion with a PIR module for issuing a IR remote control code
- Host: GitHub
- URL: https://github.com/lbovet/movir
- Owner: lbovet
- Created: 2018-09-13T12:57:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T12:57:44.000Z (over 6 years ago)
- Last Synced: 2025-01-17T08:11:58.298Z (3 months ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# movir
Detect motion with a PIR module and issue a IR remote control code, e.g. to switch on radio when entering a room.
I actually use it for triggering wake-on-lan via [castagnet](https://github.com/lbovet/castagnet).