How can I evaluate that AGPS data downloaded and been processed?

Hello,

I’m trying to understand exactly how the location module works in the Assert Tracker V2 application. I want to see the NMEA data in the logs, but I’m not sure how to enable it or if that’s even possible. My main goal is to confirm that the AGPS data downloaded by the library has been processed. It’s easy to see this in the GNSS sample, but you don’t see the same information in the Assert Tracker’s PVT data.

Parents
  • Hi

    I think it should be sufficient to enable logging for the location library and debug logging in the application. That can be done with referring to the overlay-debug.conf, and building with the following command: thingy91_nrf9160_ns -T applications.asset_tracker_v2.debug .

    Also, if you're not aware of it, please check out the Asset Tracker Template that implements a modular application framework for nRF91-based IoT devices.

    Best regards,

    Simon

Reply
  • Hi

    I think it should be sufficient to enable logging for the location library and debug logging in the application. That can be done with referring to the overlay-debug.conf, and building with the following command: thingy91_nrf9160_ns -T applications.asset_tracker_v2.debug .

    Also, if you're not aware of it, please check out the Asset Tracker Template that implements a modular application framework for nRF91-based IoT devices.

    Best regards,

    Simon

Children
Related