RFID/NFC reader

Hi everyone,

what kind of RFID or NFC reader devices can be used with vvvv gamma?

In vvvv beta I successfully used the Phidgets RFID node, but in vvvv gamma I can’t find a dedicated RFID node in the VL.Devices.Phidgets NuGet package (or elsewhere).

Are there any recommended RFID/NFC devices with existing VL nodes?

Any advice for a vvvv gamma newbie would be very appreciated.

Thanks!

Found this old patch snippet that was handling a phidget rfid reader.
It does use the original phidget nuget, not the vl nuget.
As far as i remember, these are 2 ways to get the tag. In the middle is with events and on the right is polling. Cant test it though.

PhidgetRFIDExample.vl (36.8 KB)

RFIDs are now also included to the VL.Devices.Phidgets:

2 Likes

Great, thank you!