- Mifare RC522 RF IC Card Sensor Module amazon link
- ESP32 Development Board amazon link
- RFID capable card (the above RFID Sensor amazon link includes with purchase)
- IRLZ44N Power Mosfet amazon link
- 10k Ohm 1/2 W through hole Resistor
- 5mm LED Light Diodes
- 220 Ohm 1/2 W through hole Resistor
- Breadboard button
- Go to
tools > board manager
and search foresp32
- Install
esp32
byEspressif Systems
, specifically version 3.1.0 - Set the board in
tools
asESP32-WROOM-DA Module
- Go to
tools > library
, installMFRC522
byGithub Community
, version 1.4.11
- change the API KEY from
NOTHING_REALLY
to the key used by the card verification server - change the
ssid
andpassword
variables to the appropriate values of the network that we need to connect to - (optional) if the code does not compile, consider following miguelbalboa/rfid#371