Location tracking is a very common use case for cellular applications. The nRF91 Series SiP has a GNSS receiver to identify its current location using satellite navigation. In this lesson, we will start with a basic introduction to GNSS, how to get a fix, look at start conditions and some GNSS enhancements. Next we will cover the GNSS Interface API in the Modem Library and how to use it to request a GNSS location.
In the exercise section, we will practice interfacing with the GNSS receiver to get the device’s current GPS coordinates while the LTE modem is turned off. Then we will see how the GNSS is time-multiplexed with the LTE modem by turning on the LTE modem, and utilize power-saving techniques to be able to obtain a fix.