matrix-keypad
There are 20 repositories under matrix-keypad topic.
maximebohrer/SimpleKeypad
Arduino library for using matrix keypads
habiburrahman-mu/password-based-circuit-breaker
Password based circuit breaker is a technology where we can control any circuit by a password. If we enter a password the circuit gives a break that means it is on. It can mainly be used in case of electric lines. Nowadays, electrical accidents to the line man are increasing, while repairing the electrical lines due to the lack of communication between the electrical substation and maintenance staff. This project gives a solution to this problem to ensure line man safety. In this proposed system, the control (ON/OFF) of the electrical lines lies with line man. This project is arranged in such a way that to ON/OFF the electrical line. The project is mainly based on Arduino. An Arduino controls all the functions. A matrix keypad is interfaced for taking password. There is a LCD display to read the password. When password is entered by the matrix keypad it is compared with the stored password in the ROM of the Arduino. If the password matches, relay is on. When the relay is on, led is on. If the password doesn’t match the circuit won’t be on.
Andy4495/retro-calculator
Simple retro calculator using NSA1166 bubble LED display.
david-samuel-mcdermott/pic-keypad
A 4x4 matrix keypad driver for PIC MCU
devegied/keypad_4x4_i2c_stm8_spl
Firmware for STM8 to act as matrix keyboard controller with I2C interface
iqbalnafee/CSE-316-microcontroller-project
A short project named "password based Door Unlocking system" using ov7670 camera without FIFO.
WestleyK/arduino-key-pad
A simple key pad input for Arduino
algorov/emb
Division-by-2 algorithm with self-written drivers in STM32.
Daviiduhh/2-digits-calculator
PICC - Matrix keypad - Proteus 8.6 - LCD video in readme
easymcu-libraries/keypad
Simple matrix keypad library for EasyMCU
K-Shamshannisha/Micro_Wave_Oven_Stimulation
microwave Oven Stimulation using C programming
martin-gjorgjiev/arduino-6-character-security-lock
6 digit security lock using Arduino Nano
pksh-23514/Car-Black-Box
To Implement a Car Black Box on a PIC18F4580 Micro-controller board using xc8 Compiler and C programming.
pksh-23514/Microcontroller
Solutions to selected problems implemented on Microcontroller.
Daviiduhh/level-control
Level control in PIC
iamnapo/raspberry-pi-experiments
🍓 Tiny scripts for experimenting with Raspberry Pi’s GPIOs.
LASER-UD/FiltroFIRDigitalProgramable
Cuando se habla de filtros tenemos dos grandes posibilidades, trabajar con filtros analógicos o con filtros digitales. En este reporte hablaremos del diseño de un filtro digital programable de orden 50 con efecto pasa bajas, pasa altas o pasa banda utilizando la metodología de diseño de ventaneo de respuesta al impulso para filtros FIR
Majid-Derhambakhsh/KEYPAD
Driver for using keypad in AVR-ARM microcontrollers.
Pablo-Jean/Matrix-Keyboard
Library for matrix keyboard, with any configuration greater than 2x2. The library is implemented aiming the working with any platform and with or without interrupt or RTOS. The lib is simple for use and implements a Callback. Microchip PIC, STM32, Arduino,