https://github.com/lucasfranklinsilva/fechadura-digital
Simulando uma Fechadura Digital com Arduino.
https://github.com/lucasfranklinsilva/fechadura-digital
arduino buzzer c keypad lcd-display
Last synced: about 1 month ago
JSON representation
Simulando uma Fechadura Digital com Arduino.
- Host: GitHub
- URL: https://github.com/lucasfranklinsilva/fechadura-digital
- Owner: lucasfranklinsilva
- Created: 2018-12-29T22:12:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T22:19:33.000Z (over 7 years ago)
- Last Synced: 2025-06-06T06:02:07.279Z (about 1 year ago)
- Topics: arduino, buzzer, c, keypad, lcd-display
- Language: C++
- Homepage:
- Size: 3.68 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [PT] Fechadura Digital - Programação em Embarcados
Protótipo de uma fechadura eletrônica desbloqueada por senha. O sistema utiliza-se de uma placa Arduino Mega 2560, um display LCD, um teclado matricial e um Buzzer. Ao digitar a senha correta o buzzer emitirá um sinal e o display LCD mostrará que a porta foi aberta, caso a senha seja digitada incorretamente, um beep de alerta soará e uma mesagem será mostrada no display LCD. É possível alterar a senha de acesso a fechadura através do teclado.
# [EN] Digital Lock - Embedded Programming
Prototype of an electronic lock unlocked by password. The system uses an Arduino Mega 2560 board, an LCD display, a matrix keypad and a Buzzer. When the correct password is entered, the buzzer will signal and the LCD display will show that the door has been opened, if the password is entered incorrectly, an alert beep will sound and a message will be displayed on the LCD display. You can change the lock access password using the keypad.