-
Notifications
You must be signed in to change notification settings - Fork 15
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
rc522 blocks execution of other code #1
Comments
Did you find a solution for the problem? |
Hello, I am sorry, I'll looking a solution this next week and fix this. |
Meanwhile I use rc522-rfid-promise successfuly. Tested on RPI 1 model B and RPI 3 model B. |
The rc522-promise also works but the problem is that it closes after Trying to send a request to an external php file and run the card id Den 2016-04-24 kl. 10:39, skrev imtweety:
|
Try change the path "rc522/build/Release/rc522" to "rc522". |
When using var rc522 = require("rc522"); it works like a charme! |
The Demo code does run and it echos the RFIDs on the screen.
However when I try to combine it with other functions, it seems to block the other code. Is this supposed to do so? How do I prevent this blocking?
The text was updated successfully, but these errors were encountered: