Difference between revisions of "Omegix/USB Auth 1.7"
From Makers Local 256
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: |
Overview
- RaspberryPi
- Running Rasbpian
- ssh raspberrypi.local
- Running Rasbpian
Steps Taken
- Installed Raspbian on a 16GB SD memory card
- 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".