Difference between revisions of "FrontDoor Beaglebone"

From Pumping Station One
Jump to navigation Jump to search
m (Dbever moved page Go Black RFID Reader to FrontDoor Beaglebone: naming scheme)
Line 4: Line 4:
 
|hackable = yes
 
|hackable = yes
 
|serial = 1
 
|serial = 1
|model = Go Black RFID Reader
+
|model = BeagleBone Black
 
|arrived = 2014-11-22
 
|arrived = 2014-11-22
 
|doesitwork = yes
 
|doesitwork = yes
Line 15: Line 15:
  
 
To get the tag value, scan your new 125kHz (EM4001 card format), non-valid tag (you don't need to open the door, it will scan from the back) and visit http://frontdoor.pumpingstationone.org:8080 (You must be connected to the PS1 network). Your code will be displayed there, copy from that page into the box on the members site and hit submit. It's important to load the page on the beaglebone before another member scans their tag.
 
To get the tag value, scan your new 125kHz (EM4001 card format), non-valid tag (you don't need to open the door, it will scan from the back) and visit http://frontdoor.pumpingstationone.org:8080 (You must be connected to the PS1 network). Your code will be displayed there, copy from that page into the box on the members site and hit submit. It's important to load the page on the beaglebone before another member scans their tag.
 +
 +
== Other Methods of Entry ==
 +
 +
=== HTTP ===
 +
 +
This device will respond to HTTP requests to open the door - these requests will need to come from the PS:One network. An HTTP request to:
 +
 +
<pre>http://frontdoor.pumpingstationone.org:8080/open</pre>
 +
 +
will cause the striek plate to unlock for 5 seconds. Use this to unlock the door with your phone, for example.
  
 
== Device Software ==
 
== Device Software ==

Revision as of 23:37, 13 December 2014


FrontDoor Beaglebone
Owner/Loaner dbever
Serial Number 1
Make/Model BeagleBone Black
Arrival Date 2014-11-22
Usability yes
Contact Derek Bever
Where Screwed to the front door
Authorization Needed no
Hackable yes
Estimated Value ~$100
Host Area {{{hostarea}}}


FrontDoor Beaglebone dbever Area: {{{hostarea}}} https://wiki.pumpingstationone.org/wiki/FrontDoor_Beaglebone



Getting Your RFID Number From this Reader

To get the tag value, scan your new 125kHz (EM4001 card format), non-valid tag (you don't need to open the door, it will scan from the back) and visit http://frontdoor.pumpingstationone.org:8080 (You must be connected to the PS1 network). Your code will be displayed there, copy from that page into the box on the members site and hit submit. It's important to load the page on the beaglebone before another member scans their tag.

Other Methods of Entry

HTTP

This device will respond to HTTP requests to open the door - these requests will need to come from the PS:One network. An HTTP request to:

http://frontdoor.pumpingstationone.org:8080/open

will cause the striek plate to unlock for 5 seconds. Use this to unlock the door with your phone, for example.

Device Software

The software is running Debian (tracking testing) for the Beaglebone Black.