Run the following commands in order:
virtualenv python-2source python-2/bin/activatepython setup.py developpip install -r requirements-dev.txt
To launch the simultaneous multi-reader implementation, run:
python app/kitchen-readers.py --loop
Remove the
--loopswitch to continuously read tag data
When readers are first connected on Linux, they may be locked by the Linux NFC subsystem kernel driver. To release them, run:
sudo modprobe -r pn533_usb
Other errors and potential fixes can be found by running:
python -m nfc