Hi,
in my project im using an ESP32 connected to the “SparkFun Simultaneous RFID Reader - M6E Nano”. The modul is connected to an external antenna.
https://www.sparkfun.com/products/14066
https://www.sparkfun.com/products/14131
Is it possible to read only selected Tags. For example i got 3 RFID Tags and i only want to read two of them. I know all EPCs and i want to ignore the third Tag.
Reading a single random EPC(readTagEPC) and constantly reading all EPCs(startReading) is working.