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.

CC3220MOD: Get current RSSI when acting as client

Part Number: CC3220MOD

Hi,

From the solution presented in the linked thread, we can use the sl_WlanRxStatGet function.

However this gives us an average on all the RSSI values. Is there any way to get the current (live) rssi value?

Thanks !

Vincent V.

  • Hi Vincent,

    What do you mean by live RSSI value? Do you want RSSI for every single data packet or some statistic? Code at link above provide rssi value between two API calls. In case you call code every 5sec, you get average value for this 5sec.

    API sl_WlanRxStatGet() can also provide you a histogram.

    Jan
  • Hi Jan,

    Ok... I had understood that it will be an average since "the beginning of time"...

    I have tested it and it works.

    Thanks !

    Vincent V.