Bare bones, webservice-based access control for use with an RFID reader and Ethernet shield
Go to file
2021-09-28 16:09:56 -07:00
hardware Rename and add photos 2021-09-28 16:05:10 -07:00
libraries Library Arduino 1.0 compatibility 2014-02-23 01:10:11 -07:00
Open_Access_Control Comment updates 2014-02-23 01:27:14 -07:00
.gitignore Added pullup resistors, moved LCD slightly 2014-02-23 03:59:51 -07:00
README.markdown photo display 2021-09-28 16:09:56 -07:00

Open Access Control - HTTP Minimal Edition

AKA Open Access Control Interlock

Photo of interlock circuit board Photo of interlock prototype

This is a stripped-down version of the 23b hackerspace's Open Access Control system, intended for embedded use with an RFID reader and Ethernet shield for authenticating Wiegand RFID cards with a webservice. Please see http://code.google.com/p/open-access-control/ for the main/full version.

For more info, contact @willbradley on Twitter.

Structure

  • This folder
    • Open Access Control folder
      • Open Access Control.ino (Arduino code -- open from the Arduino IDE.)
    • libraries folder (copy the contents of this folder to your Arduino program's libraries folder and restart the Arduino program.)
      • ShiftLCD folder
        • keywords.txt
        • ShiftLCD.cpp
        • ShiftLCD.h
      • PCATTACH folder
        • keywords.txt
        • PCATTACH.cpp
        • PCATTACH.h
      • Wiegand26 folder
        • keywords.txt
        • WIEGAND26.cpp
        • WIEGAND26.h
    • hardware folder
      • open-access-interlock.brd