Page 1 of 1

ESP32 & MFRC522 & micropython

Posted: Wed Jun 16, 2021 10:54 am
by joseMiguel
Hello,

I want to realize an access control via contactless cards.

For that a use a ESP32 devkitC(38 pins), SPI interface and MFRC522. (I use Thonny Python IDE)

i tried different software found on gitHub :
1) The first
https://github.com/Lennyz1988/micropyth ... mfrc522.py

It only gives the uid

2) The second (a port from raspberry pi, i only have changed the SPI interface)
https://github.com/pimylifeup/MFRC522-p ... MFRC522.py

It only gives the read blocks [8, 9, 10, 11]

Could you help me please

I don't want to go back to C/C++

Jose Migue