Difference between revisions of "Omegix/USB Auth 1.7"

From Makers Local 256
Jump to: navigation, search
m (Steps Taken: added specialty step)
m (Resources: added links)
Line 16: Line 16:
  
 
== Resources ==
 
== Resources ==
 +
* http://hubcitylabs.org/nfc-on-raspberrypi-with-pn532-py532lib-and-i2c/
 +
* http://www.ebay.de/itm/Cooqrobot-PN532-NFC-RFID-Reader-Writer-Module-starter-kits-with-tags-For-Arduino-/161010274918?pt=Wissenschaftliche_Ger%C3%A4te&hash=item257cf5d266
  
  
  
 
[[Category:Put Category Here]]                                                  <!--MAKE AS MANY CATEGORIES AS YOU NEED-->
 
[[Category:Put Category Here]]                                                  <!--MAKE AS MANY CATEGORIES AS YOU NEED-->

Revision as of 21:58, 9 May 2013

Creator:
User Name
Status:
Your Status
Born On:
18:03, 9 May 2013 (CDT)
Last Updated:
21:58, 09 May 2013 (CDT)

Overview

  • RaspberryPi
    • Running Rasbpian
      • ssh raspberrypi.local

Steps Taken

  1. Installed Raspbian on a 16GB SD memory card
  2. Followed this guide to get I2C available
    • Used this article to determine that I had a 256MB Model B RaspberryPi. This is important, because when checking i2cdetect I have to use "-y 0" instead of the "-y 1".

Resources