This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Getting started with Rf430FRL152 and TRF7970AEVM

Other Parts Discussed in Thread: TRF7960

Hi,

i have the "RF430FRL152HEVM GUI " up an running. It uses the TRF7970EVM to connect to the RF430FRL152 and read out sensor values.

For evaluation purposes, I would like to reproduce that behavior in some terminal or LabView . I would like to initialize the ISO15693 communication and continously read out the temperature sensor values.

What commands in which order must be issued?
Thanks a lot!

Best Regards

Jonas

  • On power up the RF430FRL15xH needs to be setup.  This means writing to blocks 0-7 with the necessary settings.  Once that is complete you can write block 0 and set the "Start" bit.  This will start the sampling process.  You can poll the status register to check when the process is complete.  Next you can read out the logged data starting at block 9.  To start the next sampling processes simply write to block 0 to set the start bit (since the previous settings have not changed).

    The way that the demo code works on the RF430FRL15xH PC GUI is that it continually does one pass through the sensors.  Once the group of sensors have been sampled it retrieves the result and repeats the whole process.

    If you need help getting started we have a Labview example for the TRF7960 EVM.

    /cfs-file/__key/communityserver-discussions-components-files/667/TRF7960EVM_5F00_LabView_5F00_Examplest.zip