Hey everyone,
A while back, I bought a cheap barebone NFC tag from
here.
The tag works pretty well using my phone, I can read it, and write to it, and everything else an NFC tag is supposed to do. What I would like to do though is to see if I can use this with an Arduino. I know there are all sorts of shields and NFC readers, but I was actually thinking of something more direct. That's the "hack" part of my idea.
This NFC tag has the contacts on the chip exposed. I'm think it should be relatively easy to solder another pair of wires to it, and have the Arduino interact with the tag directly. Why would this be useful, since the main point of NFC is that it's wireless. you ask? Well, I'm thinking of turning this chip into a very cheap dynamic NFC tag. So basically, write data to it via the wired connection to the Arduino, then touch the chip with a phone to read the data. Maybe even have it work the other way around, and have a phone app that writes some data to the chip and have Arduino read it and act on it.
So basically my question is, is it possible to have Arduino power and interact with the NFC chip directly, without using any reader? If so, any idea where I could find some documentation regarding talking to this chip in this manner?
I'm sorry if this has already been mentioned someplace else, but I have not found it. Sorry also if this is not the proper section for this question.
Thanks a lot!