This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Get the RSSI value with nRF9160

Hello. I need to calculate the RSSI value from the module nRF9160. I am using the nRF9160 DK 0.8.2. From the AT reference guide, there are two commands: AT+CESQ and AT+CSQ. The first one gives me only the RSRQ and RSRP. And the second one (CSQ) should give me the RSSI value, but it always displays 99,99.

So, is there a way to get the RSSI? 

Thanks in advance.

Parents Reply
  • Hi

    In the latest version of the AT command Guide v1.3 the following is noted:

    The +CSQ command reads 2G and 3G signal quality.

    Note: Not detectable, RAT not supported. Use +CESQ and %CESQ for E-UTRA signal quality

    It is not supported to read the RSSI value thus the reason why you get 99,99

    from the AT command guide:
    99 – Not detectable


    Since the nrf9160 uses 4G (LTE-M)

    Hope this explains the reason why

    Regards,
    Jonathan

Children
Related