-
Notifications
You must be signed in to change notification settings - Fork 131
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
Added examples on how to write or read NDEF messages using nfccard-tool #31
base: master
Are you sure you want to change the base?
Conversation
somq
commented
Jan 8, 2018
- Edited the readme to add explanations on how to use
- Added an example for reading and writing NDEF messages containg NDEF records (supported by the lib).
- Works partly with TT2 spec.
Hi, trying to get this working myself locally, but getting errors on reading the card running this example. Can you provide steps on how you got this work? |
What kind of errors do you get ? git clone https://github.com/somq/nfc-pcsc.git
cd nfc-pcsc
npm i && npm run example-ndef |
Currently just trying to write a card and getting this error when I guess reading the header:
|
You are getting this error because you are trying to write/read a type 3 tag, which is not implemented yet in this library (it only supports type 2 tags for now). Feel free to fork and push a PR... |
I don't have any problem with type 3 tag :
Your code works perfectly ! Nice lib and PR ! |
Thanks @XavierMallat |
@pokusew Will you review this one at one point ? |
I am trying to use this code.but i am getting error |
@pokusew any reason why this PR is still open? It seems to be finished? |
same issue, have u get solution ? |
@hasanbasri1993 Your error is related to the reader as far as I can understand |