ablab

Hello Readers, welcome to my Blog - A Blog For Bloggers By A Blogger. I'm Arun, an entrepreneur Blogger from India.

4X4 Keypad based Password with ATmega16 and LED Display

4422
Mark as Favourite

Security is a prime concern in our day-today life. Everyone wants to be as much secured as possible. Keypad based password is one of the many method and the most common and easy one to provide security to any system.

In this project, we will learn How to design a password protected system using a 4X4 keypad with AVR ATmega16 microcontroller. Here, the user will enter a 4 digit numeric password to gain access of the system and after gaining access of the system, the user presses different keys of the 4X4 keypad and the system displays the value of the pressed key in a 1X8 LED array. The user enters the 4 digit numeric password by pressing different keys of the 4X4 keypad one by one. For each key pressed all the 8 LEDs of the 1X8 LED array will be ON for 500ms to indicate that a digit of the password has been entered. After entering 4 digits of the password, the microcontroller compares the entered password with the set password (1234 in our case) and displays the result of the comparison in the 1X8 LED array as upper 4 LEDs of the 1X8 LED array are ON for correct password or lower 4 LEDs of the 1X8 LED array are ON for wrong password. Once the correct password is entered, the user can press different keys of the 4X4 keypad and the 1X8 LED array displays the value of the pressed keys. Try entering different combinations of passwords and see the output.

Key Pressed

Key Value

1

1

2

2

3

3

4

4

5

5

6

6

7

7

8

8

9

9

0

0

*

10

#

11

A

12

B

13

C

14

D

15

Softwares Required

Hardwares Required

Name Quantity
AVR Trainer Board-100 with ATmega16 1pc
AVR USB Programmer 1pc
12V, 1A DC SMPS Adaptor 1pc
4X4 Keypad 1pc
10 to 10 FRC Female to Female Connector 1pc

Circuit Diagram

Video

Connection Guide

The step-by-step connection guide for 4X4 Keypad based Password with ATmega16 and LED Display is as follows

  • Steps - 1 ( 0f 7 )

    Insert the DC Pin of 12V, 1A DC Adapter to the DC Socket of AVR Trainer Board-100.

  • Steps - 2 ( 0f 7 )

    Connect PortB header with LED header in AVR Trainer Board-100 with a 10 to 10 FRC Female Connector.

  • Steps - 3 ( 0f 7 )

    Connect the 4X4 Keypad header of 4X4 Keypad with PortC header of AVR Trainer Board-100 with a 10 to 10 FRC Female Connector.

  • Steps - 4 ( 0f 7 )

    Connect the ISP header of AVR Trainer Board-100 with AVR USB Programmer header of AVR USB Programmer with a 10 to 10 FRC Female Connector.

  • Steps - 5 ( 0f 7 )

    Connect the AVR USB Programmer to the PC/Laptop's USB Port directly or with the help of USB AM-FM Cable.

  • Steps - 6 ( 0f 7 )

    Switch on the power with the help of Power Switch of AVR Trainer Board-100.

  • Steps - 7 ( 0f 7 )

    Download the 4X4 Keypad based Password with ATmega16 and LED Display Hex file to AVR Trainer Board-100 with the help of SinaProg Hex downloader and AVR USB Programmer.

  • Insert the DC Pin of 12V, 1A DC Adapter to the DC Socket of AVR Trainer Board-100.

    Steps - 1 ( 0f 7 )

  • Connect PortB header with LED header in AVR Trainer Board-100 with a 10 to 10 FRC Female Connector.

    Steps - 2 ( 0f 7 )

  • Connect the 4X4 Keypad header of 4X4 Keypad with PortC header of AVR Trainer Board-100 with a 10 to 10 FRC Female Connector.

    Steps - 3 ( 0f 7 )

  • Connect the ISP header of AVR Trainer Board-100 with AVR USB Programmer header of AVR USB Programmer with a 10 to 10 FRC Female Connector.

    Steps - 4 ( 0f 7 )

  • Connect the AVR USB Programmer to the PC/Laptop's USB Port directly or with the help of USB AM-FM Cable.

    Steps - 5 ( 0f 7 )

  • Switch on the power with the help of Power Switch of AVR Trainer Board-100.

    Steps - 6 ( 0f 7 )

  • Download the 4X4 Keypad based Password with ATmega16 and LED Display Hex file to AVR Trainer Board-100 with the help of SinaProg Hex downloader and AVR USB Programmer.

    Steps - 7 ( 0f 7 )

Downloads

4X4 Keypad based Password with ATmega16 and LED Display Project File
  • 56 downloads 0 Kb

Post a Comment