-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp_rtk.txt
52 lines (48 loc) · 2.67 KB
/
help_rtk.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Using rtklib:
use str2str to send caster data to zed-f9p :
```bash
sudo ./str2str -in ntrip://caster.centipede.fr:2101/LXLY -out serial://ttyACM0:115200:8:n:1:off
```
In another terminal retrieve the signal outputted by the reciever:
```bash
sudo ./str2str -in serial://ttyACM0:115200:8:n:1:off
```
the terminal output should look a bit like this:
```bash
$GNVTG,,T,,M,0.024,N,0.045,K,D*3F
$GNGGA,141938.00,4631.3096867,N,00633.9509117,E,5,12,0.60,396.164,M,47.230,M,1.0,0000*66
$GNGSA,A,3,17,05,23,40,14,15,24,22,13,12,19,,1.12,0.60,0.95,1*01
$GNGSA,A,3,74,75,72,65,71,73,82,,,,,,1.12,0.60,0.95,2*05
$GNGSA,A,3,03,09,05,31,25,24,,,,,,,1.12,0.60,0.95,3*07
$GNGSA,A,3,20,10,32,07,37,,,,,,,,1.12,0.60,0.95,4*0D
$GNGSA,A,3,,,,,,,,,,,,,1.12,0.60,0.95,5*0D
$GPGSV,4,1,13,05,14,198,34,10,05,334,33,12,12,211,37,13,61,127,23,1*62
$GPGSV,4,2,13,14,38,054,26,15,76,245,30,17,27,099,34,19,17,129,30,1*6D
$GPGSV,4,3,13,22,58,069,21,23,29,303,16,24,42,279,39,30,08,082,32,1*6B
$GPGSV,4,4,13,40,19,123,34,1*5D
$GPGSV,2,1,06,05,14,198,24,15,76,245,14,17,27,099,23,23,29,303,30,6*68
$GPGSV,2,2,06,24,42,279,28,30,08,082,31,6*60
$GPGSV,1,1,01,41,01,100,,0*51
$GLGSV,2,1,08,65,26,325,29,71,37,161,25,72,79,253,27,73,38,043,19,1*72
$GLGSV,2,2,08,74,80,336,09,75,34,238,31,82,10,024,25,83,06,063,24,1*7E
$GLGSV,2,1,06,65,26,325,23,71,37,161,25,72,79,253,17,73,38,043,21,3*7C
$GLGSV,2,2,06,75,34,238,28,82,10,024,09,3*7E
$GLGSV,1,1,01,81,02,341,,0*45
$GAGSV,2,1,05,03,44,305,35,06,03,129,18,24,71,098,15,25,41,202,17,2*74
$GAGSV,2,2,05,31,26,047,20,2*44
$GAGSV,2,1,07,03,44,305,35,05,80,150,25,06,03,129,27,09,25,131,12,7*7E
$GAGSV,2,2,07,24,71,098,29,25,41,202,30,31,26,047,12,7*49
$GAGSV,1,1,01,13,04,329,,0*4B
$GBGSV,2,1,08,07,22,051,27,11,07,082,38,12,06,033,32,20,42,303,41,1*78
$GBGSV,2,2,08,32,57,205,36,37,52,246,30,43,07,103,29,48,24,315,36,1*7E
$GBGSV,1,1,04,07,22,051,22,10,30,062,16,11,07,082,37,12,06,033,20,B*0D
$GBGSV,3,1,09,05,15,121,,19,01,327,,23,71,055,,25,18,062,,0*7D
�b�1��b�9��b5{(�b?�<�bI�P�bS�d�bg���b��Xյb��Xյb��Xյb��Xյb��Xյb��Xյb��Xյb�1��b�9��b5{(�b?�<�bI�P�bS�d�bg��
$GPGSV,4,1,13,05,13,197,34,10,05,334,33,12,12,211,38,13,61,127,23,1*65
2024/10/27 14:19:59 [CC---] 1483356 B 8115 bps (0) /dev/ttyACM0
�b�1��b�9��b5{(�b?�<�bI�P�bS�d�bg���b\�Z�
*7<��C�s��骺T��
"������������$������v\AO!��
$GNRMC,141942.00,A,4631.3096841,N,00633.9508994,E,0.071,,271024,,,F,V*1B
```
with the last line givign the coordinates in a format: 46°31.3096841`N (that's what made sense when trying to decyffer it...)