SlideShare a Scribd company logo
1 of 3
Download to read offline
Yekkati Vishnu, Nirmal K Thomas, Divya Gupta, Gaurav Chitranshi/ International Journal of
   Engineering Research and Applications (IJERA)        ISSN: 2248-9622 www.ijera.com
                       Vol. 3, Issue 2, March -April 2013, pp.592-594

                                       Digital Access System
         Yekkati Vishnu**, Nirmal K Thomas **,Divya Gupta*, Gaurav
                                Chitranshi*
                  * Assistant Professor, Dept. of. ECE, ASET, Amity University, Noida, India.
                 ** Student, Mtech-Vlsi, Dept. of. ECE, ASET, Amity University, Noida, India.


Abstract—
          This paper present an approach to                with the simulator. The design is tested on the
design a digital access control system. The heart          simulator only and is not tested with the actual
of the system is a digital controller. The                 hardware.
controller specifications are as follows: The
numbers from 0 to 9 are coded in natural binary                      KEYPAD MODULE DESIGN
on 4 bits. A, B and O are coded in the following
way A: 1010, B: 1011, O: 1111. The controller
works in two modes: Day Mode: The door opens
while pressing on "O" or if entering the
correctcode. Night Mode: The door opens only if
the code is correct. To distinguish between the
Day and Night modes, an external "timer"
generates the signal “day” which is equal to ’1’
between 8h00 and 20h00 and ’0’ otherwise. The
controller sets an “alarm” signal as soon as one of
the entered numbers is not correct. The “reset”
signal is also triggered after the door opens. The
correct code is chosen to be 53A17. The digital
access system is a part of Mentor Graphics
Design Contest 2012.
.
                      INTRODUCTION
          Digital access systems are commonly now
replacing the ordinary access systems throughout the
world as it brings in stability and technology into the
midst. Here the system works in two modes day and                      Fig 1: Keypad Module Index
night modes and to differentiate these two modes we
use a timer generated signal „day‟ that returns either a   The complete working of the Digital access system
„1‟ or „0‟. The basic working of the system is as          is divided into various modules. The various
follows first there will be an keypad which is             modules are:
connected to a controller via an encoder and the
controller is designed using the state machine             Keypad Module Controller
encoding principles of verilog HDL. Then there is the                This module controls the components of the
timer that is connected to the controller for              keypad. The function of this module is to scan the
differentiation of the two modes the day and night.        keypad for user input, translates the coordinates of
`         The day mode works or follows the rule that      the keypress to binary values and transfer the binary
the door is given access when the key „O‟ is pressed       data to other modules.
and also when the code is entered correctly. Whereas
in night mode what happens is that the door is given       Keypad Debounce Counter
access only when the correct code is entered that                   This is a counter to implement a delay
which makes the system more secure and less theft          equal to the debouncing period. The counter has a
prone. The output of the system is of two led‟s green      preset value of 100 with preset being held high.
and red when the access is granted that is when the        When a keypress is detected, the keypad controller
output is „1‟ the led flashes green and when it is         drops the presst signal. The counter then counts
entered wrongly the red led is turned on.                  down to zero and signals the keypad controller when
Our approach is to design a separate FSM for day           finished. We have taken the clock speed as 5 MHz
and night mode based on the requirement. From              so the delay becomes 0.2usec. For a consistent
FSM we will generate the verilog code and test it          keypad bouncing we require a delay of 2-3 msec so


                                                                                                 592 | P a g e
Yekkati Vishnu, Nirmal K Thomas, Divya Gupta, Gaurav Chitranshi/ International Journal of
   Engineering Research and Applications (IJERA)        ISSN: 2248-9622 www.ijera.com
                       Vol. 3, Issue 2, March -April 2013, pp.592-594

we need a counter with initial counter value of
10000 which is a 14 bit wide counter.

Keypad Row Scanner
          This is a 5 bit counter/register that is used
to scan the keypad. It keeps all 1 except 1 zero that
cycles through (01111,10111,11011,11101,11110).
This pattern is used to scan the rows of the keypad.
The '0' enables one row at a time to allow key
presses to be detected by columns. The '1's disable
the other rows. The scanner also has an enable signal
which allows the keypad controller to hold the
scanner value in order to determine the coordinates
of the key press.

Look Up Tables (LUT)
        We have used a look up table for keypad
coordinate conversion to binary values. The binary
values are used by the comparison module to
compare with the desired authentic code.
                                                                        Fig 3: FSM in Day Mode
                     NIGHT FSM.
                                                                           V. RESULTS




                                                             Fig 4: Output waveform for night mode module




               Fig 2: FSM of Night Mode
                                                              Fig 5: Output waveform for day mode module
  As mentioned the night mode works only when the                      when “o” is given as input
correct code is pressed and the correct code to be
pressed is “53A17”.
  The keypad has 13 keys thus a possible 13 states.
Here the FSM used is a mealy one as it depends both
on the input and present state.

                      IV. DAY FSM
          The FSM is similar to the night mode the
only addition being that when the key „O‟ is pressed
the door opens thus an additional state is required          Fig 6: Output waveform for day mode module
and this is also an mealy machine.
                                                          From Fig 4 we can say that as soon as the correct
                                                          code is entered, that is, 53A17 the output is high



                                                                                              593 | P a g e
Yekkati Vishnu, Nirmal K Thomas, Divya Gupta, Gaurav Chitranshi/ International Journal of
   Engineering Research and Applications (IJERA)        ISSN: 2248-9622 www.ijera.com
                       Vol. 3, Issue 2, March -April 2013, pp.592-594

means that the door will open. In the day mode, we
can switch on the door directly by pressing the O
button which is shown in Fig 5.

              ACKNOWLEDGMENT
        The authors like to thank Amity University,
Noida for their support and cooperation. The present
work is a part of the design contest conducted by
Mentor Graphics in 2012.

                   REFERENCES
    Iqbalur Rahman Rokon, Toufiq Rahman, Md.
      Murtoza Ali Quader, and Mukit Alam,
      “Hardware Implementation of Watchdog
      Timer for Application in ATM Machine Using
      Verilog and FPGA”, International Conference
      on Electronics, Biomedical
    Engineering       and      its     Applications
      (ICEBEA'2012) Jan. 7-8, 2012 Dubai.
    K. H. Yeap, H. Nisar, K. H. Chong, Z. I.
      Rizman, C. C. Yang, Y. T. Yong and K. C. Lai
      , “Design of a Keyless Coded Home Lock
      System Using Verilog Hardware Description
      Language”, IJECCT 2012, Vol. 3 (1) 10.
    Samir Palnitkar, “VERILOG HDL A Guide to
      Digital Design and Synthesis”, second edition
      pearson.
    Wayne wolf, “FPGA based system design”,
      prentice hall, 2005.
   M. Morris Mano, “Digital Design” prentice
      hall, 2008.
   Seetha Ramachandran “Digital Vlsi System
      Design : A manual for implementation of
      projects on FPAs and ASICs using Verilog”,
      springer,2007.
    T.R. Padmanabhan, B R Bala Tripura Sundari
      “Design using verilog HDL”, Institue of
      Electronic and electricl engineers,2004
   www.ece.ualberta.ca/~elliott/ee552/projects/19
      97f/digital_humidifier/vhdl/keypad.vhd




                                                                             594 | P a g e

More Related Content

What's hot

Arduino embedded systems and advanced robotics
Arduino embedded systems and advanced roboticsArduino embedded systems and advanced robotics
Arduino embedded systems and advanced roboticsShubham Bhattacharya
 
IRJET- IoT Color based Product Sorting Machine
IRJET- IoT Color based Product Sorting MachineIRJET- IoT Color based Product Sorting Machine
IRJET- IoT Color based Product Sorting MachineIRJET Journal
 
IRJET - Robot for Prescription Writing
IRJET -  	  Robot for Prescription WritingIRJET -  	  Robot for Prescription Writing
IRJET - Robot for Prescription WritingIRJET Journal
 
Bluetooth LE Button
Bluetooth LE ButtonBluetooth LE Button
Bluetooth LE Buttondongbuluo
 
Design and implementation of real time security guard robot using GSM/CDMA ne...
Design and implementation of real time security guard robot using GSM/CDMA ne...Design and implementation of real time security guard robot using GSM/CDMA ne...
Design and implementation of real time security guard robot using GSM/CDMA ne...Claude Ndayisenga
 
SYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINE
SYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINESYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINE
SYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINEVLSICS Design
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
Ijarcet vol-2-issue-7-2389-2397
Ijarcet vol-2-issue-7-2389-2397Ijarcet vol-2-issue-7-2389-2397
Ijarcet vol-2-issue-7-2389-2397Editor IJARCET
 
Bm 04 FINGERPRINT BASED LIFT OPERATING SYSTEM
Bm 04 FINGERPRINT BASED LIFT OPERATING SYSTEMBm 04 FINGERPRINT BASED LIFT OPERATING SYSTEM
Bm 04 FINGERPRINT BASED LIFT OPERATING SYSTEM1000kv technologies
 
IRJET- Speaking Microcontroller for Deaf and Dumb People
IRJET- Speaking Microcontroller for Deaf and Dumb PeopleIRJET- Speaking Microcontroller for Deaf and Dumb People
IRJET- Speaking Microcontroller for Deaf and Dumb PeopleIRJET Journal
 
Iot bootcamp abridged - part 2
Iot bootcamp   abridged - part 2Iot bootcamp   abridged - part 2
Iot bootcamp abridged - part 2Marcus Tarquinio
 
A Smart Handheld Measuring and Testing Electronic Device with Touch Screen
A Smart Handheld Measuring and Testing Electronic Device with Touch ScreenA Smart Handheld Measuring and Testing Electronic Device with Touch Screen
A Smart Handheld Measuring and Testing Electronic Device with Touch ScreenIJTET Journal
 
Arduino based Real Time Clock with Ringing of Bell and National Anthem
Arduino based Real Time Clock with Ringing of Bell and National AnthemArduino based Real Time Clock with Ringing of Bell and National Anthem
Arduino based Real Time Clock with Ringing of Bell and National Anthemrahulmonikasharma
 

What's hot (18)

Arduino embedded systems and advanced robotics
Arduino embedded systems and advanced roboticsArduino embedded systems and advanced robotics
Arduino embedded systems and advanced robotics
 
IRJET- IoT Color based Product Sorting Machine
IRJET- IoT Color based Product Sorting MachineIRJET- IoT Color based Product Sorting Machine
IRJET- IoT Color based Product Sorting Machine
 
IRJET - Robot for Prescription Writing
IRJET -  	  Robot for Prescription WritingIRJET -  	  Robot for Prescription Writing
IRJET - Robot for Prescription Writing
 
Industrial Safety Measurement using Sensors and Voice Announcement
Industrial Safety Measurement using Sensors and Voice AnnouncementIndustrial Safety Measurement using Sensors and Voice Announcement
Industrial Safety Measurement using Sensors and Voice Announcement
 
Bluetooth LE Button
Bluetooth LE ButtonBluetooth LE Button
Bluetooth LE Button
 
Design and implementation of real time security guard robot using GSM/CDMA ne...
Design and implementation of real time security guard robot using GSM/CDMA ne...Design and implementation of real time security guard robot using GSM/CDMA ne...
Design and implementation of real time security guard robot using GSM/CDMA ne...
 
Arduino
ArduinoArduino
Arduino
 
Smart k
Smart kSmart k
Smart k
 
Arduino_Project_Report
Arduino_Project_ReportArduino_Project_Report
Arduino_Project_Report
 
SYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINE
SYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINESYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINE
SYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINE
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Ijarcet vol-2-issue-7-2389-2397
Ijarcet vol-2-issue-7-2389-2397Ijarcet vol-2-issue-7-2389-2397
Ijarcet vol-2-issue-7-2389-2397
 
Bm 04 FINGERPRINT BASED LIFT OPERATING SYSTEM
Bm 04 FINGERPRINT BASED LIFT OPERATING SYSTEMBm 04 FINGERPRINT BASED LIFT OPERATING SYSTEM
Bm 04 FINGERPRINT BASED LIFT OPERATING SYSTEM
 
IRJET- Speaking Microcontroller for Deaf and Dumb People
IRJET- Speaking Microcontroller for Deaf and Dumb PeopleIRJET- Speaking Microcontroller for Deaf and Dumb People
IRJET- Speaking Microcontroller for Deaf and Dumb People
 
Iot bootcamp abridged - part 2
Iot bootcamp   abridged - part 2Iot bootcamp   abridged - part 2
Iot bootcamp abridged - part 2
 
A Smart Handheld Measuring and Testing Electronic Device with Touch Screen
A Smart Handheld Measuring and Testing Electronic Device with Touch ScreenA Smart Handheld Measuring and Testing Electronic Device with Touch Screen
A Smart Handheld Measuring and Testing Electronic Device with Touch Screen
 
Smard card123
Smard card123Smard card123
Smard card123
 
Arduino based Real Time Clock with Ringing of Bell and National Anthem
Arduino based Real Time Clock with Ringing of Bell and National AnthemArduino based Real Time Clock with Ringing of Bell and National Anthem
Arduino based Real Time Clock with Ringing of Bell and National Anthem
 

Viewers also liked (20)

Fg3110541060
Fg3110541060Fg3110541060
Fg3110541060
 
Bc32356359
Bc32356359Bc32356359
Bc32356359
 
Bd32360363
Bd32360363Bd32360363
Bd32360363
 
Bj32392395
Bj32392395Bj32392395
Bj32392395
 
Lc3420022006
Lc3420022006Lc3420022006
Lc3420022006
 
E351923
E351923E351923
E351923
 
L356367
L356367L356367
L356367
 
T35110114
T35110114T35110114
T35110114
 
V35119123
V35119123V35119123
V35119123
 
Kx3419591964
Kx3419591964Kx3419591964
Kx3419591964
 
Kr3419301933
Kr3419301933Kr3419301933
Kr3419301933
 
Kt3419401945
Kt3419401945Kt3419401945
Kt3419401945
 
Bk32396400
Bk32396400Bk32396400
Bk32396400
 
B340614
B340614B340614
B340614
 
Ay34306312
Ay34306312Ay34306312
Ay34306312
 
At35257260
At35257260At35257260
At35257260
 
Aq35241246
Aq35241246Aq35241246
Aq35241246
 
Ao35229234
Ao35229234Ao35229234
Ao35229234
 
Bd35310316
Bd35310316Bd35310316
Bd35310316
 
Cm32546555
Cm32546555Cm32546555
Cm32546555
 

Similar to Cs32592594

FPGA Based Implementation of Electronic Safe Lock
FPGA Based Implementation of Electronic Safe LockFPGA Based Implementation of Electronic Safe Lock
FPGA Based Implementation of Electronic Safe LockIOSR Journals
 
FINGERPRINT BASED LOCKER WITH IMAGE CAPTURE
FINGERPRINT BASED LOCKER WITH IMAGE CAPTUREFINGERPRINT BASED LOCKER WITH IMAGE CAPTURE
FINGERPRINT BASED LOCKER WITH IMAGE CAPTUREMichael George
 
Project report on dtmf based door opening system
Project report on  dtmf based door opening systemProject report on  dtmf based door opening system
Project report on dtmf based door opening systemMukul Mohal
 
IRJET - RFID based Automatic Entry Restricted Mechanism for Home Security
IRJET - RFID based Automatic Entry Restricted Mechanism for Home SecurityIRJET - RFID based Automatic Entry Restricted Mechanism for Home Security
IRJET - RFID based Automatic Entry Restricted Mechanism for Home SecurityIRJET Journal
 
Auto Room Lighting and Door lock Report
Auto Room Lighting and Door lock ReportAuto Room Lighting and Door lock Report
Auto Room Lighting and Door lock ReportBUBT
 
Towards secure smart cities: design and implementation of smart home digital ...
Towards secure smart cities: design and implementation of smart home digital ...Towards secure smart cities: design and implementation of smart home digital ...
Towards secure smart cities: design and implementation of smart home digital ...nooriasukmaningtyas
 
Real time model of a lock gate system upon fingerprint with microcontroller
Real time model of a lock gate system upon fingerprint with microcontrollerReal time model of a lock gate system upon fingerprint with microcontroller
Real time model of a lock gate system upon fingerprint with microcontrollernooriasukmaningtyas
 
IRJET- Voice-Activated Home Automation using NodeMCU
IRJET- Voice-Activated Home Automation using NodeMCUIRJET- Voice-Activated Home Automation using NodeMCU
IRJET- Voice-Activated Home Automation using NodeMCUIRJET Journal
 
Random Number Generator Using Seven Segment Display In Labview
Random Number Generator Using Seven Segment Display In LabviewRandom Number Generator Using Seven Segment Display In Labview
Random Number Generator Using Seven Segment Display In LabviewIJERA Editor
 
Fingerprint Based Security System
Fingerprint Based Security SystemFingerprint Based Security System
Fingerprint Based Security SystemTrijendra Singh
 
Fingerprint base security system
Fingerprint base security systemFingerprint base security system
Fingerprint base security systempraful borad
 
Intellectual Bank Locker Security System
Intellectual Bank Locker Security SystemIntellectual Bank Locker Security System
Intellectual Bank Locker Security SystemIJERA Editor
 
Intellectual Bank Locker Security System
Intellectual Bank Locker Security SystemIntellectual Bank Locker Security System
Intellectual Bank Locker Security SystemIJERA Editor
 
Embedded system development-Arduino UNO
Embedded system development-Arduino UNOEmbedded system development-Arduino UNO
Embedded system development-Arduino UNOayush sultania
 
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
IRJET-  	  Smart Home: Speech Recognition based Home Automation using IoTIRJET-  	  Smart Home: Speech Recognition based Home Automation using IoT
IRJET- Smart Home: Speech Recognition based Home Automation using IoTIRJET Journal
 
Design Analysis Automatic Garage Door Opener
Design Analysis Automatic Garage Door OpenerDesign Analysis Automatic Garage Door Opener
Design Analysis Automatic Garage Door Openerijtsrd
 
ESP32 CAM Face Detection Door Lock
ESP32 CAM Face Detection Door LockESP32 CAM Face Detection Door Lock
ESP32 CAM Face Detection Door LockIRJET Journal
 

Similar to Cs32592594 (20)

FPGA Based Implementation of Electronic Safe Lock
FPGA Based Implementation of Electronic Safe LockFPGA Based Implementation of Electronic Safe Lock
FPGA Based Implementation of Electronic Safe Lock
 
FINGERPRINT BASED LOCKER WITH IMAGE CAPTURE
FINGERPRINT BASED LOCKER WITH IMAGE CAPTUREFINGERPRINT BASED LOCKER WITH IMAGE CAPTURE
FINGERPRINT BASED LOCKER WITH IMAGE CAPTURE
 
Project report on dtmf based door opening system
Project report on  dtmf based door opening systemProject report on  dtmf based door opening system
Project report on dtmf based door opening system
 
IRJET - RFID based Automatic Entry Restricted Mechanism for Home Security
IRJET - RFID based Automatic Entry Restricted Mechanism for Home SecurityIRJET - RFID based Automatic Entry Restricted Mechanism for Home Security
IRJET - RFID based Automatic Entry Restricted Mechanism for Home Security
 
Auto Room Lighting and Door lock Report
Auto Room Lighting and Door lock ReportAuto Room Lighting and Door lock Report
Auto Room Lighting and Door lock Report
 
G05124550
G05124550G05124550
G05124550
 
Smart vault ppt
Smart vault pptSmart vault ppt
Smart vault ppt
 
Towards secure smart cities: design and implementation of smart home digital ...
Towards secure smart cities: design and implementation of smart home digital ...Towards secure smart cities: design and implementation of smart home digital ...
Towards secure smart cities: design and implementation of smart home digital ...
 
Real time model of a lock gate system upon fingerprint with microcontroller
Real time model of a lock gate system upon fingerprint with microcontrollerReal time model of a lock gate system upon fingerprint with microcontroller
Real time model of a lock gate system upon fingerprint with microcontroller
 
IRJET- Voice-Activated Home Automation using NodeMCU
IRJET- Voice-Activated Home Automation using NodeMCUIRJET- Voice-Activated Home Automation using NodeMCU
IRJET- Voice-Activated Home Automation using NodeMCU
 
Random Number Generator Using Seven Segment Display In Labview
Random Number Generator Using Seven Segment Display In LabviewRandom Number Generator Using Seven Segment Display In Labview
Random Number Generator Using Seven Segment Display In Labview
 
Fingerprint Based Security System
Fingerprint Based Security SystemFingerprint Based Security System
Fingerprint Based Security System
 
Fingerprint base security system
Fingerprint base security systemFingerprint base security system
Fingerprint base security system
 
Intellectual Bank Locker Security System
Intellectual Bank Locker Security SystemIntellectual Bank Locker Security System
Intellectual Bank Locker Security System
 
Intellectual Bank Locker Security System
Intellectual Bank Locker Security SystemIntellectual Bank Locker Security System
Intellectual Bank Locker Security System
 
Embedded system development-Arduino UNO
Embedded system development-Arduino UNOEmbedded system development-Arduino UNO
Embedded system development-Arduino UNO
 
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
IRJET-  	  Smart Home: Speech Recognition based Home Automation using IoTIRJET-  	  Smart Home: Speech Recognition based Home Automation using IoT
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
 
F0463842
F0463842F0463842
F0463842
 
Design Analysis Automatic Garage Door Opener
Design Analysis Automatic Garage Door OpenerDesign Analysis Automatic Garage Door Opener
Design Analysis Automatic Garage Door Opener
 
ESP32 CAM Face Detection Door Lock
ESP32 CAM Face Detection Door LockESP32 CAM Face Detection Door Lock
ESP32 CAM Face Detection Door Lock
 

Recently uploaded

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 

Recently uploaded (20)

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 

Cs32592594

  • 1. Yekkati Vishnu, Nirmal K Thomas, Divya Gupta, Gaurav Chitranshi/ International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 2, March -April 2013, pp.592-594 Digital Access System Yekkati Vishnu**, Nirmal K Thomas **,Divya Gupta*, Gaurav Chitranshi* * Assistant Professor, Dept. of. ECE, ASET, Amity University, Noida, India. ** Student, Mtech-Vlsi, Dept. of. ECE, ASET, Amity University, Noida, India. Abstract— This paper present an approach to with the simulator. The design is tested on the design a digital access control system. The heart simulator only and is not tested with the actual of the system is a digital controller. The hardware. controller specifications are as follows: The numbers from 0 to 9 are coded in natural binary  KEYPAD MODULE DESIGN on 4 bits. A, B and O are coded in the following way A: 1010, B: 1011, O: 1111. The controller works in two modes: Day Mode: The door opens while pressing on "O" or if entering the correctcode. Night Mode: The door opens only if the code is correct. To distinguish between the Day and Night modes, an external "timer" generates the signal “day” which is equal to ’1’ between 8h00 and 20h00 and ’0’ otherwise. The controller sets an “alarm” signal as soon as one of the entered numbers is not correct. The “reset” signal is also triggered after the door opens. The correct code is chosen to be 53A17. The digital access system is a part of Mentor Graphics Design Contest 2012. .  INTRODUCTION Digital access systems are commonly now replacing the ordinary access systems throughout the world as it brings in stability and technology into the midst. Here the system works in two modes day and Fig 1: Keypad Module Index night modes and to differentiate these two modes we use a timer generated signal „day‟ that returns either a The complete working of the Digital access system „1‟ or „0‟. The basic working of the system is as is divided into various modules. The various follows first there will be an keypad which is modules are: connected to a controller via an encoder and the controller is designed using the state machine Keypad Module Controller encoding principles of verilog HDL. Then there is the This module controls the components of the timer that is connected to the controller for keypad. The function of this module is to scan the differentiation of the two modes the day and night. keypad for user input, translates the coordinates of ` The day mode works or follows the rule that the keypress to binary values and transfer the binary the door is given access when the key „O‟ is pressed data to other modules. and also when the code is entered correctly. Whereas in night mode what happens is that the door is given Keypad Debounce Counter access only when the correct code is entered that This is a counter to implement a delay which makes the system more secure and less theft equal to the debouncing period. The counter has a prone. The output of the system is of two led‟s green preset value of 100 with preset being held high. and red when the access is granted that is when the When a keypress is detected, the keypad controller output is „1‟ the led flashes green and when it is drops the presst signal. The counter then counts entered wrongly the red led is turned on. down to zero and signals the keypad controller when Our approach is to design a separate FSM for day finished. We have taken the clock speed as 5 MHz and night mode based on the requirement. From so the delay becomes 0.2usec. For a consistent FSM we will generate the verilog code and test it keypad bouncing we require a delay of 2-3 msec so 592 | P a g e
  • 2. Yekkati Vishnu, Nirmal K Thomas, Divya Gupta, Gaurav Chitranshi/ International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 2, March -April 2013, pp.592-594 we need a counter with initial counter value of 10000 which is a 14 bit wide counter. Keypad Row Scanner This is a 5 bit counter/register that is used to scan the keypad. It keeps all 1 except 1 zero that cycles through (01111,10111,11011,11101,11110). This pattern is used to scan the rows of the keypad. The '0' enables one row at a time to allow key presses to be detected by columns. The '1's disable the other rows. The scanner also has an enable signal which allows the keypad controller to hold the scanner value in order to determine the coordinates of the key press. Look Up Tables (LUT) We have used a look up table for keypad coordinate conversion to binary values. The binary values are used by the comparison module to compare with the desired authentic code. Fig 3: FSM in Day Mode  NIGHT FSM. V. RESULTS Fig 4: Output waveform for night mode module Fig 2: FSM of Night Mode Fig 5: Output waveform for day mode module As mentioned the night mode works only when the when “o” is given as input correct code is pressed and the correct code to be pressed is “53A17”. The keypad has 13 keys thus a possible 13 states. Here the FSM used is a mealy one as it depends both on the input and present state. IV. DAY FSM The FSM is similar to the night mode the only addition being that when the key „O‟ is pressed the door opens thus an additional state is required Fig 6: Output waveform for day mode module and this is also an mealy machine. From Fig 4 we can say that as soon as the correct code is entered, that is, 53A17 the output is high 593 | P a g e
  • 3. Yekkati Vishnu, Nirmal K Thomas, Divya Gupta, Gaurav Chitranshi/ International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 2, March -April 2013, pp.592-594 means that the door will open. In the day mode, we can switch on the door directly by pressing the O button which is shown in Fig 5. ACKNOWLEDGMENT The authors like to thank Amity University, Noida for their support and cooperation. The present work is a part of the design contest conducted by Mentor Graphics in 2012. REFERENCES  Iqbalur Rahman Rokon, Toufiq Rahman, Md. Murtoza Ali Quader, and Mukit Alam, “Hardware Implementation of Watchdog Timer for Application in ATM Machine Using Verilog and FPGA”, International Conference on Electronics, Biomedical  Engineering and its Applications (ICEBEA'2012) Jan. 7-8, 2012 Dubai.  K. H. Yeap, H. Nisar, K. H. Chong, Z. I. Rizman, C. C. Yang, Y. T. Yong and K. C. Lai , “Design of a Keyless Coded Home Lock System Using Verilog Hardware Description Language”, IJECCT 2012, Vol. 3 (1) 10.  Samir Palnitkar, “VERILOG HDL A Guide to Digital Design and Synthesis”, second edition pearson.  Wayne wolf, “FPGA based system design”, prentice hall, 2005.  M. Morris Mano, “Digital Design” prentice hall, 2008.  Seetha Ramachandran “Digital Vlsi System Design : A manual for implementation of projects on FPAs and ASICs using Verilog”, springer,2007.  T.R. Padmanabhan, B R Bala Tripura Sundari “Design using verilog HDL”, Institue of Electronic and electricl engineers,2004  www.ece.ualberta.ca/~elliott/ee552/projects/19 97f/digital_humidifier/vhdl/keypad.vhd 594 | P a g e