Keypad scanner. Displays value of key on 7seg
- Keil IDE
- Flash Magic
- 8051 microcontroller
- Driver ULN 2803
- 7-segment displays (x4)
- Buzzer
- Hex keypad
- Connect 7-segment displays to the 8051 microcontroller as shown in the following diagram:
- Connect hex keypad to the 8051 microcontroller as shown in the following diagram:
- Connect buzzer to P1.5 of the 8051 microcontroller
- Open Keil and create new project
- Choose Philips P89V51RD2 database
- Add keypad.c file to Source Group
- Build target
- Use Flash Magic to write the resulting hex file to the 8051 microcontroller
Pushing hex C on the keypad, the value 'C' is displayed
- Sahil Mahajan
This project intentionally has no license.