ESP32 & MFRC522 & micropython

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
Post Reply
joseMiguel
Posts: 2
Joined: Fri Apr 23, 2021 5:04 pm

ESP32 & MFRC522 & micropython

Post by joseMiguel » Wed Jun 16, 2021 10:54 am

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

Post Reply