Pinball
Step By Step installation
These steps are the same for Windows and OS X
- Install Arduino IDE.
- Install NodeJS.
- Install Bower:
npm install -g bower
- Download this project, unzip it and place it in a folder.
- Navigate to this folder in your terminal/command line.
- Run
npm install
- Run
bower install
- Run
gulp
to compile assets. - Plug in the Arduino in an USB port.
- Run
node index
- Navigate to localhost:3000 in a browser
- Enjoy!
Arduino setup
- Note: The LED above the IR Receiver should be an IR Led.
- Note: You can add as many targets as long as you have pins (2 pins/target).