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

A humble request to anyone who can rewrite MFRC522 library to use UART imterface #281

Closed
cyberjupiter opened this issue Jan 28, 2017 · 7 comments
Labels
enhancement 🚀 a wish or proposal for future features question ❓

Comments

@cyberjupiter
Copy link

Hi. I am not a skilled nor an experienced programmer. Even after looking at the datasheet, changing the current SPI interface to UART is totally beyond my level.

Therefore, I really hope someone will implement the MFRC522 library which uses UARt interface.

Rotzbua added a commit that referenced this issue Jan 28, 2017
add uart notice ref #221 #257 #281
@Rotzbua
Copy link
Collaborator

Rotzbua commented Jan 28, 2017

Maybe this user did it #221
duplicate #257

@cyberjupiter
Copy link
Author

Is there any way to contact him? I am new to github and it seems to not have PM function.

Anyway, I will try to figure out what he did from his comments. There is so little information from his comments but I will give it a shot.

@Dizgah
Copy link

Dizgah commented Jan 31, 2017

As I remember ,Framing in SPI is different with UART in MFRC522,datasheet completely described framing for each connection.Please read datasheet and if your problem does not resolved contact me via
Dizgah@yahoo.com

@cyberjupiter
Copy link
Author

Hi @Dizgah

Yes, I have read the datasheet and I can differentiate how data is sent between SPI and UART. However, I do not know how to implement it. As I have stated in my first post, my knowledge in programming is limited. If you have some examples that I could follow through, that would be helpful.

P/S: The problem is that the MFRC522 library uses SPI entirely. How do I modify which lines to use UART? And as far as I know, UART is a serial communication and in Arduino, there is no library for UART. You just use it. Thats why I am very confused.

@Rotzbua Rotzbua added enhancement 🚀 a wish or proposal for future features question ❓ labels Feb 3, 2017
@omersiar
Copy link
Contributor

This Library:

https://github.com/zodier/MFRC522-UART-Arduino

@Rotzbua
Copy link
Collaborator

Rotzbua commented Dec 3, 2017

@cyberjupiter Any update?

@Rotzbua Rotzbua closed this as completed Dec 3, 2017
@davidjonz2005
Copy link

davidjonz2005 commented Jun 10, 2018

https://github.com/davidjonz2005/MFRC522WITHUART
i just finished it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🚀 a wish or proposal for future features question ❓
Projects
None yet
Development

No branches or pull requests

5 participants