You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Center tag is deprecated
- Replaced w/ `<article style="text-align: center;" markdown>`
- For video blocks `<article class="video-500px" style="text-align: center; margin: auto;" markdown>`
Copy file name to clipboardExpand all lines: docs/github/file_issue.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ Spot something wrong? Please let us know. [ page for some initial troubleshooting. This **Submit Issues** page is not where users should seek assistance.
If you can't find what you need there, the [SparkFun Forums](https://forum.sparkfun.com) is a great place to search the product forums and ask questions.
Copy file name to clipboardExpand all lines: docs/hardware_assembly.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ The [Telemetry Radio v3](https://www.sparkfun.com/products/19032) connected to t
60
60
61
61
When connecting the Quad-band GNSS RTK breakout board to other products, users should be aware of the pin connections between the devices. The table below, details the pin connections of the locking JST connector on the Quad-band GNSS RTK breakout board.
62
62
63
-
<center>
63
+
<articlestyle="text-align: center;"markdown>
64
64
65
65
<tableborder="1"markdown>
66
66
<trmarkdown>
@@ -93,7 +93,7 @@ When connecting the Quad-band GNSS RTK breakout board to other products, users s
93
93
</tr>
94
94
</table>
95
95
96
-
</center>
96
+
</article>
97
97
98
98
</div>
99
99
@@ -111,7 +111,7 @@ We have designed the locking JST connector to be plun-n-play with the following
111
111
112
112
1. While the [SiK Telemetry Radio v3](https://www.sparkfun.com/products/19032) may function with a **3.3V** input, their specifications stipulate that a **5V** power supply be provided.
113
113
114
-
<center>
114
+
<articlestyle="text-align: center;"markdown>
115
115
116
116
<tableborder="1"markdown>
117
117
<trmarkdown>
@@ -165,7 +165,7 @@ We have designed the locking JST connector to be plun-n-play with the following
165
165
</tr>
166
166
</table>
167
167
168
-
</center>
168
+
</article>
169
169
170
170
171
171
??? tip "Radio Pin Connections"
@@ -189,7 +189,7 @@ We have designed the locking JST connector to be plun-n-play with the following
189
189
190
190
However, the flow control pins *(`CTS` and `RTS`)* are not available on the Quad-band GNSS RTK breakout board. Therefore, when connecting either of the radios, the pin connections should follow the table below:
191
191
192
-
<center>
192
+
<article style="text-align: center;" markdown>
193
193
194
194
<table>
195
195
<tr>
@@ -206,7 +206,7 @@ We have designed the locking JST connector to be plun-n-play with the following
[{ width="450" }](./assets/board_files/dimensions.png"Click to enlarge")
39
39
<figcaptionmarkdown>
40
40
Dimensions of the Quad-band GNSS RTK breakout board.
41
41
</figcaption>
42
-
</center>
42
+
</article>
43
43
44
44
45
45
??? tip "Need more measurements?"
@@ -48,20 +48,18 @@ The SparkFun LG290P Quadband GNSS RTK breakout board's dimensions, pin layout, a
48
48
!!! info ":octicons-download-16:{ .heart } KiCad - Free Download!"
49
49
KiCad is free, open-source [CAD]("computer-aided design") program for electronics. Click on the button below to download their software. *(\*Users can find out more information about KiCad from their [website](https://www.kicad.org/).)*
@@ -468,7 +464,7 @@ The peripheral interfaces and I/O pins on the Quad-band GNSS RTK breakout board.
468
464
??? tip "Pin Connections"
469
465
When connecting to the board's UART pins to another device, the pins should be connected based upon the flow of their data.
470
466
471
-
<center>
467
+
<article style="text-align: center;" markdown>
472
468
473
469
<table>
474
470
<tr>
@@ -485,7 +481,7 @@ The peripheral interfaces and I/O pins on the Quad-band GNSS RTK breakout board.
485
481
</tr>
486
482
</table>
487
483
488
-
</center>
484
+
</article>
489
485
490
486
</div>
491
487
@@ -526,7 +522,7 @@ The peripheral interfaces and I/O pins on the Quad-band GNSS RTK breakout board.
526
522
A full list of compatible `NMEA 0183` v4.11 messages, is provided in section **2.2. Standard Messages** of the [GNSS Protocol Specification](./assets/component_documentation/quectel_lg290p03_gnss_protocol_specification_v1-0.pdf) manual. This protocol is used for outputting GNSS data, as detailed by the [National Marine Electronics Association](https://www.nmea.org/) organization.
| GLL | Output | Geographic Position – Latitude/Longitude |
539
535
540
-
</center>
536
+
</article>
541
537
542
538
543
539
=== "PQTM"
544
540
A full list of PQTM messages (proprietary NMEA messages defined by Quectel) supported by LG290P, is provided in section **2.3. PQTM Messages** of the [GNSS Protocol Specification](./assets/component_documentation/quectel_lg290p03_gnss_protocol_specification_v1-0.pdf) manual. This protocol is used to configure or read the settings for the LG290P GNSS module.
545
541
546
542
??? abstract "List of Proprietary Quectel Messages"
@@ -588,14 +584,14 @@ The peripheral interfaces and I/O pins on the Quad-band GNSS RTK breakout board.
588
584
| PQTMCFGRSID | Input/Output | Sets/gets the reference station ID |
589
585
| PQTMCFGRTCM | Input/Output | Sets/gets RTCM |
590
586
591
-
</center>
587
+
</article>
592
588
593
589
594
590
=== "RTCM"
595
591
A full list of compatible `RTCM v3` messages, is provided in section **3. RTCM Protocol** of the [GNSS Protocol Specification](./assets/component_documentation/quectel_lg290p03_gnss_protocol_specification_v1-0.pdf) manual. This protocol is used for transferring GNSS raw measurement data, as detailed by the [Radio Technical Commission for Maritime Services](https://www.rtcm.org/) organization.
596
592
597
593
??? abstract "List of Supported RTCMv3 *(MSM)* Messages"
@@ -638,7 +634,7 @@ The peripheral interfaces and I/O pins on the Quad-band GNSS RTK breakout board.
638
634
| 1136 | Input/Output | NavIC/IRNSS MSM6 |
639
635
| 1137 | Input/Output | NavIC/IRNSS MSM7 |
640
636
641
-
</center>
637
+
</article>
642
638
643
639
644
640
@@ -779,7 +775,7 @@ The JST connector on the Quad-band GNSS RTK breakout board.
779
775
#### Pin Connections
780
776
When connecting the Quad-band GNSS RTK breakout board to other products, users need to be aware of the pin connections between the devices.
781
777
782
-
<center>
778
+
<article style="text-align: center;" markdown>
783
779
784
780
<table border="1" markdown>
785
781
<tr>
@@ -812,7 +808,7 @@ The JST connector on the Quad-band GNSS RTK breakout board.
812
808
</tr>
813
809
</table>
814
810
815
-
</center>
811
+
</article>
816
812
817
813
818
814
<div class="grid" markdown>
@@ -821,7 +817,7 @@ The JST connector on the Quad-band GNSS RTK breakout board.
821
817
822
818
When connecting the Quad-band GNSS RTK breakout board to our radios, the pin connections should follow the table below. If the flow control is not enabled, the only the `RX`, `TX`, and `GND` pins are utilized.
823
819
824
-
<center>
820
+
<article style="text-align: center;" markdown>
825
821
826
822
<table markdown>
827
823
<tr>
@@ -838,7 +834,7 @@ The JST connector on the Quad-band GNSS RTK breakout board.
838
834
</tr>
839
835
</table>
840
836
841
-
</center>
837
+
</article>
842
838
843
839
</div>
844
840
@@ -875,7 +871,7 @@ The 6-pin BlueSMiRF PTH header on the Quad-band GNSS RTK breakout board.
875
871
#### Pin Connections
876
872
When connecting the Quad-band GNSS RTK breakout board to other products, users need to be aware of the pin connections between the devices.
877
873
878
-
<center>
874
+
<article style="text-align: center;" markdown>
879
875
880
876
<table border="1" markdown>
881
877
<tr>
@@ -910,7 +906,7 @@ The 6-pin BlueSMiRF PTH header on the Quad-band GNSS RTK breakout board.
{ .qr width=100 }
23
22
</article>
24
-
</center>
25
23
26
24
27
25
- The SparkFun Quadband GNSS RTK Breakout - LG290P (Qwiic) features the Quectel LG290P GNSS module. The board's dimensions, pin layout, and connectors are exactly the same as our vary popular [SparkFun GPS-RTK-SMA Breakout - ZED-F9P (Qwiic)](https://www.sparkfun.com/products/16481); and can be used as a drop-in replacement. The board also accommodates users with a diverse choice of interfaces including UART, SPI[^1], and I^2^C[^1].
With its performance advantages of high-precision and low power consumption, this board is an ideal choice for high-precision navigation applications, such as intelligent robots, UAVs, precision agriculture, mining, surveying, and autonomous navigation.
34
32
35
-
<center>
33
+
<article style="text-align: center;" markdown>
36
34
[ { .tinyqr } Purchase from SparkFun :fontawesome-solid-cart-plus:{ .heart } ](https://www.sparkfun.com/products/26620){ .md-button .md-button--primary }
37
-
</center>
35
+
</article>
38
36
39
37
40
38
</div>
@@ -636,10 +634,10 @@ To get started, users will need a few items. Some users may already have a few o
636
634
<div markdown>
637
635
638
636
<!-- Qwiic Banner -->
639
-
<center>
637
+
<article style="text-align: center;" markdown>
640
638
[{ width=400 }](https://www.sparkfun.com/qwiic)
641
639
[{ width=400 }](https://www.sparkfun.com/qwiic)
642
-
</center>
640
+
</article>
643
641
644
642
---
645
643
@@ -649,13 +647,10 @@ To get started, users will need a few items. Some users may already have a few o
Copy file name to clipboardExpand all lines: docs/pqmt_commands.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Below, are excerpts for a few of the PQTM messages from the [GNSS Protocol Speci
8
8
A full list of PQTM messages (proprietary NMEA messages defined by Quectel) supported by LG290P, is provided in section **2.3. PQTM Messages** of the [GNSS Protocol Specification](./assets/component_documentation/quectel_lg290p03_gnss_protocol_specification_v1-0.pdf) manual. This protocol is used to configure or read the settings for the LG290P GNSS module.
9
9
10
10
??? abstract "List of Proprietary Quectel Messages"
Copy file name to clipboardExpand all lines: docs/software_overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,9 @@ The USB drivers for the CH342 USB-to-Serial converter can be downloaded from the
50
50
51
51
QGNSS is highly intuitive GNSS evaluation software that is easy to use, personalized, and compatible with leading Quectel technologies. The software allows users to define or apply GNSS product configurations for specific use cases. Saving, restoring, or sharing configurations between different products and users is easy. The software supports product evaluation with a choice of views to observe static and dynamic behavior of the connected a Quectel GNSS receiver.
52
52
53
-
<center>
53
+
<articlestyle="text-align: center;"markdown>
54
54
[:octicons-download-16:{ .heart } Download the QGNSS Software *(v2.0)* from Quectel](https://www.quectel.com/download/qgnss_v2-0_en/){ .md-button .md-button--primary target="blank" }
55
-
</center>
55
+
</article>
56
56
57
57
!!! info "System Requirements"
58
58
**Operating System:** Windows
@@ -320,9 +320,9 @@ SparkFun LG290P Quadband RTK GNSS Arduino Library in the library manager of the
320
320
!!! tip "Manually Download the Arduino Library"
321
321
For users who would like to manually download and install the library, the `*.zip` file can be accessed from the [GitHub repository](https://github.com/sparkfun/SparkFun_LG290P_GNSS_Arduino_Library) or downloaded by clicking the button below.
322
322
323
-
<center>
323
+
<article style="text-align: center;" markdown>
324
324
[:octicons-download-16:{ .heart } Download the Arduino Library](https://github.com/sparkfun/SparkFun_LG290P_GNSS_Arduino_Library/archive/refs/heads/main.zip){ .md-button .md-button--primary }
Copy file name to clipboardExpand all lines: docs/troubleshooting_tips.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ icon: sfe-logo
5
5
!!! warning "Need Help?"
6
6
If you need technical assistance or more information on a product that is not working as you expected, we recommend heading over to the [SparkFun Technical Assistance](https://www.sparkfun.com/technical_assistance) page for some initial troubleshooting.
0 commit comments