Hi,
I have to integrate on my MQTT application , location library using GNSS.
Actually I am using location library on cellular. I want to use exclusively GNSS.
I am developing on a Actinius Icarus board V2. on 2.7.0 SDK.
From samples I take a look at GNSS sample.
As described, when Init modem I check it is in normal mode:
After the modem has been initialized, I initialize the location service
[00:11:45.599,212] <wrn> location: Modem's system or functional mode doesn't all ow GNSS usage
[00:11:45.599,761] <err> location: Failed to configure GNSS
[00:11:45.599,822] <err> location: Location acquisition failed and fallbacks are also done.
I do not know the warning, it looks like the modem with this setting LTE_LC_FUNC_MODE_NORMAL
does not support both lte and gnss.
Do I have to set some other options?
Best Regards