Difference between revisions of "Gatekeeper"

From Nottinghack Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
=== Schematic ===
 
=== Schematic ===
 
[[File:Gatekeeper Shield.png|650px]]
 
[[File:Gatekeeper Shield.png|650px]]
 +
 +
[[File:Station_Controller_Interface.png|650px]]
  
 
=== Logic Flow ===
 
=== Logic Flow ===

Revision as of 21:41, 30 May 2011

Gatekeeper is the first node of our Hackspace Instrumentation project to go live and is responsible for access control to the space through the front "Airlock" door.

Source Code

https://github.com/NottingHack/Gatekeeper

Schematic

Gatekeeper Shield.png

Station Controller Interface.png

Logic Flow

Gatekeeper Logic Flow.jpg

Quick Breakdown

  • Nanode
  • RFID reader
  • Doorbell button (interrupt pin)
  • magnetic release (MOSFET switch 12v)
  • Magnetic contact
  • Doorbell sounder (Relay)
  • Magnetic release status led's red/blue
  • Matrix keypad and HD44780 LCD controlled via I2C AtTiny2313
  • MQTT
  • MQTT scripts on holly push to irc twitter cacti and log
  • Card numbers in 'Instrumentation' mySQL on Holly
  • Web page to manage mqsl db, intranet only, htacess passwd

Notes