node-pn532
node-pn532 copied to clipboard
Native Node.js driver for the PN532 NFC chip
Currently only i2c and uart are methods of communication, but the board itself contains an SPI interface.
Hi, is it somehow possible to detect when a tag was removed?
Hey guys, I can read and write to an NFC sticker using the DFRobot NFC Module successfully. I can see the url I provide it, etc... What I want to...
Can we transfer data between 2 pn532 ? like android beam ? I have a raspberry pi 3 and Pn532 from adafruit in uart mode.
Hello I have an issue when i try to use the PN532. First this is what i use: =>Raspberry pi 3 => debian => node 4.3.2 =>npm 2.14.12 => pn532...
`i2c` library requires a callback function when calling the `write` function. Passing a `noop` function to avoid the following error when initializing the i2c reader: ``` .../node_modules/i2c/lib/i2c.coffee:88 return callback(err); ^...
Need to improve the the emulateGetData() for reading all the data sent by the writer.
Hello, I'm playing with your library with Raspberry Pi and PN532 Breakout board. Everything is working well :) I had the need to set a timeout to the scanTag() function...
Library currently supports NTAG\* tags, and hopefully other 4-byte page tags (Mifare Ultralight), but it currently does not support Mifare Classic tags, which have 16-byte blocks.
Since it appears both https://github.com/kelly/node-i2c and https://github.com/fivdi/i2c-bus require `i2c-dev` (ie. Linux), I'd like to investigate using an Arduino with firmata firmware and [Firmata.js](https://github.com/jgautier/firmata) so development could be performed on a...