Table of Contents

A.L.FR.E.D (Alfred Lets FRiends Enter the Door) is the Hackspace Door entry robot.

It is comprised of:

He is hooked into the intercom for the front door, provides buttons and RFID access to open the door to the Hackspace at number 42.

Existing System Components

RFID Reader

Pinout

As read from the back of the reader.

  1. BEEPER (YEL)
  2. HOLD (BLU)
  3. TAMPER (VIO)
  4. DATA1 (WHT)
  5. DATA0 (GRN)
  6. GRN LED (ORN)
  7. RED LED (BRN)
  8. +VDC (RED)
  9. GND (BLK)
  10. SHLD (DR)

Intercom System

Intercom Terminals

Letter Function Colour (a) Colour (b) Intercom Terminal
I Call Green & Yellow Both Greens None
R Microphone Black Blue with White 1
O Common Blue White with Blue 3
T Speaker White Orange with White 2
Z Lock Red White with Orange 5

Using the intercom

A.L.F.I.E

thumb thumb The schematics and board can be downloaded from Bob's Github.

The Board is designed around a Minimus 32k, as we have just bought a big pile of them. It has:

A.L.F

The software to run on the minimus is written in C & C++, and uses LUFA to act as a USB serial device. It is currently available on the HACMan github. To make modifications, either fork and send a pull request on github, or send patches to Bob.

F.R.E.D

This program runs on the raspberry pi. It is a python script, which checks membership status against a list, and also controls the doorbell. It is currently available on the HACMan github. To make modifications, either fork and send a pull request on github, or send patches to Bob.

MQTT

FRED publishes the following MQTT topics:

<!– –>

Category:Projects