Hello,
I am trying to add GPS functionality to my program running on the Thingy:91. However, I can't find any examples except for the Asset Tracker, which seems overly complex for my needs.
Is there a simpler GPS sample available?
Thanks!
Hello,
I am trying to add GPS functionality to my program running on the Thingy:91. However, I can't find any examples except for the Asset Tracker, which seems overly complex for my needs.
Is there a simpler GPS sample available?
Thanks!
Hello Raz_k :)
There is multiple samples available in the samples/cellular directory where you should find what you need:
- nrf_cloud_multi_service: simplified version of asset_tracker application. You can find the location related source code in `src/location_tracking.c`.
- location: multi source location sample which demonstrate the use of the modem Location library.
- gnss: demonstrate the use of the GNSS interface library an output GNSS data on UART in NMEA format.
Regards,
Alexandre.