Logging Interval not working when I set to 0 or 1
My Setup
- RTK receiver with 1Hz send by bluetooth to tablet
- Mock Location by the App GPS Connector
- Android dev setting to use location from APP GPS Connector
- Logging Points with GPSLogger
When set passiv Logging the Logger will log every 1 sec but minimum distance is not working. If I set without passive log and the filter as below, the logger logs only every 5 sec, it doesn't matter set Logging interval to 0 or other values to lowest as possible.
I'm logging with this a harvest machine and have enough energy by usb but I would like 1 sec logging with no log of min distance. What do I wrong?
Here my settings:
#Warning: This file can contain server names, passwords, email addresses and other sensitive information.
#Tue Sep 23 06:04:49 GMT+02:00 2025
log_opengts=false
stoponapplaunch=false
log_network_locations=false
autoftp_enabled=false
google_drive_enabled=true
last_version_seen=1
log_customurl_basicauth_username=
log_satellite_locations=true
log_geojson=true
autoftp_port=21
only_log_if_significant_motion=false
osm_tags=
log_customurl_basicauth_password=
google_drive_folder_path=GPSLogger for Tab03
autosend_frequency_minutes=60
current_profile_name=Haeckseln_aktiv
passive_filter_interval=1
log_customurl_url=http\://localhost/log?lat\=%LAT&longitude\=%LON&time\=%TIME&s\=%SPD
owncloud_directory=/gpslogger
log_customurl_discard_offline_locations_enabled=false
owncloud_password=
new_file_creation=onceaday
user_specified_locale=en
retry_time=5
absolute_timeout=0
log_kml=true
autosend_frequency_whenstoppressed=true
owncloud_server=
accuracy_before_logging=5
owncloud_username=
log_nmea=false
smtp_port=25
opengts_accountname=
smtp_server=
autoftp_username=
osm_visibility=private
log_customurl_headers=
log_customurl_body=
altitude_subtractgeoidheight=false
autoftp_implicit=false
autoftp_directory=GPSLogger
useImperial=false
autoopengts_enabled=false
log_plain_text=true
log_plain_text_csv_delimiter=,
log_customurl_method=GET
opengts_server=
autosend_wifionly=false
distance_before_logging=2
new_file_prefix_serial=false
autoftp_ssltls=
opengts_server_communication_method=HTTPS
log_plain_text_csv_decimal_comma=false
opengts_device_id=
owncloud_enabled=false
app_theme_setting=system
autoopengts_server_path=
smtp_username=
osm_promptfordetails_when_logging_starts=false
autosend_sendzip=true
autoftp_password=
gpslogger_folder=/storage/emulated/0/Documents/gpslogger
smtp_password=
smtp_ssl=true
hide_notification_buttons=true
log_gpx=true
time_before_logging=1
startonbootup=true
log_gpx_11=false
log_customurl_enabled=false
autoftp_server=
opengts_server_port=443
osm_enabled=false
startonapplaunch=true
altitude_subtractoffset=0
autoemail_target=
new_file_custom_name=gpslogger
dropbox_enabled=false
log_passive_locations=false
latlong_display_format=DEGREES_MINUTES_SECONDS
autoftp_useftps=false
retry_get_best_possible_accuracy=true
hide_notification_from_status_bar=false
annotations_buttons=
autosend_enabled=true
new_file_custom_each_time=true
osm_description=
hide_notification_from_lock_screen=true
autoemail_enabled=false
keep_fix=false
new_file_custom_keep_changing=true
If you observe the 'Log View' in the app as it's logging, do you notice something like this:
starts logging, takes a few seconds, acquires a point, writes to file... waits 1 second... starts logging, takes a few seconds, acquires a point, writes to file...
If you notice that, then yes that could explain the 5 seconds gap? That is, it starts logging again after 1 second but it takes a few more seconds to actually acquire a point.
You could try playing with "Performance > Keep GPS on between fixes" and it might reduce the gap slightly.