WP7607 (manoOH Red)

Hi,

I am new to the Sierra Wireless device and looking for some basic documentation

So the board is running the Legato framework.

I would like to get data from the GNSS module on the device but I can’t find any documentation covering the simple things like how to send command, and get the responses.

Any pointers to the relevant information much appreciated.

Thanks,
Andrew

Hi Andrew,

Several ways to do so, depends on your design

  1. AT cmd, please refer to AT cmd guide (!GPS command)
    https://source.sierrawireless.com/resources/airprime/software/airprime_wpx5xx_wp76xx_wp77xx_at_command_reference/

  2. target tool “gnss” (use from UART/SSH console)
    https://docs.legato.io/latest/toolsTarget_gnss.html

  3. Legato API, in case you are building your Legato app
    https://docs.legato.io/latest/c_gnss.html

Both #1 and #2 is good for quick start.
Thx