Giter Site home page Giter Site logo

door-lock-system's Introduction

Door-Lock-System

Is a circuit design for a PIN based door lock mechanism The circuit includes 4 major moodules:

  1. The input number sequencer and display module This module has 10 inputs for the ten digits and uses K mapping to make a schema that sequences between the digits 0-9. It basically does binary operations to decide on the digit pressed, below it is a display unit which shows which digits were pressed. It is connected to the input directly.
  2. Registers There are three registers connected to the output of the input sequencer that propagate and save the 3 digit pin entered in the keypad via the inputs.
  3. Comparators There are three comparators that compare the values of the three inputs entered from the outputs of the registers to the saved value of the PIN found above. It uses encoder to convert the bits of the saved PIN. The comparator uses basic XOR, NOT and AND gates to compare two inputs.
  4. J Flipflops The final piece is the J flipflops which hold the number of digits that are allowed to be entered. It resets the count as soon as three digits are entered, the comparator checks the digits and if it is the same, the output LED found just before the flipflops glow, if it is not the same then the flipflops reset the circuit.

door-lock-system's People

Watchers

Nahom avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.