Getting Data From NFC/RFID Tags into Max
Hi Everyone,
I am using a Adafruit PN532 Shield to read/write NFC tags, I was wondering if anyone could suggest how to go about getting the data from the scanned card into Max for some processing goodness?
serial object maybe?
Any input and suggestions are greatly appreciated.
Regards,
Oli.
Hi, Oli.
Did you ever get this up and running? I'm in a similar situation.
Cheers :)
I'm using RFID tags / Adafruit shields (+Arduino) with Max. Adafruit is providing ready-made software library for Arduino and its really simple to integrate it with your patches.
I modified a little bit examples distributed by the Adafruit to fit my needs and I'm using [serial] on the Max side.
Thanks for the tips, Yaniki! :)
On my blog are instructions for using the super cheap MFRC522 complete with Arduino code and Max patch:
http://www.dotlib.org/blog/2016/2/25/mf-rc522-rfid-reader
.. but I have also used the Innovations ID range of RFID readers before, heres a nice tutorial with Max patch: https://hcgilje.wordpress.com/resources/rfid_id12_tagreader/
Maybe some bits to help you there.
Thanks so much, Luke :)
I currently have a NFC reader/writer (PN532), but perhaps I can apply some of the same principles in your Max patches to this particular model.
Thanks again