Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
W wiki
  • Project overview
    • Project overview
    • Details
    • Activity
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
Collapse sidebar
  • pub
  • wiki
  • Wiki
  • BOLERO40_GNSS_improvement

Last edited by Saleh Mohamad Jun 20, 2018
Page history

BOLERO40_GNSS_improvement

Recommendations

To get better GNSS performance on Bolero40 and a better tracking on the road, we would recommend to set it with:

a) $PFAL,CNF.Set,DEVICE.GPS.GNSS=GPS,GALILEO,GLONASS //For Europe

or

$PFAL,CNF.Set,DEVICE.GPS.GNSS=GPS,BEIDOU,GLONASS //For Asia

b) You also can use this function: $PFAL,CNF.Set,TCP.CLIENT.SENDMODE=2,1000

which means it collects the data up to 1000 bytes (the buffer level is up to 1000000 bytes) and when this storage gets full, it sends the collected TCP's.

Also you can force the device to push the collected TCP with

$PFAL,TCP.Client.FlushSendBuffer

Suppose the car has been parked but the sendmode user storage size is not full, you would get the messages later.

Example:

$PFAL,CNF.Set,TCP.CLIENT.SENDMODE=2,1000

$PFAL,CNF.Set,AL40=IO.e8=fedge:GPS.Nav.SaveLastValid&TCP.Client.FlushSendBuffer

c) We also recommend to use the internal battery to keep the ephemris/almanac data available and to prevent any GNSS cold start at every device restart (in case the external power drops or not stable).

$PFAL,CNF.Set,DEVICE.BAT.CHARGEMODE=eco

$PFAL,CNF.Set,DEVICE.BAT.MODE=auto

d) Activate the GPS filter to filter out the multipath signals

$PFAL,CNF.Set,DEVICE.GPS.AUTOCORRECT=off,2.5,58,50,10,50

$PFAL,CNF.Set,DEVICE.GPS.CFG=4

Clone repository
  • AVL Filesystem
  • BOLERO40_GNSS_improvement
  • BOLERO40_improvement_of_the_GNSS_performance
  • NFC_commands,_event,_dynamic_variable
  • Promotion_Kit_Settings
  • Workbench Mac Installation Readme
  • avl_aes_key_handling
  • avl_ble
  • avl_blueid
  • avl_config_commented_1
  • avl_ecodrive
  • avl_feature_list
  • avl_frp_main
  • avl_fw_update
  • avl_premium_feature_cpc
View All Pages