joseMiguel
Member level 5
- Joined
- Jan 10, 2011
- Messages
- 86
- Helped
- 10
- Reputation
- 20
- Reaction score
- 10
- Trophy points
- 1,288
- Location
- Montpellier FRANCE
- Activity points
- 1,967
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
It only gives the uid
2) The second (a port from raspberry pi, i only have changed the SPI interface)
the uid is correct, but we only can read blocks [8, 9, 10, 11]
Could you help me please
I don't want to go back to C/C++
Jose Miguel
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
micropython-mfrc522/mfrc522.py at master · Lennyz1988/micropython-mfrc522
(Micro)Python class to access the MFRC522 RFID reader ESP32 - Lennyz1988/micropython-mfrc522
github.com
2) The second (a port from raspberry pi, i only have changed the SPI interface)
MFRC522-python/mfrc522/MFRC522.py at master · pimylifeup/MFRC522-python
Library utilized for Pi My Life Up's guide on setting up an RFID RC522 reader. - pimylifeup/MFRC522-python
github.com
Could you help me please
I don't want to go back to C/C++
Jose Miguel