Releases: abobija/esp-idf-rc522
Releases · abobija/esp-idf-rc522
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.6
3.1.5
3.1.4
What's Changed
- Example that uses multiple readers by @abobija in #58
- Simplified SPI config with overwriting defaults by @abobija in #53
- SPI driver sends without need for second buffer by @abobija in #54
- Introduced
rc522_bytes_t
type by @abobija in #55 - Docs of
mifare
functions + addedconst
qualifiers by @abobija in #56 - Custom authentication error by @abobija in #57
Full Changelog: 3.1.0...3.1.4
3.1.0
3.0.0
What's Changed
- Version 3 by @abobija in #49
- Returns card type (mifare 1k, 4k, ...) based on SAK
- Functions for reading/writing from/to memory on MIFARE Classic cards
- Sector Trailer block protection (write prevented by default, configurable via menuconfig)
- Hard reset via RST pin (optional, auto switch to soft if hard fails)
- Firing events when picc changes state (all states described in 14443 iso are supported)
- Added examples (basic, read_write, memory_dump)
- Unit tests
- CI (format-check, unit-test, examples-build)
- Returns UID length, and UID is now in the form of a byte array
- Rewritten read_write test. Using PCD fifo buffer now to test if the library can read/write multiple bytes
- Firing event when card disappears from the scanner field
Full Changelog: v2.6.1...v3.0.0