Jump to content
43oh

Search the Community

Showing results for tags 'TRF7970A'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News
    • Announcements
    • Suggestions
    • New users say Hi!
  • Spotlight!
    • Sponsor Spotlight
    • Sponsor Giveaways
  • Energia
    • Energia - MSP
    • Energia - TivaC/CC3XXX
    • Energia - C2000
    • Energia Libraries
  • MSP Technical Forums
    • General
    • Compilers and IDEs
    • Development Kits
    • Programmers and Debuggers
    • Code vault
    • Projects
    • Booster Packs
    • Energia
  • Tiva-C, Hercules, CCXXXX ARM Technical Forums
    • General
    • SensorTag
    • Tiva-C, Hercules, CC3XXX Launchpad Booster Packs
    • Code Vault
    • Projects
    • Compilers and IDEs
    • Development Kits and Custom Boards
  • Beagle ARM Cortex A8 Technical Forums
    • General
    • Code Snippets and Scripts
    • Cases, Capes and Plugin Boards
    • Projects
  • General Electronics Forum
    • General Electronics
    • Other Microcontrollers
  • Connect
    • Embedded Systems/Test Equipment Deals
    • Buy, Trade and Sell
    • The 43oh Store
    • Community Projects
    • Fireside Chat
  • C2000 Technical Forums
    • General
    • Development Kits
    • Code Vault
    • Projects
    • BoosterPacks

Calendars

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Location


Interests


Sparkfun


Github

Found 5 results

  1. 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. 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
  3. 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
  4. 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
  5. 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
×
×
  • Create New...