https://github.com/hashrocket/chime
Chimes in the Chicago office when someone comes in the front door
https://github.com/hashrocket/chime
Last synced: 9 months ago
JSON representation
Chimes in the Chicago office when someone comes in the front door
- Host: GitHub
- URL: https://github.com/hashrocket/chime
- Owner: hashrocket
- Created: 2014-10-15T16:23:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-15T16:52:14.000Z (over 11 years ago)
- Last Synced: 2024-12-30T03:32:52.031Z (over 1 year ago)
- Language: Arduino
- Size: 113 KB
- Stars: 1
- Watchers: 23
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chime
=====
Chimes in the Chicago office when someone comes in the front door
Any http request to your mac on port 9292 will cause the arduino to put out +5 on pin 2 for 3 seconds.
## Installation
1. Open `chime.ino` in the [Arduino IDE][arduino-ide] and upload it to your 'duino.
1. bundle
1. symlink the launchd plist into your `~/Library/LaunchAgents`. The launch agent assumes your repo is in /Users/dev/hashrocket/chime, and it logs to `/tmp/chime-server.{stdout,stderr}`
cd ~/Library/LaunchAgents
ln -s ~/hashrocket/chime/hashrocket.chime.plist hashrocket.chime.plist
launchctl load hashrocket.chime.plist
[arduino-ide]: http:http://arduino.cc/en/Main/Software