-
-
Notifications
You must be signed in to change notification settings - Fork 1
Firmware Setup
Hyacinthe-primus edited this page Jul 17, 2026
·
1 revision
- Copy the entire
RFID_Access_Control/folder. Do not rename it -- the folder name must matchRFID_Access_Control.inoor the sketch won't open correctly in the Arduino IDE. - Open
RFID_Access_Control.inoin Arduino IDE. -
Tools > Board-> "ESP32S3 Dev Module". - Board options under
Tools:- USB CDC On Boot: Disabled
- Flash Size: 16MB (128Mb)
-
Partition Scheme: Custom (uses
partitions.csvfrom sketch) - PSRAM: OPI PSRAM
- Upload Speed: 2000000
- Install libraries listed in Hardware and Wiring.
-
Sketch > Upload.
If upload fails, some ESP32-S3 boards need the BOOT button held during upload.
The firmware uses 2000000 baud (SERIAL_BAUD in Config.h). The Python
CLI auto-matches this rate. Mismatched rates cause garbled output.
RFID Access Control · v1.0.1 · ESP32-S3 + PN532
README · Changelog · Issues · MIT License