Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JPG-Consulting/rfid-desfire
Arduino RFID Library for MFRC522 for DESFire
https://github.com/JPG-Consulting/rfid-desfire
Last synced: 17 days ago
JSON representation
Arduino RFID Library for MFRC522 for DESFire
- Host: GitHub
- URL: https://github.com/JPG-Consulting/rfid-desfire
- Owner: JPG-Consulting
- Created: 2017-01-09T22:30:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-21T15:08:33.000Z (over 6 years ago)
- Last Synced: 2023-06-17T00:40:24.101Z (over 1 year ago)
- Language: C++
- Size: 2.63 MB
- Stars: 25
- Watchers: 5
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RFID-DESFire #
Arduino library for MFRC522 and other RFID RC522 based modules.
This library extends the [MFRC522 library](https://github.com/miguelbalboa/rfid) adding extra functionality for MIFARE DESFire cards.
At the current stage no crypto has been implemented and a very limited subset of commands are available.
## Requirements ##
- [MFRC522 library](https://github.com/miguelbalboa/rfid)### Future requirements ###
This libraries have been planned but need to be implemented and confirmed to be working properlly with DESFire library.- [Arduino DES library](https://github.com/spaniakos/ArduinoDES/) (Not yet implemented)
- [Arduino AES library](https://github.com/spaniakos/AES/) (Not yet implemented)## Credits ##
[EasyPay](https://github.com/nceruchalu/easypay) has been an invaluable source of information due to the great documentation in its comments.