Hi!
In my application, I am receiving A-GPS data from nRF Cloud. After the data is received there is a considerable amount of time where the GNSS module is blocked because of the RRC Connected-to-idle timer. I am looking at implementing RAI to close the connection earlier. As per my understanding, this could in the worst case scenario save up to 20 seconds.
I have not found any examples where this is done. In the nrf_modem_gnss, all the connectivity is abstracted away and implementing RAI from nrf_socket library combined with the nrf_modem_gnss seems like a very complex job.
Do you have any tips as how to implement this power saving feature? Are there any good examples of it being done?
Thank you all for any help!
Kind regards,
Torje