tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
622 stars 196 forks source link

Support MFRC522 RFID module #634

Open DillonEnge opened 10 months ago

DillonEnge commented 10 months ago

Working on a project which requires RFID and would love support for this module, specifically using SPI as that is what the card I have has IO for pre-soldered. Datasheet here: https://www.nxp.com/docs/en/data-sheet/MFRC522.pdf

draeron commented 7 months ago

looking for the same thing, maybe starting by adapting this package from periph.io

https://github.com/periph/devices/tree/main/mfrc522