https://github.com/syfaro/esp-mdl-interface
https://github.com/syfaro/esp-mdl-interface
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/syfaro/esp-mdl-interface
- Owner: Syfaro
- Created: 2025-03-05T03:19:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T04:23:44.000Z (over 1 year ago)
- Last Synced: 2025-03-05T05:26:48.198Z (over 1 year ago)
- Language: Rust
- Size: 905 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esp-mdl-interface
A way to use an ESP32 for user device communication to faciliate the ISO
18013-5 mDL verification process.
Supports NFC engagements and BLE transmission.
## Usage
This currently only works with ESP32C6 modules. It also relies on a PN532 module
for NFC connectivity using SPI for communication.
### Wiring
|Pin |Connection|
|------|----------|
|gpio1 |LED strip |
|gpio2 |PN532 IRQ |
|gpio18|PN532 MOSI|
|gpio20|PN532 MISO|
|gpio19|PN532 SCK |
|gpio21|PN532 SS |