miguelbalboa / rfid

Arduino RFID Library for MFRC522
The Unlicense
2.74k stars 1.43k forks source link

AccessControl.ino doesn't seem to work on esp32 #549

Closed 1orz closed 3 years ago

1orz commented 3 years ago

Such as the title,AccessControl.ino doesn't seem to work on esp32, I'm not sure it has to do with abandoning EEPROM and switching to NVS in esp32.

In the test environment,Although it has been shown that "Succesfully added ID record to EEPROM", it will not take effect when the card is read again it shown following message: “You shall not pass”,There seems to be no successful save uid in EEPROM

How to use it in esp32 correctly?

Rotzbua commented 3 years ago

It is a example. It is simple. It is not secure. It is only for Arduino boards with EEPROM. There is a esp project which does "access control", use search to find.