rpiEHC / rpi_vend

Open-Source vending machine software to run on a Raspberry Pi, made by students at Rensselaer Polytechnic Institute.
3 stars 4 forks source link

Add RFID Reader Interface #8

Open theopak opened 11 years ago

theopak commented 11 years ago

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

Kroden commented 11 years ago

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" notifications@github.com 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/rpiEHC/rpi_vend/issues/8.

theopak commented 11 years ago

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

theopak commented 11 years ago

This Issue was closed by mistake.