Skip to content
/ sesame Public
forked from gibatronic/sesame

Access control using Arduino, RFID and electric strike.

License

Notifications You must be signed in to change notification settings

lulzzz/sesame

 
 

Repository files navigation

Sesame

Access control project for my home.

check it out on YouTube

Components

  • Arduino Leonardo
  • MFRC522 based RFID module
  • Solid-state relay module
  • Electric strike
  • RGB LED module

Flow

                          ╔═══════════╗
                          ║ CARD READ ║
                          ╚═════╤═════╝
                         ╭──────┴──────╮
                   ✕ ╭───┤ MASTER CARD ├───╮ ✓
                     │   ╰─────────────╯   │
                 ╭───┴───╮             ╭───┴───╮
                 │ KNOWN │             │ FLIP  │
        ✕ ╭──────┤ CARD? ├──────╮ ✓    │ ADMIN │
          │      ╰───────╯      │      │ MODE  │
      ╭───┴───╮             ╭───┴───╮  ╰───────╯
      │ ADMIN │             │ ADMIN │
  ✕ ╭─┤ MODE? ├─╮ ✓     ✕ ╭─┤ MODE? ├─╮ ✓
    │ ╰───────╯ │         │ ╰───────╯ │
╭───┴────╮ ╭────┴──╮  ╭───┴────╮ ╭────┴───╮
│   DENY │ │ STORE │  │  ALLOW │ │ REMOVE │
│ ACCESS │ │ CARD  │  │ ACCESS │ │ CARD   │
╰────────╯ ╰───────╯  ╰────────╯ ╰────────╯

About

Access control using Arduino, RFID and electric strike.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 72.9%
  • Shell 12.9%
  • Other 10.1%
  • Makefile 2.4%
  • C 1.7%