Difference between revisions of "Project:Wilson"

From London Hackspace Wiki
Jump to navigation Jump to search
m (Wilson formatting updates and a bit more information.)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
== General ==
 
== General ==
  
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.
+
Wilson is a Raspberry Pi 1 Model B running a  [[Project:Notification_Board]] in the space (somewhere).  
  
Rasberry Pi running Rasbian + tikitag reader + USB Relay board
+
It is named for [http://en.wikipedia.org/wiki/Sophie_Wilson Sophie Wilson], designer of the BBC Micro.
  
A doorbell will be installed in the future using a GPIO pin and the existing doorbell.
+
The attached notification board can be written to via HTTP POST/GET text on port 8020.
 
 
SUPERSEDED BY [[Perlman]]
 
 
 
== 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 ==
 
 
 
* [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]
 
  
 
[[Category:Infrastructure]]
 
[[Category:Infrastructure]]
 
[[Category:Projects]]
 
[[Category:Projects]]
 
[[Category:Space_Infrastructure_Projects]]
 
[[Category:Space_Infrastructure_Projects]]

Revision as of 07:48, 23 August 2018

General

Wilson is a Raspberry Pi 1 Model B running a Project:Notification_Board in the space (somewhere).

It is named for Sophie Wilson, designer of the BBC Micro.

The attached notification board can be written to via HTTP POST/GET text on port 8020.