Discourse/Projects/2019-07-24 Open source door access project

From Noisebridge
Jump to navigation Jump to search

📜 Discourse Archive
This page is preserved verbatim from discuss.noisebridge.info, the Noisebridge community forum that operated roughly 2018–2022. The original site is defunct; this content was recovered via the Wayback Machine and is archived here as a primary source for Noisebridge history.
⮡ Original URL: https://discuss.noisebridge.info/t/open-source-door-access-project/1184
📦 Verify on Wayback Machine
📅 Archived: 2019-08-17
🏷 Original category: Projects

Open source door access project[edit | edit source]


lee2019-07-24

A colleague showed me a repo of their RFID door access system. It could be interesting to see the differences between ours and this one.


     github.com
 
 
   

OctagonHoldings/doorbot/blob/master/README.md[edit | edit source]

``` Doorbot is an RFID door opener

=[edit | edit source]
  1. Repo Structure
   frontend/   # the web frontend and the code that locks/unlocks the door (ruby)
   reader/     # interface for the NFC reader, outputs tag IDs

Check each component's README for more.

  1. Hardware

We have this running in the following configuration:

  • Code runs on a Raspberry Pi 2 model B
 * Running Raspbian Jessie Lite
 * Database is stored locally, but backed up regularly
 * It lives in this box
 * It's mounted on this plate

```

 This file has been truncated. show original