Has anyone integrated an NFC reader into a vvvv app?
The use case is simple - The app is triggered when it reads any NFC chip (mobile, badge, etc.)
If anyone has recommendations for hardware or software please let me know! I shall post any findings to the forum as there doesn’t appear to be much info about NFC.
I have been using the arduino nfc shield of adafruit with v4:
for my project reading the UUID of standard mifare tags was sufficient. I started reading the memory but getting out the content in a proper way is a bit more complicated so i focussed on the uuid.
With mobile phones afaik it is different as it is an interactive process where you have to establish some kind of communication between phone and mobile. its not just reading out some memory …