Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b4ck5p4c3/acs-reader
ACS NFC/EMV/RFID reader
https://github.com/b4ck5p4c3/acs-reader
emv esp32 esp32s2 mqtt nfc pn532
Last synced: 2 months ago
JSON representation
ACS NFC/EMV/RFID reader
- Host: GitHub
- URL: https://github.com/b4ck5p4c3/acs-reader
- Owner: b4ck5p4c3
- License: mit
- Created: 2022-01-25T18:40:55.000Z (almost 3 years ago)
- Default Branch: esp32
- Last Pushed: 2024-08-05T20:52:31.000Z (5 months ago)
- Last Synced: 2024-09-29T18:37:31.303Z (3 months ago)
- Topics: emv, esp32, esp32s2, mqtt, nfc, pn532
- Language: C++
- Homepage:
- Size: 61.5 KB
- Stars: 8
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# acs-reader
B4CKSP4CE ACS NFC/EMV/RFID reader based on ESP32(S2), PN532 and RDM6300
Allows to:
- Read UIDs from NFC tags
- Read PANs from EMVCo cards (including VISA, MasterCard, MIR)
- Read UIDs from RFID tags (deperecated and not used for now)To build the project you also require to create `src/secrets.h` with defines for:
```c
#define SECRET_WIFI_PASSWORD "wifipassword" // wifi password
#define SECRET_OTA_PASSWORD "otapassword" // ota update password
```Also probably you need to change the `WIFI_SSID` and `OTA_HOSTNAME` defines in `src/mcu_config.h` for your specific environment.