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_improvement_of_the_GNSS_performance

BOLERO40_improvement_of_the_GNSS_performance · Changes

Page history
smohamad created page: BOLERO40_improvement_of_the_GNSS_performance authored Mar 16, 2018 by Saleh Mohamad's avatar Saleh Mohamad
Hide whitespace changes
Inline Side-by-side
Showing with 43 additions and 0 deletions
+43 -0
  • BOLERO40_improvement_of_the_GNSS_performance.md BOLERO40_improvement_of_the_GNSS_performance.md +43 -0
  • No files found.
BOLERO40_improvement_of_the_GNSS_performance.md 0 → 100644
View page @ cde4ee5f
Recommendations
To get better GNSS performance on Bolero40, 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**
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