https://github.com/first-coding/graduationproject
https://github.com/first-coding/graduationproject
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/first-coding/graduationproject
- Owner: first-coding
- Created: 2025-01-16T08:17:05.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-19T09:23:02.000Z (about 1 year ago)
- Last Synced: 2025-01-24T20:39:02.722Z (about 1 year ago)
- Language: C
- Size: 84.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# ESP32 Project
This project involves the development of an electronic control lock system using the ESP32 microcontroller. The system includes features such as facial recognition, voice functionality, password unlocking, and a mobile app.
## Features
- **Electronic Control Lock**: Secure locking mechanism controlled by the ESP32.
- **Facial Recognition**: Unlock the system using facial recognition technology.
- **Voice Functionality**: Control the lock using voice commands.
- **Password Unlocking**: Unlock the system using a password.
- **Mobile App**: Control and monitor the lock system through a dedicated mobile application.
## Components
- **ESP32 Microcontroller**: The main controller for the system.
- **Camera Module**: For capturing images for facial recognition.
- **Microphone**: For capturing voice commands.
- **Keypad**: For entering passwords.
- **Mobile App**: For remote control and monitoring.
## Installation
## Usage
1. Connect the ESP32 to your computer.
2. Upload the code to the ESP32 using the Arduino IDE or PlatformIO.
3. Configure the mobile app with the ESP32's IP address.
4. Use the app to control and monitor the lock system.
## Contributing
Contributions are welcome! Please fork the repository and submit a pull request.
## Acknowledgements
- Thanks to the open-source community for providing the tools and libraries used in this project.