8c6faf4444282ce53fbf2a5de107470545b0362d
Board-dat/NGS/NGS1128-DAT/NGS1128-DAT.md
... | ... | @@ -48,7 +48,7 @@ right column pins |
48 | 48 | - [[mqtt-dat]] |
49 | 49 | - [[NGS1128]] - [[SIM7080-dat]] |
50 | 50 | - [[SIMCOM-AT]] |
51 | -- [[SIMCOM-AT-GNSS]] |
|
51 | +- [[SIMCOM-AT-GNSS-dat]] |
|
52 | 52 | - https://w.electrodragon.com/w/SIM7080 |
53 | 53 | |
54 | 54 |
Board-dat/NGS/NGS1129-DAT/NGS1129-DAT.md
... | ... | @@ -43,7 +43,7 @@ based on chip [[SIM7080G-dat]] |
43 | 43 | - or pull the "boot" pin to high for 2 seconds to boot the module |
44 | 44 | |
45 | 45 | ### Use GNSS |
46 | -- check at [[SIMCOM-AT-GNSS]] |
|
46 | +- check at [[SIMCOM-AT-GNSS-dat]] |
|
47 | 47 | |
48 | 48 | ### Use as a Modem and COM PORT |
49 | 49 |
Chip-cn-dat/SIMCOM-dat/SIMCOM-AT-GNSS-dat.md
... | ... | @@ -0,0 +1,44 @@ |
1 | + |
|
2 | + |
|
3 | +# SIMCOM AT GNSS |
|
4 | + |
|
5 | + |
|
6 | +### AT+SGNSCMD=1,0 |
|
7 | + |
|
8 | +### AT+SGNSCFG |
|
9 | + |
|
10 | + AT+SGNSCFG="NMEAOUTPORT",1 //Configure GNSS out to USB NMEA port before |
|
11 | + GNSS power on |
|
12 | + |
|
13 | + AT+SGNSCFG="NMEAOUTPORT",2 |
|
14 | + |
|
15 | + |
|
16 | +### from Modem Side |
|
17 | + |
|
18 | + AT+CGNSPWR=1 |
|
19 | + AT+CGNSINF |
|
20 | + |
|
21 | +result |
|
22 | + |
|
23 | + //Example of Open GNSS. |
|
24 | + AT+CGNSPWR=1 //Turn on GNSS power(UART or USB AT port) |
|
25 | + OK |
|
26 | + AT+CGNSINF //Read GNSS navigation information |
|
27 | + +CGNSINF: 1,1,20191024051848.000,31.221946,121.355565,3.417,0.00,,0,,1.4,1.7,0.9,,6,,12.4,12.0 |
|
28 | + OK |
|
29 | + |
|
30 | +result shift from time verified to location verified |
|
31 | + |
|
32 | + OK |
|
33 | + AT+CGNSINF |
|
34 | + +CGNSINF: 1,,20230315095031.434,0.000000,0.000000,-18.000,,,1,,0.1,0.1,0.1,,,,9999000.0,6000.0 |
|
35 | + |
|
36 | + OK |
|
37 | + AT+CGNSINF |
|
38 | + +CGNSINF: 1,,20230315095032.155,22.571717,113.887426,10.487,1.07,,1,,1.4,3.6,3.3,,4,,142.8,270.0 |
|
39 | + |
|
40 | +my location: 22.571717,113.887426 |
|
41 | + |
|
42 | + AT+CGNSSPWR=1 |
|
43 | + AT+CGNSSTST=1 |
|
44 | + AT+CGPSINFO=1 |
|
... | ... | \ No newline at end of file |
Chip-cn-dat/SIMCOM-dat/SIMCOM-AT-GNSS.md
... | ... | @@ -1,41 +0,0 @@ |
1 | - |
|
2 | - |
|
3 | -# SIMCOM AT GNSS |
|
4 | - |
|
5 | - |
|
6 | -### AT+SGNSCMD=1,0 |
|
7 | - |
|
8 | -### AT+SGNSCFG |
|
9 | - |
|
10 | - AT+SGNSCFG="NMEAOUTPORT",1 //Configure GNSS out to USB NMEA port before |
|
11 | - GNSS power on |
|
12 | - |
|
13 | - AT+SGNSCFG="NMEAOUTPORT",2 |
|
14 | - |
|
15 | - |
|
16 | -### from Modem Side |
|
17 | - |
|
18 | - AT+CGNSPWR=1 |
|
19 | - AT+CGNSINF |
|
20 | - |
|
21 | - |
|
22 | -result |
|
23 | - |
|
24 | - //Example of Open GNSS. |
|
25 | - AT+CGNSPWR=1 //Turn on GNSS power(UART or USB AT port) |
|
26 | - OK |
|
27 | - AT+CGNSINF //Read GNSS navigation information |
|
28 | - +CGNSINF: 1,1,20191024051848.000,31.221946,121.355565,3.417,0.00,,0,,1.4,1.7,0.9,,6,,12.4,12.0 |
|
29 | - OK |
|
30 | - |
|
31 | -result shift from time verified to location verified |
|
32 | - |
|
33 | - OK |
|
34 | - AT+CGNSINF |
|
35 | - +CGNSINF: 1,,20230315095031.434,0.000000,0.000000,-18.000,,,1,,0.1,0.1,0.1,,,,9999000.0,6000.0 |
|
36 | - |
|
37 | - OK |
|
38 | - AT+CGNSINF |
|
39 | - +CGNSINF: 1,,20230315095032.155,22.571717,113.887426,10.487,1.07,,1,,1.4,3.6,3.3,,4,,142.8,270.0 |
|
40 | - |
|
41 | -my location: 22.571717,113.887426 |
|
... | ... | \ No newline at end of file |
Chip-cn-dat/SIMCOM-dat/SIMCOM-AT-dat/SIMCOM-AT-DAT.md
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | legacy wiki page |
5 | 5 | https://w.electrodragon.com/w/SIM7020_AT |
6 | 6 | |
7 | -- [[SIMCOM-AT-GNSS]] |
|
7 | +- [[SIMCOM-AT-GNSS-dat]] |
|
8 | 8 | |
9 | 9 | |
10 | 10 |
Chip-cn-dat/SIMCOM-dat/SIMCOM-dat.md
... | ... | @@ -41,7 +41,7 @@ https://www.electrodragon.com/w/Category:SIMCOM#Schematic |
41 | 41 | |
42 | 42 | |
43 | 43 | ## commands |
44 | -- [[SIMCOM-AT-DAT]] - [[simcom-at-gnss]] - [[SIMCOM-PSM-Dat]] |
|
44 | +- [[SIMCOM-AT-DAT]] - [[SIMCOM-AT-GNSS-dat]] - [[SIMCOM-PSM-Dat]] |
|
45 | 45 | |
46 | 46 | - [[M2M-dat]] |
47 | 47 |
Chip-cn-dat/SIMCOM-dat/Y7080E-dat/Y7080E-dat.md
... | ... | @@ -59,9 +59,13 @@ I VBAT(peak) |
59 | 59 | |
60 | 60 | for testing |
61 | 61 | |
62 | + +CGEV:ME PDN ACT 0 |
|
63 | + +CTZEU:+32,0,2024/07/14,09:56:56 |
|
64 | + |
|
62 | 65 | AT+COPS? |
63 | - +COPS: 0 |
|
66 | + +COPS:0,2,"46000",9 |
|
64 | 67 | |
68 | + AT+CGNSSTST=1 |
|
65 | 69 | AT+CGNSSPWR=1 |
66 | 70 | |
67 | 71 | ## ref |
... | ... | @@ -75,3 +79,5 @@ for testing |
75 | 79 | - [[I2C-dat]] - [[SPI-dat]] |
76 | 80 | |
77 | 81 | - [[Y7080]] |
82 | + |
|
83 | +- [[SIMCOM-dat]] |
|
... | ... | \ No newline at end of file |
Home.md
... | ... | @@ -33,4 +33,4 @@ |
33 | 33 | - 100+ years support, support world peace |
34 | 34 | |
35 | 35 | |
36 | -- [[edragon]] |
|
... | ... | \ No newline at end of file |
0 | +- [[edragon]] - [[board]] |
|
... | ... | \ No newline at end of file |