/carontepass-v2

Open Access Control for collaborative spaces

Primary LanguageHTMLOtherNOASSERTION

CarontePass: Open Access Control

Access Control for Colaborative Spaces

CarontePass is an access control designed for collaborative spaces where there is much movement of people and it is impossible that all people have conventional physical key. Ideal for Hackerspaces, Makerspace, FabLabs, Hacklabs, etc ...

  • Open Source
  • Open Hardware
  • Low Cost
  • Easy!

Note English:

Note Spanish:


How does it work?:

The project is based on a client-server structure, where you have a single server (In Raspberry Pi 2) and customers are the doors.

Clients connect to wifi and establish communication through a REST API made with Django and Django REST framework that is in the server. As it is a very delicate service the idea is not to have the server on the Internet but in the local area.

The system creates a URL with the tag received by the reader and asks the server. Checks whether the tag has a user and if you have access permissions (as can be if the current monthly payments) to activate the relay which opens the door.

As a client there is a Raspberry has a relay that opens an electronic lock a reader NFC model RC522. Development version: ESP8266 with RC522(rfid/nfc) reader.

Support bots Telegram: When entering the first person into space in a group alerts Telegram which is open and equal to leave.


Documentation:

In Spanish: Blog Wiki In English: Hackaday.io

Hardware:

Client (~10$): Esp8266 Esp8266 2 Server: RaspberryPi2

Hardware Scheme: Fritzing

Web Panel: Login Page User Panel

Admin Web Panel: Admin Page Admin Log Page

Django DataBase: Database Model

Integration with Telegram Bot: Telegram Bot

Technology used:

  • Python
  • Django 1.9
  • Dango REST framework
  • Bootstrap with AdminLTE theme
  • PyTelegramBotAPI
  • ESP8266 core for Arduino (Read more at the web/carontepass/requirements.txt)