Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T14:44:09.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T01:25:33.963Z (6 months ago)
- Topics: arduino, nfc, pn532, rfid, webusb
- Language: C++
- Size: 3.91 KB
- Stars: 14
- Watchers: 5
- 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).