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

Add RFID Reader Interface #8

Open
theopak opened this issue Nov 23, 2012 · 3 comments
Open

Add RFID Reader Interface #8

theopak opened this issue Nov 23, 2012 · 3 comments
Assignees

Comments

@theopak
Copy link
Member

theopak commented Nov 23, 2012

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

@ghost ghost assigned theopak Nov 23, 2012
@Kroden
Copy link

Kroden commented Nov 23, 2012

It isn't the ISO number, it is just an 11 hex character string unique to
the ID. If a student gets a new card the number changes.
On Nov 23, 2012 2:49 AM, "Theodore X. Pak" [email protected] wrote:

The RFID reader (via Embedded Hardware Clubhttps://github.com/rpiEHC/RPI-RFID)
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


Reply to this email directly or view it on GitHubhttps://github.com//issues/8.

@theopak
Copy link
Member Author

theopak commented Nov 23, 2012

Thanks Kevin, I'll note that as a comment in the program.

@theopak
Copy link
Member Author

theopak commented Nov 29, 2012

This Issue was closed by mistake.

@theopak theopak reopened this Nov 29, 2012
theopak added a commit to theopak/rpi_vend that referenced this issue Nov 29, 2012
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.
theopak added a commit to theopak/rpi_vend that referenced this issue Nov 29, 2012
Hardware() are the only objects that use RPi.GPIO. The abstraction makes program design easier.
theopak added a commit to theopak/rpi_vend that referenced this issue Nov 29, 2012
theopak added a commit that referenced this issue Nov 29, 2012
theopak added a commit to theopak/rpi_vend that referenced this issue Nov 29, 2012
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