Project:Wilson: Difference between revisions

From London Hackspace Wiki
No edit summary
No edit summary
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.
Line 6: Line 6:


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


===Packages ===
===Packages ===
  git netcat tcpdump vim screen ntp  
  git netcat tcpdump vim screen ntp  
  python-serial pcscd python-pyscard python-crypto  
  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 ===
=== Cron ===
Line 16: Line 24:
  0 * * * * /root/Doorbot/getcards.sh
  0 * * * * /root/Doorbot/getcards.sh


=== Pictures ===
== Pictures ==


* [https://www.dropbox.com/s/sv36ac9csradtwy/2013-03-17%2017.04.26.jpg Image1]
* [https://www.dropbox.com/s/sv36ac9csradtwy/2013-03-17%2017.04.26.jpg Image1]
* [https://www.dropbox.com/s/wjc4lukg4bhlg1n/2013-03-17%2017.04.37.jpg Image2]
* [https://www.dropbox.com/s/wjc4lukg4bhlg1n/2013-03-17%2017.04.37.jpg Image2]

Revision as of 10:32, 19 March 2013

General

Wilson is Doorbot v2. It's being installed in 447 Hackney Road on the rear door.

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