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

Will the address of MFRC630 NFC card reader change when using I2C communication? #22

Open
chcmq opened this issue May 27, 2023 · 1 comment

Comments

@chcmq
Copy link

chcmq commented May 27, 2023

Sometimes it is 0x2A, and sometimes it is 0x2B, which will cause me to fail when initializing the card reader. How can I keep it unchanged?

@iwanders
Copy link
Owner

Hmm, check the datasheet on page 22, section 8.4.4.6. It is most likely that your ADR1 or ADR2 pin is floating and switching by accident. Check section 8.4.1, table 7, give pin 28 and 31 either a pull up or a pull down, that should ensure their state doesn't change and the address stays stable.

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