/asapD-arduino

파블로항공 사용자 인증 기반 도어락 시스템 아두이노 레포지토리

Primary LanguageC++

asapD Arduino

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

😎 Getting Started

  1. Install server application.
  git clone https://github.com/asapD/arduino.git
  1. Run .ino code in Arduino IDE or Web Editor.

🧾 What we use

Hardware

image

  • 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.

Skills