All software is available on Github, be free to modify it.
The software is made with Python, Django and Arduino.
Installing it is like a Django application, if you do not know I recommend this tutorial.
The commands to install it on the raspberry are:
- git clone
- pip install -r requirements.txt
- python manage.py makemigrations
- python manage.py migrate
- python manage.py createsuperuser
- python manage.py runserver
Edit with your data: settings_local.py and wifi data in esp82266
In django create the user “caronte”.
Note: When you pass an RFID card through the reader it will appear on the web, in the Devices section. It appears as a tag, it selects a user to assign the tag to and put it as NFC. The system differentiates the new tags in this way.
In the github there is also the Telegram Bot code.
Alıntıdır : https://www.instructables.com/id/CarontePass-Open-Access-Control-for-Collaborative-/
İlk Yorumu Siz Yapın