Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write with RDM6300 #20

Open
Jerome67 opened this issue Jul 27, 2023 · 1 comment
Open

Write with RDM6300 #20

Jerome67 opened this issue Jul 27, 2023 · 1 comment

Comments

@Jerome67
Copy link

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
Copy link
Owner

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants