Giter Site home page Giter Site logo

passwordboard's Introduction

PasswordBoard

A basic embedded security system.

The implemented system consists of an Arduino, 16x2 alphanumeric display, 4x3 keypad and a push button. A default password is hard coded in the Arduino code and users can enter a password using the keypad. Every time they press a button a star symbol is displayed on the LCD. When they entered the desired password, they can submit the password by pressing '*' on the keypad. They can also edit the entered password by pressing '#' which deletes the last character on each press.

The button acts as a toggle switch for showing the password. If the entered password is invisible and a user presses the button the LCD should be cleared, and the entered password must be printed on it. When the password is visible and user presses the button, LCD should be cleared, and a star symbol should be printed for each entered number.

After submitting the password two scenarios happen: the password is either correct or wrong. If the password is correct “Access is granted” will be displayed on the LCD and if it is wrong, “Wrong password” will be displayed. In either case the message would disappear after one second and the system would receive new input again.

The board of this system looks like this:

Boadrd image

passwordboard's People

Contributors

sempfi avatar

Watchers

 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.