A door lock system using RFID keys running on an ESP32 client and an ESP32 server.
This isn't the most generic code written. The bulk of it will be the doorunlock.py
file, which contains both a client and server class that can be instantiated separately. In the examples folder, the boot.py
and main.py
files that would be needed on the client and server are reproduced for reference.