Dear Team,
Is it or will it be possible to get an RSSI info like we used to in nRF5?
Best
Oleh
Dear Team,
Is it or will it be possible to get an RSSI info like we used to in nRF5?
Best
Oleh
Hi,
For the GNSS, there is a C/N0 (carrier to noise density, more details here) field:
https://github.com/NordicPlayground/nrfxlib/blob/master/bsdlib/include/nrf_socket.h#L511
For the LTE part, you can get the RSRP (ref. signal received power) through AT command AT+CESQ, where the last number is a reference from -140 dBm. If you get "40", it would indicate -140 + 40 = -100 dBm signal.
Kind regards,
Håkon
Hi Håkon,
nice to hearing from you again!
Thanks for the link to nrf_gnss_sv_t struct, it sounds promissing :)
A short confirmation question: will these data be available only with the fix? Or could be accessed even if no fix is (still) available?
... trying to get the RSSI while Position-Reposition the device... in-/out-door...
also, thanks for the AT+CESQ info.
Best regards
Oleh
Hi Oleh,
Oleh said:
nice to hearing from you again!
Likewise!
Without a fix, its not available.
Kind regards,
Håkon
Hi Håkon,
thank you for your Reply!
... you know... it would be nice to have that available: just a Feature request ;)
Best regards
Oleh
Hi Håkon,
thank you for your Reply!
... you know... it would be nice to have that available: just a Feature request ;)
Best regards
Oleh