rc522-rfid
rc522-rfid copied to clipboard
node.js module to access a rfid reader with rc522 chipset which is connected a raspberry pi
Hi, I'm trying to `npm install --save rc522-rfid`, but it gets broken compiling. Here is the output: ``` pi@raspberrypi ~/test-rc522/test-node-rc522-rfid $ npm install --save rc522-rfid npm WARN package.json [email protected] No...
In this http://forum.arduino.cc/index.php?topic=199983.0 forum there is discussion about increasing the range of the RC522 reader. Could be interesting to add.
RC522 is read and writable, so we need write functionality and on scanStart event, scanEnd events if there are any other repositories which would do this work please share the...
Hi! First, thanks for this module! Earlier I was working with python reading/writing rfid. Now that I moved to nodejs, I'm using your module to read but I'm still writing...
Hello, is there something special to run it on pi2? the server is running but don't get any output. special pinout? could you put a picture of your setup? (for...
A changes make it working with node v0.12.x (and newest). Fix lost letter bug.
First of all, thank you for writing this package. After tinkering around with it, I got it to work. Some remarks remain - you might put this in the readme...