Search the Community
Showing results for tags 'TRF7970A'.
-
hi,frnds i would like to work with cc3200 and nfcboosterpack trf7970a in energia IDE .Does any one have energia library for TRF7970A boosterpack. i have attached a pdf which helps to make a library for iso1443a and iso5693 i tried this code for msp430g2553 but its not working please any one can help me TestTRF7970A_with_BPV3 (1).pdf nfcpin.pdf #include<SPI.h> #define enable P2_2 #define CS P2_1 #define interrupt P2_0 #define CS_ENABLED digitalWrite(CS,LOW) #define CS_DISABLED digitalWrite(CS,HIGH) void setup() { // put your setup code here, to run once: pinMo
- 2 replies
-
- trf7970
- nfc boosterpack
- (and 4 more)
-
Hi all, I am working on reading NFC tags using MSP EXP430G2ET Rev 1.0 launchpad with the MSP430G2553 microprocessor and DLP 79070ABP booster pack. I have used the attached header files and wrote the attached code on Energia v1.8.7E21 on Windows 10. I have all the drivers installed for the above Launchpad and also tried uploading the sketch for blinking LED and analog sensor serial reading which are working as expected. But when I try to upload the code for reading the NFC Tags, it showing the following error log: D:\pmk\NUSProject\energia-1.8.7E21-windows\energia-1.8.7E21\hardware\en
-
I recent completed the prototype of my LoginNFC project. It's a combination of MSP430 acting as a USB keyboard (and CDC serial for configuration) and a TRF7970A NFC reader. The prototype was done with a F5529 LaunchPad and TRF7970A Booster - along with a ferrite antenna to improve the read range. It's working well and I did a small write-up here: https://0xfred.wordpress.com/2015/01/14/nfc-login-version-1-0/ However, I don't really feel it's complete until I've got it off the dev board and made a decent PCB. This is my first double-sided PCB, first time with USB, first time with LQFP a
-
The TRF7970A NFC booster back (made by DLP Design) is now available direct from TI. It's also available as a bundle with a G2 or F5529 Launchpad but costs the same as buying these seperately. http://www.ti.com/tool/DLP-7970abp Perfect timing for me in the UK as I was going to be stung with
-
Hi All, I'm looking at this booster pack which is now available from TI estore. http://www.ti.com/tool/dlp-7970abp Appreciate any advice from the forum. Not have a specific project goal, but since I don't own anything NFC and also apparently this boosterpack can read Felica card (a major transportation card standard where I live), this looks pretty appealing. My wife's phone is NFC capable so some experiments with it is also cool (short experiments only, of course ) Specific questions: 1. From the documentation, the NFC Link software seems to be using serial to communic