Tracker V2 GPS accuracy

Hi,

We are currently evaluating the Tracker V2 application.

We would like to increase GPS accuracy, before the nrf9160 returns status GNSS_EVT_DATA_READY. No problem if gaining GPS accuracy will take a bit longer.

Can we change GPS accuracy parameters/criteria? For example the GNSS needs to track at least 6 satellites to produce a fix, instead of just 4.

Thanks. 

Parents Reply
  • Thanks. I have found some brief explanation:

    	/** @brief Desired accuracy level.
    	 *
    	 * @details If accuracy is set to LOCATION_ACCURACY_LOW, GNSS relaxes the
    	 * criteria for a qualifying fix and may produce fixes using only three satellites.
    	 *
    	 * If accuracy is set to LOCATION_ACCURACY_HIGH, instead of using the first fix, GNSS is
    	 * allowed to run for a longer time. This typically improves the location accuracy.
    	 */

    Can you explain how "run for a longer time" is handled? Is it only time based (eg running +5s after first fix) or are there also other GNSS KPI's involved (eg HDOP, etc)?

Children
Related