Difference between revisions of "User talk:Szhao"

From eLinux.org
Jump to: navigation, search
(RFID Adaptor Cape for Beaglebone Black: new section)
 
Line 3: Line 3:
 
You will probably want to read the [[Help:Contents|help pages]].
 
You will probably want to read the [[Help:Contents|help pages]].
 
Again, welcome and have fun! [[User:Wmat|Wmat]] ([[User talk:Wmat|talk]]) 21:41, 22 July 2013 (UTC)
 
Again, welcome and have fun! [[User:Wmat|Wmat]] ([[User talk:Wmat|talk]]) 21:41, 22 July 2013 (UTC)
 
== RFID Adaptor Cape for Beaglebone Black ==
 
 
== Description ==
 
The RFID adaptor cape is an interface between the Beaglebone Black (BBB) and Texas Instrument's TRF7970ATB, (Multi-Protocol Fully Integrated 13.56-MHz RFID and NFC Transceiver) It allows users to have fully functional RFID and NFC capabilities on the BBB. The adaptor board also features four additional LEDs and a push button.
 
 
The communication between the BBB and the TB is via SPI. Since SPI pins are not automatically enabled on BBB, a device tree overlay is used to configure the pins properly for SPI use.
 
 
== Schematic ==
 
 
== Sample Code ==
 
 
== SPI
 
 
== Eagle Files ==
 
 
== References ==
 
* [http://elinux.org/BeagleBone_Black_Enable_SPIDEV BeagleBone Black Enable SPIDEV]
 
* [https://github.com/derekmolloy/boneDeviceTree/tree/master/spi Derek Molloy's Device Tree]
 
* [https://raw.github.com/torvalds/linux/master/Documentation/spi/spidev_test.c Sample SPI C code (spidev-test.c)]
 

Latest revision as of 15:00, 22 July 2013

Welcome to eLinux.org! We hope you will contribute much and well. You will probably want to read the help pages. Again, welcome and have fun! Wmat (talk) 21:41, 22 July 2013 (UTC)