arduino12 / rdm6300

A simple library to interface with RDM6300 RFID reader.
GNU General Public License v3.0
92 stars 32 forks source link

Write with RDM6300 #20

Open Jerome67 opened 1 year ago

Jerome67 commented 1 year ago

Hi, i use your code for read some RFID 125Khz card with EPS8266 + RDM6300, it's working (thanks a lot) but i have some RFID 125khz card blank ( with modifiable UID - sector 0 ). Can i use RDM6300 for write UID on these new cards ? Thanks

arduino12 commented 1 year ago

Hi,

This library only conectes to the TX pin of the RDM6300 - it can only read the bytes it sends - it can't write any byte to it.

I didn't found any documents of using the RDM6300 RX pin in order to send a "write UUID" command.. (maybe the RDM6300 doesn't supports 125kHz RFID writes? it may require different hardware to perform writes?)

After a bit of googling I found this repo that seems to supports read / write for both 125kHz and 13.6MHz RFID cards: https://github.com/wendl4/7941W-Writing-Reading-tool If it works for you please update here so me and others can also use it :)