-
• #2
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
-
• #3
Oh good to know. Thanks for the tip!
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!