Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


huawei_mu609_gps_mode

This is an old revision of the document!


Huawei MU609 GPS mode

Documentation

See the following documentation for more information:

Standalone example

  • Set the positioning method to Standalone.
    AT^WPDOM=0
  • Set the session type to single positioning.
    AT^WPDST=0
  • Set the session type to tracking and positioning.
    AT^WPDST=1
  • Set the number of positioning times and the interval between each positioning for the tracking and positioning. If the session is a single positioning, you do not need to set these parameters.
    AT^WPDFR=65535,1
  • Set the positioning service quality. The first parameter indicates the response time, and the second indicates the horizontal accuracy threshold.
    AT^WPQOS=255,500
  • Start positioning.
    AT^WPDGP
  • Present the positioning result.
    ^POSITION: 113.94026d,22.53206d,270m
  • The first value indicates positioning end reason, and the second indicates the left positioning times.
    ^POSEND: -1,9
  • Stop positioning.
    AT^WPEND
huawei_mu609_gps_mode.1495953760.txt.gz · Last modified: 2017/05/28 06:42 by admin