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
607 stars 192 forks source link

Support MFRC522 RFID module #634

Open DillonEnge opened 9 months ago

DillonEnge commented 9 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 5 months ago

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

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