Difference between revisions of "Omegix/USB Auth 1.7"

From Makers Local 256
Jump to: navigation, search
m (Resources: added links)
m (Resources: added link for prepping GPIO on rasbian)
Line 18: Line 18:
 
* http://hubcitylabs.org/nfc-on-raspberrypi-with-pn532-py532lib-and-i2c/
 
* 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
 
* 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
 
+
* http://www.hobbytronics.co.uk/raspberry-pi-raspbian-distro
  
  
 
[[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 10:14, 14 May 2013

Creator:
User Name
Status:
Your Status
Born On:
18:03, 9 May 2013 (CDT)
Last Updated:
10:14, 14 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