Hello,
I am currently developing a product using the nRF9160. I would like to use concurrently GPS and LTE-M.
I send periodically data to my server using LTE-M network (every 20 seconds), and I would like to acquire a GPS position once in a while.
I am currently forced to stop sending data to the server in order to do a GPS fix.
I would prefer to have the possibility to interrupt my GPS fix when I need to send data, and then resume it. The modem should be gradually gathering the ephemeris data and finally realize a fix. However, the modem does not seems to save the ephemeris data and loses everything when I stop it to use the LTE-M. As a result, I never get a GPS position when I interrupt a fix.
Can I have access to the ephemeris data stored? I saw that it is not possible to do a predicted ephemeris fix so that may be my answer.
Am I forced to do a fix without interruption for the GPS to operate?
Thank you by advance,
Augustin