don / NDEF

NDEF Library for Arduino. Read and Write NDEF Messages to NFC tags with Arduino.
Other
284 stars 142 forks source link

P2P between Arduinos #37

Closed jfcgomes closed 6 years ago

jfcgomes commented 7 years ago

Hi! I am trying get 2 Arduinos to communicate with each other using NFC using your library. I made one Arduino the Sender and the other the Receiver, but there no data is being sent. Not sure if I am doing something wrong or if the library is not read it. Hope you can shed some light in this problem.

Thanks!! John

don commented 6 years ago

I haven't been able to get P2P to work with 2 Arduino boards. There's something that's missing to let the board know another tag is in range like an Android phone does. At one point I started digging into the specs but didn't find a solution. Maybe the Seeed people know more? You could try https://github.com/Seeed-Studio/PN532

I'm closing this issue since it's really old. Open a new issue if you have more info.