Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).