exec's 'nfc-list' in a loop and reports back nfc tag names
- PN532 Breakout Board
- Raspberry Pi 2
- Hook up wires
- hooked up via FTDI
- libnfc
- This Tutorial https://learn.adafruit.com/adafruit-nfc-rfid-on-raspberry-pi/overview
This is a Raspberry Pi 2 B w/ Raspbian project.
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
- Don't Forget! http://askubuntu.com/questions/365074/cannot-install-zeromq-package-from-chris-lea-zeromq-in-12-04/388770#388770Mar
sudo add-apt-repository ppa:chris-lea/zeromq
sudo apt-get update
sudo apt-get install libzmq3-dbg libzmq3-dev libzmq3
npm install zerorpc
- Coffee Script:
npm i -g coffee-script
- Start LCD Server:
sudo python lcd.py
(@todo python deps...) sudo
for raspi-gpio:sudo -i
(-i lets us use NVM Node!)- Start Node:
coffee index.coffee
Sorry folks, check out the tutorial link above