https://github.com/z4yx/webusb-cardreader
A card reader powered by WebUSB.
https://github.com/z4yx/webusb-cardreader
arduino nfc pn532 rfid webusb
Last synced: about 1 year ago
JSON representation
A card reader powered by WebUSB.
- Host: GitHub
- URL: https://github.com/z4yx/webusb-cardreader
- Owner: z4yx
- License: mit
- Created: 2018-09-23T12:47:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T14:44:09.000Z (about 7 years ago)
- Last Synced: 2025-03-26T21:22:44.467Z (about 1 year ago)
- Topics: arduino, nfc, pn532, rfid, webusb
- Language: C++
- Size: 3.91 KB
- Stars: 14
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebUSB Card Reader
A simple card reader which communicates directly with js code on Chrome.
## Hardware
- Arduino Leonardo
- PN532 Module (HSU interface)
## Dependency
Arduino libraries required:
- [WebUSB](https://github.com/webusb/arduino)
- [PN532](https://github.com/z4yx/pn532)
## Host Program
You may find corresponding js code in this project: [https://github.com/tuna/registr](https://github.com/tuna/registr).