Hi, I use AT command controls the GNSS use Serial LTE modem example in my 91DK board.
I send command as below example,
but my uart tool receive as blow, and i don't seem the GPS information output as the expamle. why?
Hi, I use AT command controls the GNSS use Serial LTE modem example in my 91DK board.
I send command as below example,
but my uart tool receive as blow, and i don't seem the GPS information output as the expamle. why?
Carey said:This is the RTT Viewer recived information, I don't know if it's right.
Thank you, Carey!
nRF9160 DK v0.9.0 does not come with an on-board antenna, meaning that:
AT%COEX0=1,1,1565,1586
will have no effect, as it enables the LNA for the on-board antenna.
You need to connect an external antenna using
AT%XCOEX0
instead.
Regards,
Markus
Carey said:This is the RTT Viewer recived information, I don't know if it's right.
Thank you, Carey!
nRF9160 DK v0.9.0 does not come with an on-board antenna, meaning that:
AT%COEX0=1,1,1565,1586
will have no effect, as it enables the LNA for the on-board antenna.
You need to connect an external antenna using
AT%XCOEX0
instead.
Regards,
Markus