Skip to content

Commit 50125f3

Browse files
Replace center tag
Updated documentation for deprecated <center> tags - Replaced w/ `<article style="text-align: center;" markdown>` - For video blocks `<article class="video-500px" style="text-align: center; margin: auto;" markdown>`
1 parent 38851a7 commit 50125f3

File tree

8 files changed

+65
-71
lines changed

8 files changed

+65
-71
lines changed

docs/github/file_issue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Spot something wrong? Please let us know. [![Open Issues Badge](https://img.shie
66
!!! warning "Need Help?"
77
If you need technical assistance or more information on a product that is not working as you expected, we recommend heading on over to the [SparkFun Technical Assistance](https://www.sparkfun.com/technical_assistance) page for some initial troubleshooting. This **Submit Issues** page is not where users should seek assistance.
88

9-
<center>
9+
<article style="text-align: center;" markdown>
1010
[SparkFun Technical Assistance Page](https://www.sparkfun.com/technical_assistance){ .md-button .md-button--primary }
11-
</center>
11+
</article>
1212

1313
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.
1414

docs/hardware_assembly.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The [Telemetry Radio v3](https://www.sparkfun.com/products/19032) connected to t
8080

8181
When connecting the RTK Postcard 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 RTK Postcard.
8282

83-
<center>
83+
<article style="text-align: center;" markdown>
8484

8585
<table border="1" markdown>
8686
<tr markdown>
@@ -113,7 +113,7 @@ When connecting the RTK Postcard to other products, users should be aware of the
113113
</tr>
114114
</table>
115115

116-
</center>
116+
</article>
117117

118118
</div>
119119

@@ -131,7 +131,7 @@ We have designed the locking JST connector to be plug-n-play with the following
131131

132132
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.
133133

134-
<center>
134+
<article style="text-align: center;" markdown>
135135

136136
<table border="1" markdown>
137137
<tr markdown>
@@ -185,7 +185,7 @@ We have designed the locking JST connector to be plug-n-play with the following
185185
</tr>
186186
</table>
187187

188-
</center>
188+
</article>
189189

190190

191191
??? tip "Radio Pin Connections"
@@ -209,7 +209,7 @@ We have designed the locking JST connector to be plug-n-play with the following
209209

210210
However, the flow control pins *(`CTS` and `RTS`)* are not available on the RTK Postcard. Therefore, when connecting either of the radios, the pin connections should follow the table below:
211211

212-
<center>
212+
<article style="text-align: center;" markdown>
213213

214214
<table>
215215
<tr>
@@ -226,7 +226,7 @@ We have designed the locking JST connector to be plug-n-play with the following
226226
</tr>
227227
</table>
228228

229-
</center>
229+
</article>
230230

231231
</div>
232232

docs/hardware_overview.md

Lines changed: 38 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -31,44 +31,44 @@ The SparkFun RTK Postcard board's dimensions, pin layout, and connectors are sim
3131

3232
=== "3D Model"
3333
???+ example "RTK Postcard"
34-
<center>
34+
<article style="text-align: center;" markdown>
3535
<model-viewer src="../assets/3d_model/web_model.glb" camera-controls poster="../assets/3d_model/poster.png" tone-mapping="neutral" shadow-intensity="1.3" exposure="0.85" shadow-softness="0.45" environment-image="legacy" camera-orbit="39.22deg 54.28deg 0.1361m" field-of-view="29deg" style="width: 100%; height: 450px;">
3636
</model-viewer>
3737

3838
[Download the `*.step` File](./assets/3d_model/cad_model.step "Click download"){ .md-button .md-button--primary width="250px" }
3939

40-
</center>
40+
</article>
4141

4242

4343
??? example "Enclosure"
44-
<center>
44+
<article style="text-align: center;" markdown>
4545
<model-viewer src="../assets/3d_model/enclosure/web_model.glb" camera-controls poster="../assets/3d_model/enclosure/poster.png" tone-mapping="neutral" shadow-intensity="0.9" environment-image="legacy" exposure="0.6" shadow-softness="0.7" camera-orbit="-756.1deg 62.5deg 140.1m" field-of-view="30deg" style="width: 100%; height: 450px;">
4646
</model-viewer>
4747

4848
[Download the `*.step` File](./assets/3d_model/enclosure/enclosure.step "Click download"){ .md-button .md-button--primary width="250px" }
4949

50-
</center>
50+
</article>
5151

5252

5353
??? tip "Manipulate 3D Model"
54-
<center>
54+
<article style="text-align: center;" markdown>
5555

5656
| Controls | Mouse | Touchscreen |
5757
| :------------- | :----------------------: | :------------: |
5858
| Zoom | Scroll Wheel | 2-Finger Pinch |
5959
| Rotate | ++"Left-Click"++ & Drag | 1-Finger Drag |
6060
| Move/Translate | ++"Right-Click"++ & Drag | 2-Finger Drag |
6161

62-
</center>
62+
</article>
6363

6464

6565
=== "Dimensions"
66-
<center>
66+
<article style="text-align: center;" markdown>
6767
[![Board Dimensions](./assets/board_files/dimensions-background.png){ width="450" }](./assets/board_files/dimensions.png "Click to enlarge")
6868
<figcaption markdown>
6969
Dimensions of the RTK Postcard.
7070
</figcaption>
71-
</center>
71+
</article>
7272

7373

7474
??? tip "Need more measurements?"
@@ -77,20 +77,18 @@ The SparkFun RTK Postcard board's dimensions, pin layout, and connectors are sim
7777
!!! info ":octicons-download-16:{ .heart } KiCad - Free Download!"
7878
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/).)*
7979

80-
<center>
80+
<article style="text-align: center;" markdown>
8181
[Download :kicad-primary:{ .enlarge-logo }](https://www.kicad.org/download/ "Go to downloads page"){ .md-button .md-button--primary width="250px" }
82-
</center>
82+
</article>
8383

8484

8585
??? info ":straight_ruler: Measuring Tool"
8686
This video demonstrates how to utilize the dimensions tool in KiCad, to include additional measurements:
8787

88-
<center>
89-
<article class="video-500px">
88+
<article class="video-500px" style="text-align: center; margin: auto;" markdown>
9089
<iframe src="https://www.youtube.com/embed/-eXuD8pkCYw" title="KiCad Dimension Tool" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
91-
</article>
9290
![QR code to play video](./assets/img/qr_code/dimension_tool.png){ .qr }
93-
</center>
91+
</article>
9492

9593
</div>
9694

@@ -669,15 +667,15 @@ The peripheral interfaces and I/O pins on the RTK Postcard.
669667
!!! arduino
670668
By default, in the Arduino IDE, the **ESP32 Dev Module** board definition supports:
671669

672-
<center>
670+
<article style="text-align: center;" markdown>
673671

674672
| **SCK** | `GPIO 32` (`SCK`) |
675673
| :-----------------: | :----------------: |
676674
| **SDI** or **POCI** | `GPIO 25` (`MISO`) |
677675
| **SDO** or **PICO** | `GPIO 26` (`MOSI`) |
678676
| *CS** | `GPIO 27` (`SS`) |
679677

680-
</center>
678+
</article>
681679

682680

683681
??? info "Signal Nomenclature"
@@ -727,13 +725,13 @@ The peripheral interfaces and I/O pins on the RTK Postcard.
727725
!!! arduino
728726
By default, in the Arduino IDE, the **ESP32 Dev Module** board definition supports:
729727

730-
<center>
728+
<article style="text-align: center;" markdown>
731729

732730
| **SCL0** | `GPIO 7` (`SCL`) |
733731
| :------: | :---------------: |
734732
| **SDA0** | `GPIO 20` (`SDA`) |
735733

736-
</center>
734+
</article>
737735

738736

739737

@@ -757,12 +755,10 @@ The LG290P module on the RTK Postcard.
757755

758756
<div markdown>
759757

760-
<center>
761-
![QR code to product video](./assets/img/qr_code/quectel_video.png){ .qr width=100 }
762-
<article class="video-500px">
758+
<article class="video-500px" style="text-align: center; margin: auto;" markdown>
763759
<iframe src="https://player.vimeo.com/video/1000742664?dnt=1&amp;app_id=122963" title="Quectel: Product Intro for LG290P GNSS Module" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
760+
![QR code to product video](./assets/img/qr_code/quectel_video.png){ .qr width=100 }
764761
</article>
765-
</center>
766762

767763
</div>
768764

@@ -928,15 +924,15 @@ The LG290P module on the RTK Postcard.
928924
- The reliability of RTK corrections are inherently reduced in [multipath environments](https://en.wikipedia.org/wiki/Multipath_propagation).
929925

930926

931-
<center>
927+
<article style="text-align: center;" markdown>
932928

933929
| Correction Method | Horizontal | Vertical | Velocity |
934930
| :-------------------------------------------------------------------------------------------- | :--------------------------: | :---------------------: | :-------------------------------------: |
935931
| Standalone | 0.7m<br>~2.3' | 2.5m<br>~8.2' | 3cm/s (0.108kph)<br>~1.2in/s (0.067mph) |
936932
| [RTK](https://en.wikipedia.org/wiki/Real-time_kinematic_positioning "Real-Time Kinematic") | **0.8cm** *(+1ppm)*<br>~0.3" | 1.5cm *(+1ppm)*<br>~.6" | |
937933

938934

939-
</center>
935+
</article>
940936

941937

942938
??? info "RTK Corrections"
@@ -1026,15 +1022,15 @@ The peripheral interfaces and I/O pins on the RTK Postcard.
10261022
???+ info "UART Settings"
10271023
With the [RTK Everywhere firmware](https://github.com/sparkfun/SparkFun_RTK_Everywhere_Firmware), the UART ports of the LG290P are configured with the following baudrates:
10281024

1029-
<center>
1025+
<article style="text-align: center;" markdown>
10301026

10311027
| UART Port | Interface | Baudrate *(bps)* |
10321028
| :-------: | :----------------- | :--------------: |
10331029
| `UART1` | USB-C *(CH342)* | **460800** |
10341030
| `UART2` | ESP32 | **460800** |
10351031
| `UART3` | JST-GH *(Locking)* | **57600** |
10361032

1037-
</center>
1033+
</article>
10381034

10391035

10401036
??? info "Default Configuration"
@@ -1053,7 +1049,7 @@ The peripheral interfaces and I/O pins on the RTK Postcard.
10531049
??? tip "Pin Connections"
10541050
When connecting to the board's UART pins to another device, the pins should be connected based upon the flow of their data.
10551051

1056-
<center>
1052+
<article style="text-align: center;" markdown>
10571053

10581054
<table>
10591055
<tr>
@@ -1070,7 +1066,7 @@ The peripheral interfaces and I/O pins on the RTK Postcard.
10701066
</tr>
10711067
</table>
10721068

1073-
</center>
1069+
</article>
10741070

10751071
</div>
10761072

@@ -1092,14 +1088,14 @@ The peripheral interfaces and I/O pins on the RTK Postcard.
10921088
=== "`UART2`"
10931089
`UART2` is connected to the ESP32 Pico-Mini.
10941090

1095-
<center>
1091+
<article style="text-align: center;" markdown>
10961092

10971093
| ESP32 | LG290P |
10981094
| :-----------------: | :----: |
10991095
| **IO21:** `GPIO 21` | `TXD2` |
11001096
| **IO22:** `GPIO 22` | `RXD2` |
11011097

1102-
</center>
1098+
</article>
11031099

11041100
=== "`UART3`"
11051101
`UART3` is available through the breakout [PTH](https://en.wikipedia.org/wiki/Through-hole_technology "Plated Through Holes") pins or the locking JST connector. The pin layout of the 4-pin locking JST connector is compatible with many of our [serial radios and adapter cables](../hardware_assembly/#radio-transceivers).
@@ -1120,7 +1116,7 @@ The peripheral interfaces and I/O pins on the RTK Postcard.
11201116
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_LG290P_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.
11211117

11221118
??? abstract "List of Standard NMEA Messages"
1123-
<center>
1119+
<article style="text-align: center;" markdown>
11241120

11251121
| Message | Type Mode | Message Description |
11261122
| :-----: | :-------: | :-------------------------------- |
@@ -1131,14 +1127,14 @@ The peripheral interfaces and I/O pins on the RTK Postcard.
11311127
| VTG | Output | Course Over Ground & Ground Speed |
11321128
| GLL | Output | Geographic Position – Latitude/Longitude |
11331129

1134-
</center>
1130+
</article>
11351131

11361132

11371133
=== "PQTM"
11381134
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_LG290P_GNSS_Protocol_Specification_v1-0.pdf) manual. This protocol is used to configure or read the settings for the LG290P GNSS module.
11391135

11401136
??? abstract "List of Proprietary Quectel Messages"
1141-
<center>
1137+
<article style="text-align: center;" markdown>
11421138

11431139
| Message | Type Mode | Message Description |
11441140
| :----------------- | :----------: | :----------------------------------------------- |
@@ -1182,14 +1178,14 @@ The peripheral interfaces and I/O pins on the RTK Postcard.
11821178
| PQTMCFGRSID | Input/Output | Sets/gets the reference station ID |
11831179
| PQTMCFGRTCM | Input/Output | Sets/gets RTCM |
11841180

1185-
</center>
1181+
</article>
11861182

11871183

11881184
=== "RTCM"
11891185
A full list of compatible `RTCM v3` messages, is provided in section **3. RTCM Protocol** of the [GNSS Protocol Specification](./assets/component_documentation/Quectel_LG290P_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.
11901186

11911187
??? abstract "List of Supported RTCMv3 *(MSM)* Messages"
1192-
<center>
1188+
<article style="text-align: center;" markdown>
11931189

11941190
| Message | Type Mode | Message Description |
11951191
| :--: | :----------: | :----------------------------------------------- |
@@ -1232,7 +1228,7 @@ The peripheral interfaces and I/O pins on the RTK Postcard.
12321228
| 1136 | Input/Output | NavIC/IRNSS MSM6 |
12331229
| 1137 | Input/Output | NavIC/IRNSS MSM7 |
12341230

1235-
</center>
1231+
</article>
12361232

12371233

12381234

@@ -1406,7 +1402,7 @@ The JST connector on the RTK Postcard.
14061402
#### Pin Connections
14071403
When connecting the RTK Postcard to other products, users need to be aware of the pin connections between the devices.
14081404

1409-
<center>
1405+
<article style="text-align: center;" markdown>
14101406

14111407
<table border="1" markdown>
14121408
<tr>
@@ -1439,7 +1435,7 @@ The JST connector on the RTK Postcard.
14391435
</tr>
14401436
</table>
14411437

1442-
</center>
1438+
</article>
14431439

14441440

14451441
<div class="grid" markdown>
@@ -1448,7 +1444,7 @@ The JST connector on the RTK Postcard.
14481444

14491445
When connecting the RTK Postcard 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.
14501446

1451-
<center>
1447+
<article style="text-align: center;" markdown>
14521448

14531449
<table markdown>
14541450
<tr>
@@ -1465,7 +1461,7 @@ The JST connector on the RTK Postcard.
14651461
</tr>
14661462
</table>
14671463

1468-
</center>
1464+
</article>
14691465

14701466
</div>
14711467

@@ -1495,7 +1491,7 @@ The JST connector on the RTK Postcard.
14951491
There are five status LEDs on the RTK Postcard. The table below, lists the pin connections between these LEDs, the LG290P GNSS module, and the ESP32 Pico-Mini module. For details about their operation, please refer to the list at the underneath.
14961492

14971493

1498-
<center>
1494+
<article style="text-align: center;" markdown>
14991495

15001496
| LED | ESP32 GPIO | LG290P IO |
15011497
| :----: | :--------- | :--------- |
@@ -1505,7 +1501,7 @@ There are five status LEDs on the RTK Postcard. The table below, lists the pin c
15051501
| `PWR` | N/A | N/A |
15061502
| `STAT` | `GPIO 0` | --- |
15071503

1508-
</center>
1504+
</article>
15091505

15101506
</div>
15111507

0 commit comments

Comments
 (0)