Thingy:52 read passive NFC tag #7336
Unanswered
espruino-discuss
asked this question in
Other Boards
Replies: 1 comment
-
Posted at 2019-09-16 by @gfwilliams I'm afraid the nRF52 chip in these devices is itself just a passive NFC tag. It can't read other passive tags. For that you need to wire up something like http://www.espruino.com/MFRC522 or http://www.espruino.com/PN532 Posted at 2019-09-16 by binux Oh good to know. Thanks for the tip! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2019-09-16 by binux
Hi,
I'm trying to read a passive NFC tag with the Thingy:52. However the NFCrx event seems to not work. I implemented the following methods based on the API ref:
Did I miss something, or is there a different way to do it?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions