English
Basic project that reads the key pressed from the 3x4 keypad keypad and displays it on the Serial Monitor. Teaches the use of keypad library and matrix keypad.
Project that can turn 3 LEDs on and off independently with 3x4 keypad keys and perform batch control. Teaches multiple output control with keypad.
Basic project that reads the key pressed from a 4x4 keypad keypad and displays it on the Serial Monitor. Teaches 4-column extended keypad configuration.
Security project that opens the door with servo if it is correct by entering a password with a 4x4 keypad and turns on a red LED if it is wrong. Teaches password comparison and servo-LCD-keypad integr
Programmer keyboard project with Arduino Leonardo and 4x4 keypad that writes Arduino code blocks such as if, for, digitalWrite to the computer with a single key. Teaches HID keyboard emulation.
Programmer keyboard project that writes Python code blocks such as if, for, print to the computer with Arduino Leonardo and 4x4 keypad with one button. Teaches HID keyboard emulation.
Smart Electronic Safe is an Arduino based password protected security system. It opens and closes the servo motor controlled lock mechanism with a 4-digit password entered via the 4x4 keypad and trans