Electrical,Electronics and Telecommunication Engineering related Projects,Books,Solutions,Softwares,Tips and much more..

Recent Post By Lable

test

Breaking

Post Top Ad

Your Ad Spot

Monday, August 6, 2012

Multikey-One Wire Keypad Project

This is a simple and easy to make serial keypad. The microcontroller will output the number of the push button pressed.
This project can be used for many different purposes. Probably the most used application would be to interface to any electronic project that requires a keypad. There are several ready made keypads on the market, but those work with matrix connections and require 7 pins for a 12 button pad. For new programmers, matrix keypads can be a bit tricky to program.
My circuit can use from 4 up to 12 push buttons with only one wire connection ( plus ground pin ) making possible to use a small microcontroller like an 8 pin to use this keypad. It’s also built in a setup mode where it’s possible to change the key output rate. This setting is saved in the microcontroller’s memory.
Another use for this is to, for example, connect to the computer and use it to control applications or even games.
Using any RS232 to keyboard software it’s possible to assign the input signals and convert them to keystrokes.

Schematics:


The schematic shown above is for the 5 button version.

Notice that pins 11,12,13,15,16,17 and 18 are connected to ground. For each button added just remove the ground connection and connect the pin to a push button and add the resistor the same way as the first buttons.

Parts List:

R1 10K ohms resistor
R2 10K ohms resistor
R3 10K ohms resistor
R4 10K ohms resistor
R5 10K ohms resistor
R6 10K ohms resistor
R7 1K ohms resistor
C1 10uF capacitor
Led1 SMD green or red led
IC1 16F88 microcontroller from Microchip
S1 Push button
S2 Push button
S3 Push button
S4 Push button
S5 Push button

Others:

Box
DB9 connector
PCB
Hex program for the microcontroller

For 12 push button version:

R8 10K ohms resistor
R9 10K ohms resistor
R10 10K ohms resistor
R11 10K ohms resistor
R12 10K ohms resistor
R13 10K ohms resistor
R14 10K ohms resistor
S6 Push button
S7 Push button
S8 Push button
S9 Push button
S10 Push button
S11 Push button
S12 Push button

PCB Layouts:

 
5 Button Layout

12 Button Layout

How it Works:

For the first time I recommend to connect it to any pc and using the terminal program select 9600 Baud, no parity, 8 for byte size and 1 stop bit. These are the settings for both pc terminal or receiver microcontroller.
To enter the Setup mode the S4 button should be pressed and held when turning the power on.
The led starts to flash and S1 is used to increase the rate while S2 is used to decrease the rate.
The minimum rate is 10ms and the maximum rate is 2550ms. It will increase/decrease 5ms each button press. Pressing and holding S3 will test the setting and will display the rate speed both on led and RS232.
Button S4 will save the setting into microcontroller’s memory, exit the setup mode and enter the normal mode. In normal mode, when pressing one of the buttons it will flash the led and output the corresponding button number via RS232.

Hex Program: 

The Hex program named Multikey must be saved in the device’s memory ( 16F88 ).

Testing







2 comments:

  1. Can anyone help me out about PCB designing?????

    ReplyDelete
    Replies
    1. Yeah no problem.........ap to call kar ke b pooch sakte hain fareedi sahib.

      Delete

Post Top Ad

Your Ad Spot

Pages