1

I want to write a text on a UHF RFID tag. Can I write with the RC522 module? What software is appropriate for this work?

Michael Roland
  • 39,663
  • 10
  • 99
  • 206
k.h
  • 11
  • 1

1 Answers1

0

No, you can't. The RC522 module can only interact with ISO/IEC 14443 Type A (13.56 MHz HF RFID) contactless tags and smartcards. Consequently, you can neither read nor write any UHF RFID tags with it.

Michael Roland
  • 39,663
  • 10
  • 99
  • 206