Part Number: RF430CL330H
Other Parts Discussed in Thread: TRF7970A
Hello,
I purchased the RF430 booster pack (store.ti.com/NFCT4BTVALUE.aspx), which is an ISO14443B card. I also purchased the Adafruit PN532 RFID/NFC read/write shield (www.adafruit.com/.../789). It has come to my attention that the Adafruit does not provide any documentation on how to communicate with ISO14443B cards, so I'm curious if anyone at TI has any experience with this? And if not, could I be provided a reader recommendation?
Is there a reader board that I could simply attach to a second MSP430 launchpad? I'm somewhat familiar with that family of processors.
Edit:
I feel like I should give you more specifics for the application.
The transponder and receiver will act as a data logging unit. The goal is that the processor (MSP430) will keep time and save the times at which a button is pressed. The times will be sent to memory in the RF430 chip mentioned above. As more times are recorded, more data should be sent to the RF430. A receiver can then initiate the wireless data transfer and receive the data store on the RF430. I would like to move the received data to another processor such that they can be listed in a standard time format in a terminal window.
My idea for the data process flow is such:
Processor (MSP430) --> RFID Transponder (RF430) --> RFID Receiver (?) --> Processor (MSP430) --> TBD
My question is what should I use as the receiver and will interface nicely with a processor.
As extra information, my end goal is to develop a smartphone app to receive and process and data, however, the process mentioned above should suffice for now.
I am very new to RFID/NFC and wireless communication, so most of these topics are fairly foreign to me. Any information would be extremely helpful.
Thanks!