I have an Adafruit NFC/RFID Shield connected to an Arduino Uno. Im trying to create a basic program of having the RFID shield turn on a red LED when the red tag is placed on the sensor and vice versely a green LED turn on with the green tag. I can't seem to find any samples for the shield and I am pretty new to arduino programming.
Any advice tips or samples you can provide would be appreciated. Thanks.
At the moment I have the example sketch and its supposed to turn on LED but when I put the tag up to the RFID sensor, the serial monitor says "Tag number: 1. Don't know how to handle this command: 81"
My biggest problem is first how to program the individual tags OR just which example to work with and input the tags UID Value and when the shield sense the tag it sends a signal to do something.
If I were using an adafruit RFID reader I would install the matching adafruit library and start reading the eleven adafruit library examples to see if any of them are close to what I want to do. If the examples don't work I would suspect a hardware fault.