I have been tinkering with a RFID reader add on for Volumio. The reader is a USB device and despite thinking there was already some projects that already did this I haven’t managed to find anything despite extensive searches. There are a few posts but these don’t use a USB reader and also are not very detailed for a beginner.
I have managed to get it working from a python script running on Windows (using a REST API call) but have no idea how to integrate this into my raspberry Pi and volumio direct.
The device does work when plugged into the raspberry PI and I can see it reads the RFID tag code as if it was typed on a keyboard.
Is it possible to have this python script running in the background? just not sure how the interaction with volumio GUI is going to affect this (I have a 7" screen).
Thanks,
Matt