pn532 P2P communication nodejs

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

pn532 P2P communication nodejs

1,813 Views
juu
Contributor I

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 (https://github.com/techniq/node-pn532/issues/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

Tags (5)
0 Kudos
0 Replies