Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chdsbd/rpi-lock
:lock: Raspberry Pi powered door lock
https://github.com/chdsbd/rpi-lock
flask python python2 rpi-gpio smarthome
Last synced: 3 months ago
JSON representation
:lock: Raspberry Pi powered door lock
- Host: GitHub
- URL: https://github.com/chdsbd/rpi-lock
- Owner: chdsbd
- Created: 2015-08-11T00:24:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-19T22:13:42.000Z (over 8 years ago)
- Last Synced: 2024-05-01T21:15:55.451Z (9 months ago)
- Topics: flask, python, python2, rpi-gpio, smarthome
- Language: Python
- Homepage:
- Size: 2.71 MB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rpi-lock [![Build Status](https://travis-ci.org/chdsbd/rpi-lock.svg)](https://travis-ci.org/chdsbd/rpi-lock)
## What is this?
This is just a project that allows us to open our door with our student ids instead of having to use a key.
In addition to using our RFID cards we can interact with the lock via a web interface, which enables opening of the door as well as managing of logs.
## Setup
1. Install the scripts
`git clone https://github.com/chdsbd/rpi-lock && bash rpi-lock/install.sh`
2. Change defaults in `rpi-lock.cfg`
3. Reboot & Profit 💰
## Web Interface Utilizes
- [Flask](https://github.com/mitsuhiko/flask)
- [Jinja2](http://jinja.pocoo.org)
- [Bootstrap](http://getbootstrap.com)
- [Sortable](https://github.com/HubSpot/sortable)
- [Sqlite](https://sqlite.org)### Circuit Setup Example
Using [HID MultiCLASS RP40 reader](http://www.hidglobal.com/products/readers/iclass/rp40)
![sketch](/sketch/rpi_lock_bb.png?raw=true)