-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add RFID Reader Interface #8
Comments
It isn't the ISO number, it is just an 11 hex character string unique to
|
Thanks Kevin, I'll note that as a comment in the program. |
This Issue was closed by mistake. |
The added GUI functions are not yet used by the program, but they exist and are ready. Additionally, the RFID reader code is still not finished and only exists as skeleton functions.
Hardware() are the only objects that use RPi.GPIO. The abstraction makes program design easier.
The RFID reader (via Embedded Hardware Club) returns an ISO number over serial when a tag is scanned. This vending machine must get this number and verify that the User is a club member.
Relevant portion of program: https://github.com/rpiEHC/rpi_vend/blob/master/machine.py#L120
The text was updated successfully, but these errors were encountered: