Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
Hi, I'm doing a project on NFC P2P. I have some questions as followed, hope u guys can help:
In my project I use an ACR122U and an ACR122T Card Readers.

1> Do I have to use Tags (I have Mifare 1K tags) for p2p communication between these 2 devices?
2> I tried to run the sample C# code with a device as passive and the other as active, and without tags, but failed to set a device to active mode. Do u have any suggestion about possible errors, or the procedures for testing?
Thanks a lot for any help :D
Posted

1 solution

Hi magician87

Following my a few little experience, you no need to use card. First you need set one device as active. And then you should add timer into project and use Setpassive() method for every 1 second. After that you can send data from active to passive by put them closely.

I hope it's useful for you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900