Skip to content

maidstone-hackspace/access-rfid-reader

Repository files navigation

Repository for rfid systems for the hackspace

Contains cad models and source code for the spaces readers

Instructions

Copy env-sample to .env and change values to your device.

cp env-smaple .env
pip install -r requirements.txt
python door-entry-system.py

You should probably setup up a system service or use supervisor to keep the process alive in case something goes wrong.

Setting up serial

https://web.archive.org/web/20200919032417/https://www.cannyrobots.com/documentation/configuration/setting-up-raspberry-pi-zero-and-zero-w-for-stepzero-r1/

Electrical connections

We have confusingly used the same pair of colour wires for the four connections from the rdm6300. This connector must be inserted on the top row of pins, from the second pin along (which is Pin 4 using the official RPi pin header numbers.)

./images/ControlBoxOverview.jpg

The two wires to the door latch are connected to next two adacent pins to the left of the rdm6300 connector (pins 12 and 14 in officials RPi pin header numbers.) Pin 12 is the yellow wire, pin 14 is the blue wire.

Yellow goes to `Control-`, Blue goes to `Control+`.

The grey and purple wires to the rdm6300 do not matter which way around they are connected as they are going to the RFID coil.

About

Controls door access for members

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published