This project was created based on the ESP32 microcontroller.
- Install
Arduino IDE
You can download and install theArduino IDE
using this link.
-
Clone Repository
-
Open project's directory
-
Open
AccessControl.ino
file usingArduino IDE
-
Add Board Urls
-
Install Board packages
-
Connect your board to computer using micro USB cable
-
Select Board
- From
Tools -> Board:"<NAME_OF_BOARD>
menu, selectESP32 Dev Module
- From
-
Select Port
- From
Tools -> Port
, select your device's connected port.
- From
-
Upload Project
- Click on
Upload
button or Pressctrl + U
- Click on
Congratulations!