Difference between revisions of "Project:Wilson"

From London Hackspace Wiki
Jump to navigation Jump to search
(why name)
Line 1: Line 1:
 
== General ==
 
== General ==
  
Wilson is Doorbot v2. It's being installed in [[447 Hackney Road]] on the rear door.
+
Wilson is Doorbot v2. It's being installed in [[447 Hackney Road]] on the rear door. It is named for [[http://en.wikipedia.org/wiki/Sophie_Wilson:Sophie Wilson]], designer of the BBC Micro et al.
  
 
Rasberry Pi running Rasbian + tikitag reader + USB Relay board
 
Rasberry Pi running Rasbian + tikitag reader + USB Relay board

Revision as of 17:37, 20 March 2013

General

Wilson is Doorbot v2. It's being installed in 447 Hackney Road on the rear door. It is named for [Wilson], designer of the BBC Micro et al.

Rasberry Pi running Rasbian + tikitag reader + USB Relay board

A doorbell will be installed in the future using a GPIO pin and the existing doorbell.

Install

Packages

git netcat tcpdump vim screen ntp 
python-serial pcscd python-pyscard python-crypto
pcsc-tools python-lxml

Other Stuff

git clone https://github.com/londonhackspace/Doorbot.git
wget http://ludovic.rousseau.free.fr/softwares/pcsc-tools/smartcard_list.txt -O /usr/share/pcsc/smartcard_list.txt
service pcscd restart

Cron

# m h  dom mon dow   command 
@reboot /root/Doorbot/rundoorbot
0 * * * * /root/Doorbot/getcards.sh

Pictures