All the things we have covered so far are crucial aspects of a cellular application. Establishing an LTE link, using the Modem library and the socket API, implementing an application protocol to connect to a server, and interfacing with the GNSS receiver to get a geographical location are all common use cases for cellular prototypes.
In this lesson, you will put all the theory and hands-on experience you have gained throughout this course into practice. The goal is to build a simple GPS tracker, using the nRF91 Series SiP and either LTE-M or NB-IoT to send the data to a server. We start with a description of the project, going through the steps needed without providing code snippets like we have done in all previous exercises. Then we will present one possible project solution that uses CoAP as the application protocol.