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.

SMARTRFTM-STUDIO: SmartRF Studio RSSI value export

Part Number: SMARTRFTM-STUDIO

Hi,

I am using the SmartRF studio continuous RX mode, and I can get the plot of RSSI with time. But I want log the RSSI value into a file or export RSSI. Is it possible to achieve it in SmartRF Studio 7? Thanks!

  • SmartRF Studio has only implemented logging to file when receiving packets. If logging is required the best would most likely be to write your own software. It could be that you can do this with the SmartRF test environment (In the main SmartRF Studio window, press the Tools menu in the upper right corner)
  • Hi,

    Unfortunately there are no options to log the RSSI values to file from SmartRF Studio 7. 

    If you are using a CC13xx or CC26xx device you could use the Radio Test Library (RTLib). You will find this under the Tools icon in upper right corner of SmartRF Studio. This is a library that use the same back-end as SmartRF Studio. The library comes with documentation and code examples. The drawback compared with SmartRF Studio is that you have to create some code by yourself but with the provided examples it should be fairly simple.  There is even an example for continuous RX.

    Hopefully this can be of some help.

    Regards,

    Øyvind