codeforsanjose/BadgeHub

Add NFC support

Kyle-Falconer opened this issue · 1 comments

We need support for PN532 Mifare/13.56 MHz NFC device, as it is inexpensive and has good software support through the Adafruit CircuitPython PN532 library.

Use cases for this is to allow people to badge in using an RFID card as an alternative to using the login interface.

Implemented this as of 6d1bfd1 through the nfcpy Python library.

As of that commit, the nfc_manager program is capable of listening for NFC tags and storing all available information in Redis for later processing.