-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
How to receive information from Android NFC enabled device using MFRC630? #17
Comments
@chcmq , good question, I have no idea if that's even possible. You'll want to read up on how nfc actually works, if the frequency / hardware protocol is even supported by this chip. You probably can't use any of the In short; I have no idea, do report whether you got it to work or not. I'll leave the issue open in the hope that others chime in! |
Can it be used to read and write NDEF messages |
NDEF is just how the data is organised in the tag memory |
Is there any relevant case? I need to use the MFRC630 library to receive the NDEF data sent by the mobile phone's nfc, but I don't know how to implement it, please |
AFAIK this library is written for the 'master' use case where you communicate with a tag, not a 'slave' use case where another host communicates with you. |
How to receive information from Android NFC enabled device using MFRC630?
The text was updated successfully, but these errors were encountered: