Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

NFC RFID

Kjell Kongsvik edited this page Sep 26, 2018 · 1 revision

To install copy the files mfrc522.py and examples/read.py to the divice using e.g. ampy Start reader using:

import read
read.do_read()

My fork has been updated to support the esp32 device

See read.py and compare to __init__ in mfrc522.py for pin mappings. When using spi the SDA pin is used as the cs.

https://github.com/kjellkongsvik/micropython-mfrc522