This project is carried out with an offer from Pablo Airlines. It consists of three parts: server, Android, and Arduino under the theme of building a user authentication-based door lock system.
Progress period : 2022.09.04 ~ 2022.09.28
Hosted by: kusitsm
- Install server application.
git clone https://github.com/asapD/arduino.git
- Run
.ino
code in Arduino IDE or Web Editor.
- Arduino UNO R3
This is main board.
- HC-05
This is bluetooth module. We use this for communication with android user and spring boot server
- DE2110
This is QR code scanner module. We use this for getting serial number from QR code that is made by user.
- Servo Motor
This is motor module. We use this to open and clode door automatically.