<div style="white-space:pre-wrap">Word. Awesome. I will try to bring some tools onsite and fein-saw the latch into place late Tues eve. Stoked! <br><br>Best,<br>David</div><br><div class="gmail_quote"><div dir="ltr">On Sun, Nov 27, 2016 at 8:11 PM Jake <<a href="mailto:jake@spaz.org">jake@spaz.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi David,<br class="gmail_msg">
<br class="gmail_msg">
the electric strike needs to be installed into the door you want it to control.  fortunately these things tend to work with regular doorknobs, and the doorknob still works normally, but you'll probably have to hog some wood out of the door jamb to put in the electric strike.<br class="gmail_msg">
<br class="gmail_msg">
you can test the strike with a random 12v battery (even a drill battery) to see if you have it installed in a way that will work.  there is no worry about plus/minus polarity.<br class="gmail_msg">
<br class="gmail_msg">
I will try to get the RFID and/or magstripe stuff working as soon as i get a chance - hopefully someone with more software skills will help once i get the hardware working.<br class="gmail_msg">
<br class="gmail_msg">
-jake<br class="gmail_msg">
<br class="gmail_msg">
On Sun, 27 Nov 2016, David Keenan wrote:<br class="gmail_msg">
<br class="gmail_msg">
> Thanks for coordinating this Jake -- for this project, I can generally make<br class="gmail_msg">
> myself available to help in a semi-unskilled manner either:<br class="gmail_msg">
> - late evenings Tu-Th (after 9p) or<br class="gmail_msg">
> - early mornings M-F (before 9:30a)<br class="gmail_msg">
> My weekends are generally tied up unfo -<br class="gmail_msg">
><br class="gmail_msg">
> I can do:<br class="gmail_msg">
> - physical installs, wiring / low-voltage electrical, basic carpentry<br class="gmail_msg">
> - software installs, basic dba & scripting, debug<br class="gmail_msg">
> Programming node tho, I'm pretty inexperienced but avail to assist<br class="gmail_msg">
><br class="gmail_msg">
> If you are there late Tuesday I can stop by. I could install one of the<br class="gmail_msg">
> electronic throws, for example? Or anything I can do - just point me in the<br class="gmail_msg">
> right direction.<br class="gmail_msg">
><br class="gmail_msg">
> Best,<br class="gmail_msg">
> David<br class="gmail_msg">
><br class="gmail_msg">
> On Sun, Nov 27, 2016 at 3:00 PM Jake <<a href="mailto:jake@spaz.org" class="gmail_msg" target="_blank">jake@spaz.org</a>> wrote:<br class="gmail_msg">
><br class="gmail_msg">
>> OK so these RFID modules (and electric door strikes) have arrived and now<br class="gmail_msg">
>> it's time to wire them up and get them working as door access controls.<br class="gmail_msg">
>> Ideally we will have them also do magstripe access since we're already<br class="gmail_msg">
>> sortof doing that for a lot of people, we should probably support both<br class="gmail_msg">
>> rather than forcing people to migrate one way or the other...<br class="gmail_msg">
>><br class="gmail_msg">
>><br class="gmail_msg">
>> <a href="http://www.ebay.com/itm/RC522-RFID-Module-Keychain-ID-Card-Kit-RF-SPI-13-56Mhz-USA-/152070623168" rel="noreferrer" class="gmail_msg" target="_blank">http://www.ebay.com/itm/RC522-RFID-Module-Keychain-ID-Card-Kit-RF-SPI-13-56Mhz-USA-/152070623168</a><br class="gmail_msg">
>><br class="gmail_msg">
>> what hardware should we use as the "computer" behind each of these doors?<br class="gmail_msg">
>> It should be able to talk to these RFID readers, as well as a magstripe<br class="gmail_msg">
>> reader ideally.  More beaglebone blacks or something else?<br class="gmail_msg">
>><br class="gmail_msg">
>> I wish we could use an openWRT router for door access computers, but there<br class="gmail_msg">
>> is no way node is going to run on them as you can see here:<br class="gmail_msg">
>> <a href="https://wiki.openwrt.org/doc/howto/nodejs" rel="noreferrer" class="gmail_msg" target="_blank">https://wiki.openwrt.org/doc/howto/nodejs</a><br class="gmail_msg">
>><br class="gmail_msg">
>> maybe these doors (other than the front door) can be openWRT nodes which<br class="gmail_msg">
>> communicate to the front door computer for authentication, and that way all<br class="gmail_msg">
>> they need to do is host their RFID/magstripe reader?<br class="gmail_msg">
>><br class="gmail_msg">
>> who realistically has time and is able to help me make this happen?<br class="gmail_msg">
>><br class="gmail_msg">
>> -jake<br class="gmail_msg">
>><br class="gmail_msg">
>> On Wed, 2 Nov 2016, Jake wrote:<br class="gmail_msg">
>><br class="gmail_msg">
>>> we probably want to switch to RFID tags instead of magnetic stripe cards,<br class="gmail_msg">
>>> in which case we need to carefully choose a good RFID reader of the right<br class="gmail_msg">
>>> kind.<br class="gmail_msg">
>>><br class="gmail_msg">
>>> fortunately this has basically already been done at Noisebridge to some<br class="gmail_msg">
>>> extent, as seen in this repository:<br class="gmail_msg">
>>><br class="gmail_msg">
>>> <a href="https://github.com/noisebridge/rfid-access-control" rel="noreferrer" class="gmail_msg" target="_blank">https://github.com/noisebridge/rfid-access-control</a><br class="gmail_msg">
>>><br class="gmail_msg">
>>> the hardware they chose is seen here:<br class="gmail_msg">
>>><br class="gmail_msg">
>>><br class="gmail_msg">
>> <a href="https://github.com/noisebridge/rfid-access-control/blob/master/software/firmware/README.md" rel="noreferrer" class="gmail_msg" target="_blank">https://github.com/noisebridge/rfid-access-control/blob/master/software/firmware/README.md</a><br class="gmail_msg">
>>><br class="gmail_msg">
>>> tragically, their high-level software is in go:<br class="gmail_msg">
>>><br class="gmail_msg">
>>><br class="gmail_msg">
>> <a href="https://github.com/noisebridge/rfid-access-control/tree/master/software/earl" rel="noreferrer" class="gmail_msg" target="_blank">https://github.com/noisebridge/rfid-access-control/tree/master/software/earl</a><br class="gmail_msg">
>>><br class="gmail_msg">
>>> so we'll probably continue using doorjam, which is in node and has been<br class="gmail_msg">
>>> working well enough for a while now on the front door, and i'm able to<br class="gmail_msg">
>>> maintain that.<br class="gmail_msg">
>>><br class="gmail_msg">
>>> i guess the only question is, do we make the new door use RFID tags<br class="gmail_msg">
>> only, and<br class="gmail_msg">
>>> add an RFID reader to the front door, and then gradually phase out RFID?<br class="gmail_msg">
>>><br class="gmail_msg">
>>> and that giant box of RFID watches that we have... do they work on these<br class="gmail_msg">
>>> types of readers?  that's something we need to find out.<br class="gmail_msg">
>>><br class="gmail_msg">
>>> basically, you should order a couple of these:<br class="gmail_msg">
>>><br class="gmail_msg">
>> <a href="http://www.ebay.com/itm/Mifare-RC522-Card-Read-Antenna-RF-Module-RFID-Reader-IC-Card-Proximity-Module-GM-/262136732813" rel="noreferrer" class="gmail_msg" target="_blank">http://www.ebay.com/itm/Mifare-RC522-Card-Read-Antenna-RF-Module-RFID-Reader-IC-Card-Proximity-Module-GM-/262136732813</a><br class="gmail_msg">
>>><br class="gmail_msg">
>>> and we will start playing with it to make something work.<br class="gmail_msg">
>>><br class="gmail_msg">
>>> In the meantime, we already have at least two electrically-operated door<br class="gmail_msg">
>>> strikes, that look SORT OF like this:<br class="gmail_msg">
>>> <a href="https://images-na.ssl-images-amazon.com/images/I/41njszNqHGL._SY355_.jpg" rel="noreferrer" class="gmail_msg" target="_blank">https://images-na.ssl-images-amazon.com/images/I/41njszNqHGL._SY355_.jpg</a><br class="gmail_msg">
>>><br class="gmail_msg">
>>> you can install one in the door you're talking about and get it working<br class="gmail_msg">
>>> physically, and then we'll be much closer to finishing the whole job.<br class="gmail_msg">
>>><br class="gmail_msg">
>>> -jake<br class="gmail_msg">
>>><br class="gmail_msg">
>>> On Wed, 2 Nov 2016, David Keenan wrote:<br class="gmail_msg">
>>><br class="gmail_msg">
>>>> Hi Jake and Marc,<br class="gmail_msg">
>>>><br class="gmail_msg">
>>>> I wanted to spearhead keycard access for the new omni office<br class="gmail_msg">
>>>> (ex-'treatmenent room', near TIL.) Plumbing improvements are scheduled<br class="gmail_msg">
>> for<br class="gmail_msg">
>>>> CCL, and Phat Beets will need to revamp to the Omni office temporarily<br class="gmail_msg">
>>>> while concrete saws have at it in their current office, in order to<br class="gmail_msg">
>>>> connectbup CCL's drain.<br class="gmail_msg">
>>>><br class="gmail_msg">
>>>> How might we best go about adding keycard access to another room, and<br class="gmail_msg">
>> how<br class="gmail_msg">
>>>> can I help? I am happy to order and install as much as I can, as long<br class="gmail_msg">
>> as I<br class="gmail_msg">
>>>> have a shopping list.<br class="gmail_msg">
>>>><br class="gmail_msg">
>>>> Dk<br class="gmail_msg">
>>>><br class="gmail_msg">
>>> _______________________________________________<br class="gmail_msg">
>>> access mailing list<br class="gmail_msg">
>>> <a href="mailto:access@lists.sudoroom.org" class="gmail_msg" target="_blank">access@lists.sudoroom.org</a><br class="gmail_msg">
>>> <a href="https://sudoroom.org/lists/listinfo/access" rel="noreferrer" class="gmail_msg" target="_blank">https://sudoroom.org/lists/listinfo/access</a><br class="gmail_msg">
>>><br class="gmail_msg">
>><br class="gmail_msg">
><br class="gmail_msg">
</blockquote></div>