Hello,
We are using EC200T module and connecting to network in LTE mode.
We see a difference in RSSI value reported by using following two AT commands
- AT +CSQ or AT +QCSQ
- AT+QENG=“servingcell”
Through AT + CSQ - we get result as 26/31 → indicating RSSI value of about -61dBm as below
AT+CSQ
+CSQ: 26,99
OK
AT+QCSQ
+QCSQ: LTE ,61,-93,120,-14
OK
Through AT+QENG=“servingcell” - we get result of around --79dBm as below
AT+QENG=servingcell
+QENG: servingcell , NOCONN , LTE , FDD ,404,45,18790C,254,1301,3,4,4,232A,-95,-14,-79,-2,28
Which one is correct ?
Can you please clarify ?