Hi, How can I configure so that I can transmit real GPS data of the device and watch it from nrfcloud? I think I need to change something in config files? Simulated GPS data is working just fine.
Hi, How can I configure so that I can transmit real GPS data of the device and watch it from nrfcloud? I think I need to change something in config files? Simulated GPS data is working just fine.
Hi Noobie,
The Modem firmware that is available now does not support GPS +LTE-M/NB-IoT concurrently.
You need to switch the modem to offline mode (with for example AT+CFUN=4) and then select the other network mode (with for example AT%XSYSTEMMODE=<>) and then turn on the modem again.
So let's say you turn on the GPS capture the data, turn modem to offline mode then switch to LTE-M mode and then send the data to nrf-cloud similar to how it's done in the asset_tracker sample.
Best Regards,
Martin L.
Hi there, following up on this thread cause I have the same question. With the new firmware (v1.0), are we able to use GPS +LTE-M/NB-IoT concurrently or do we have to cycle between them? Do we need a dedicated antenna? Also, would you be able to walk me through where and how to enable GPS to capture real data through the asset_tracker sample?
Hi there, following up on this thread cause I have the same question. With the new firmware (v1.0), are we able to use GPS +LTE-M/NB-IoT concurrently or do we have to cycle between them? Do we need a dedicated antenna? Also, would you be able to walk me through where and how to enable GPS to capture real data through the asset_tracker sample?