Set the options for assisted GNSS fix.
More...
Set the options for assisted GNSS fix.
Devices that implement this command have a dedicated GNSS flash memory and a non-volatile FRAM. These storage mechanisms are used to retain information about the last good GNSS fix. This can greatly reduces the TTFF (Time To First Fix) depending on the age of the stored information. The TTFF can be as low as one second, or up to the equivalent of a cold start. There is a small increase in power used when enabling assisted fix.
The fastest fix will be obtained by supplying the device with a GNSS Assist Time Update message containing the current GPS time immediately after subsequent power up. This allows the device to determine if the last GNSS information saved is still fresh enough to improve the TTFF.
NOTE: Non-volatile GNSS memory is cleared when going from an enabled state to a disabled state. WARNING: The clearing operation results in an erase operation on the GNSS Flash. The flash has a limited durability of 100,000 write/erase cycles
◆ mip_3dm_gnss_assisted_fix_command
◆ mip_3dm_gnss_assisted_fix_command_assisted_fix_option
◆ mip_3dm_gnss_assisted_fix_response
◆ mip_3dm_gnss_assisted_fix_command_assisted_fix_option
Enumerator |
---|
MIP_3DM_GNSS_ASSISTED_FIX_COMMAND_ASSISTED_FIX_OPTION_NONE | No assisted fix (default)
|
MIP_3DM_GNSS_ASSISTED_FIX_COMMAND_ASSISTED_FIX_OPTION_ENABLED | Enable assisted fix.
|
◆ extract_mip_3dm_gnss_assisted_fix_command()
◆ extract_mip_3dm_gnss_assisted_fix_response()
◆ insert_mip_3dm_gnss_assisted_fix_command()
◆ insert_mip_3dm_gnss_assisted_fix_response()
◆ mip_3dm_default_gnss_assisted_fix()
◆ mip_3dm_load_gnss_assisted_fix()
◆ mip_3dm_read_gnss_assisted_fix()
◆ mip_3dm_save_gnss_assisted_fix()
◆ mip_3dm_write_gnss_assisted_fix()