Hello I want to write to an RFID tag with the WPI405 kit but there is only a read program on the product page.
https://www.velleman.eu/products/view/?id=459146
I would like to write to block 4 of the RFID tag.
@Wolf ,
When downloading the Library for WPI405 called “MFRC522”
,can be found here: https://github.com/miguelbalboa/rfid, there’s normally a write example available.
After installing this MFRC522 library, a write example can be found by selecting File → Examples → MFRC522 > rfid_write_personal_data
Best Regards,
Velleman Support
I need to use the RFID library used (RFID.h) because it needs to be compatible with a project that has been made earlier.