Skip to content

JayFiDev/KeyPad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source Code For Custom Mechanical Keypad with Display

Custom Mechanical Keypad

Keypad using mechanical keys, Arduino Pro Micro &ILI9340 SPI Display

Input device to improve workflow and user input without having to remember a lot of different key combinations.

Hardware

Mechanical Keys: Ebay Microcontroller: Arduino Pro Micro (Ebay - different models available) Display: Search Ebay for ILI9341

Software The software running on the Arduino uses the OneButton Library to simply connect multiple buttons without debounce handling needed. At the moment the software allows multiple modes (window management, start of programms and input of special characters) The display shows the current selected mode and the function of the keys.

On the computer side i use AutoHotKey for the command handling.

WIRING The wiring depends on the microcontroller you use and the display. For my current configuration I connected the display according to the spec sheet. Its a simple SPI connection. The reset pin is always pulled high.

The buttons are connected to one digital pin each, using the internal pullup resistor. The other pin of the mechanical buttons are all connected to ground. Pressing the button grounds the pin. This allows a design without other resistors only using the arduino microcontroller.

Work in progress!

About

Source Code for KeyPad

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published