-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
RFID Support to PN532 #200
Conversation
Friend, have a little patience, he has just implemented PN532, some tests will be necessary, another point is that the only code reference available to emulate PN532 (SeedStudio) is not fully refined and several adjustments will be needed. |
@Ademolght feel free to contribute and develop some stuff too. It'll be awesome to have more people helping with Bruce's features since we all have work and a life to live. We dedicate our time to this project without receiving anything in return, just for the pleasure of contributing. I’ve been seeing you criticizing and questioning a bunch of stuff but haven’t seen you creating anything to help. |
Develop something, then we'll talk. :) We look forward to your contribution <3 |
I have a question does the Bruce firmware supports pn532 v 2.0 |
If it has pins to connect it through SPI or I2C it'll probably work. If it only has the usb port, then no |
How to fix "Failed to read data blocks"? (I2C connection) |
@mountain276 this is not the best place to post issues. Try creating an issue or sending a message on our discord next time. Regarding your error, try holding your tag near the reader a little longer. Reading all data blocks takes a few seconds to complete. A mifare 1K for instance has 64 blocks with 16 bytes each, hence 1024 bytes (1K). |
Proposed Changes
Types of Changes
New Feature