I'm trying to emulate a card using a PN532 on a Rasberry Pi, my final goal is to be able to read data from the PN532 using and iOS or Android device.
I started by testing the example here
http://nfcpy.readthedocs.io/en/latest/topics/get-started.html#emulate-a-card
But when I try to write an NDEF register using "NXP tag writer" I get an error in the mobile app "Store failed" and in the feedback from the shell I can see a "tag release" , "tag activated" loop when I'm trying to do the writing, or when I put both devices one close to each other.
my final goal is to emulate an read only card readable from android and ios, but I think that understand this example and have it working will be helpful for me to keep going.
any Idea why it's not working or maybe another example that is closer to what I'm trying to achieve?
Thanks
I'm trying to emulate a card using a PN532 on a Rasberry Pi, my final goal is to be able to read data from the PN532 using and iOS or Android device.
I started by testing the example here
http://nfcpy.readthedocs.io/en/latest/topics/get-started.html#emulate-a-card
But when I try to write an NDEF register using "NXP tag writer" I get an error in the mobile app "Store failed" and in the feedback from the shell I can see a "tag release" , "tag activated" loop when I'm trying to do the writing, or when I put both devices one close to each other.
my final goal is to emulate an read only card readable from android and ios, but I think that understand this example and have it working will be helpful for me to keep going.
any Idea why it's not working or maybe another example that is closer to what I'm trying to achieve?
Thanks