https://github.com/timnew/irrecorder
Infrared Sequence Recorder
https://github.com/timnew/irrecorder
Last synced: about 1 year ago
JSON representation
Infrared Sequence Recorder
- Host: GitHub
- URL: https://github.com/timnew/irrecorder
- Owner: timnew
- Created: 2013-11-21T18:06:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-22T05:22:36.000Z (over 12 years ago)
- Last Synced: 2025-04-06T10:52:18.382Z (about 1 year ago)
- Language: Ruby
- Size: 176 KB
- Stars: 22
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
IR Recorder
==========
A tool helps you to batch record infrared sequence into files.
## Steps to setup
### Arduino Sensor
1. Download and install arduino IRemote library if you havn't. The library can be downloaded at [https://github.com/shirriff/Arduino-IRremote](https://github.com/shirriff/Arduino-IRremote)
2. Connect a IR reciver LED to PIN 11
3. Connect the arudino to computer via USB
4. Burn the `sensor` onto an Arduino device.
### Recorder
1. Install the Ruby 2.0 if you haven't
2. Bundle install all the dependencies
3. Write the keys you want to record into a yaml file
4. `rake commands[keys.yml] port[cu.usbmodem111] output[record.yml]`
For more detail, enter `rake -T` in the shell.