This shows you the differences between two versions of the page.
|
products:sbc:common:applications:gnss-5g [2023/10/27 03:47] sravan created |
products:sbc:common:applications:gnss-5g [2026/06/20 03:42] (current) nick |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ===== Enable GNSS ===== | ===== Enable GNSS ===== | ||
| - | Install minicom and open ''/ | ||
| ```shell | ```shell | ||
| - | $ sudo apt-get install minicom | + | echo -e "AT+QGPS=1\r\n" > / |
| - | $ sudo minicom -D / | + | |
| - | ``` | + | |
| - | Send the following commands via minicom to enable GNSS. | + | |
| - | ```shell | + | |
| - | AT+QGPS=1 | + | |
| ``` | ``` | ||