<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jun 14, 2015 at 1:18 AM, Jake <span dir="ltr"><<a href="mailto:jake@spaz.org" target="_blank">jake@spaz.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Adam you should join the access list:<br>
<br>
<a href="https://sudoroom.org/lists/listinfo/access" rel="noreferrer" target="_blank">https://sudoroom.org/lists/listinfo/access</a><br>
<br>
as for NFC wristbands, we will be using them, and we already have a USB reader for them and Marc has been working on the software in git:<br></blockquote><div><br></div><div>I think more than half of those bracelets actually work. libnfc sucks badly btw (no non-blocking reads that don't have terrible failure modes) so I had to make a new node.js nfc library that uses constant polling:<br><br>  <a href="https://github.com/Juul/node-nfc">https://github.com/Juul/node-nfc</a><br><br></div><div>It works fine but... meh I'm not impressed with the solution.<br><br></div><div>There's another cheaper and potentially better solution. These things + an arduino:<br><br>  <a href="http://www.ebay.com/itm/RFID-RC522-RF-IC-Card-Sensor-Arduino-module-with-2-tags-MFRC522-DC-3-3V-/321777701478?_trksid=p2141725.m3641.l6368">http://www.ebay.com/itm/RFID-RC522-RF-IC-Card-Sensor-Arduino-module-with-2-tags-MFRC522-DC-3-3V-/321777701478?_trksid=p2141725.m3641.l6368</a><br><br>  <a href="http://www.aliexpress.com/item/10pcs-lot-MFRC-522-RC522-RFID-RF-IC-card-inductive-module-MFRC522/32246552121.html">http://www.aliexpress.com/item/10pcs-lot-MFRC-522-RC522-RFID-RF-IC-card-inductive-module-MFRC522/32246552121.html</a><br><br></div><div>There's already an arduino library for it:<br><br>  <a href="http://playground.arduino.cc/Learning/MFRC522">http://playground.arduino.cc/Learning/MFRC522</a>  <br></div><div><br></div><div>The Beagle Bone Black has 6 serial ports so we can use the single USB port for the magnet stripe card reader and eliminate the need for a USB hub, saving a few more dollars per door.<br><br></div><div>I'll get an order of 10 pack of 3.3v arduinos and a 10 pack of MFRC522s approved and ordered so we can try it out. <br></div><div><br>-- <br></div><div>marc/juul<br></div></div></div></div>