We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I need to use at work, for a wearable project. Two raspbery pi and two nfc chips.
Here is the nfc module : https://www.adafruit.com/product/789
I'm working with Electron (http://electron.atom.io/), so my UX is ok, my pi setup to.
What i need is P2P exchange between two device, in other words I need to share json object between the two raspberri py using nfc.
My wiring is ok, i can testing it with the libNFC exemples.
I'm using the node module called pn532 ( https://github.com/techniq/node-pn532 ) for handle the nfc module. The probleme is that that module don't have the card emulation feature ported now. I'have forked him (https://github.com/Zhairgling/node-pn532) and work a little on this but I'm stuck now.
you can read that issue opened (techniq/node-pn532#12) for that subject. Here you can trace all the progress of the project as well as how to proceed.
My main probleme as you can see at the end of the issue, i can't read all the message, when i use the rfid.emulateGetData() function.
I'm realy stuck with this work project, by the way yet I feel that we are approaching the goal.
So sorry for my bad english. <3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I need to use at work, for a wearable project. Two raspbery pi and two nfc chips.
Here is the nfc module : https://www.adafruit.com/product/789
I'm working with Electron (http://electron.atom.io/), so my UX is ok, my pi setup to.
What i need is P2P exchange between two device, in other words I need to share json object between the two raspberri py using nfc.
My wiring is ok, i can testing it with the libNFC exemples.
I'm using the node module called pn532 ( https://github.com/techniq/node-pn532 ) for handle the nfc module. The probleme is that that module don't have the card emulation feature ported now. I'have forked him (https://github.com/Zhairgling/node-pn532) and work a little on this but I'm stuck now.
you can read that issue opened (techniq/node-pn532#12) for that subject. Here you can trace all the progress of the project as well as how to proceed.
My main probleme as you can see at the end of the issue, i can't read all the message, when i use the rfid.emulateGetData() function.
I'm realy stuck with this work project, by the way yet I feel that we are approaching the goal.
So sorry for my bad english. <3
The text was updated successfully, but these errors were encountered: