Skip to content

Universal-Access-Control/device

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 Project - Access Control

This project was created based on the ESP32 microcontroller.

Requirements

  • Install Arduino IDE
    You can download and install the Arduino IDE using this link.

Run Project

  • Clone Repository

  • Open project's directory

  • Open AccessControl.ino file using Arduino IDE

  • Add Board Urls

    • Open Files -> Preferences
    • In Settings tab, copy lines below to Additional Bords Manager URLs:
        https://dl.espressif.com/dl/package_esp32_index.json,
        http://arduino.esp8266.com/stable/package_esp8266com_index.json
      
      ESP32 URLs
    • Press OK button
  • Install Board packages

    • Make sure that you are connecting to the internet
    • Open Tools -> Board:"<NAME_OF_BOARD>" -> Board Managers
    • Type ESP32 in search box
    • Click on install button
      Install Packages
    • If packages installed successfully you can close the Board Manger
  • Connect your board to computer using micro USB cable

  • Select Board

    • From Tools -> Board:"<NAME_OF_BOARD> menu, select ESP32 Dev Module
  • Select Port

    • From Tools -> Port, select your device's connected port.
  • Upload Project

    • Click on Upload button or Press ctrl + U

Congratulations!