Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
---

- :material-folder-cog: Design Files:
- :fontawesome-solid-file-pdf: [Schematic](SparkFun_GNSS_pHAT/docs/assets/board_files/schematic.pdf)
- :fontawesome-solid-file-pdf: [Board Dimensions](SparkFun_GNSS_pHAT/docs/assets/board_files/dimensions.pdf)
- :material-folder-zip: [KiCad Files](SparkFun_GNSS_pHAT/docs/assets/board_files/kicad_files.zip)
- :material-cube-outline: [STEP File](SparkFun_GNSS_pHAT/docs/assets/3d_model/cad_model-pHAT.step)
- :fontawesome-solid-file-pdf: [Schematic](../flex_boards/SparkFun_GNSS_pHAT/docs/assets/board_files/schematic.pdf)
- :fontawesome-solid-file-pdf: [Board Dimensions](../flex_boards/SparkFun_GNSS_pHAT/docs/assets/board_files/dimensions.pdf)
- :material-folder-zip: [KiCad Files](../flex_boards/SparkFun_GNSS_pHAT/docs/assets/board_files/kicad_files.zip)
- :material-cube-outline: [STEP File](../flex_boards/SparkFun_GNSS_pHAT/docs/assets/3d_model/cad_model-pHAT.step)
- Design Specifications:
- [Design Requirements](https://datasheets.raspberrypi.com/hat/hat-plus-specification.pdf)
- [Mechanical Specifications](https://raw.githubusercontent.com/raspberrypi/hats/refs/heads/master/hat-board-mechanical.pdf)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -339,19 +339,19 @@ The centerpiece of the mosaic-X5 GNSS Flex module, is the [mosaic-X5 module](./a

<div class="grid cards" markdown>

- <figure markdown>
- <div markdown>
<center>
![QR code to product video](./assets/img/qr_code/video-septentrio_mosaic-x5.png){ .qr width=100 }
</center>
</figure>
</div>

- <figure markdown>
- <div markdown>
<center>
<article class="video-500px">
<iframe src="https://www.youtube.com/embed/Co8hrVeklAA" title="Septentrio: Mosaic - GNSS / GPS module receiver range" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</article>
</center>
</figure>
</div>

- <figure markdown>
[![mosaic-X5 module](./assets/img/hookup_guide/mosaic-X5.png){ width="400" }](./assets/img/hookup_guide/mosaic-X5.png "Click to enlarge")
Expand Down Expand Up @@ -723,7 +723,7 @@ Below, are the features that are available from the mosaic-X5 GNSS receiver.
<div markdown>

!!! success "Initial Configuration"
Before data logging can occur, it is necessary to create a *logging stream* from the **Logging** tab of the web interface or using the **RxTools** software suite. Streams can contain NMEA or SBF (Septentrio Binary Format) data; SBF can contain RTCM and/or RINEX. *(see the [Data Logging](web_interface.md#data-logging) section)*
Before data logging can occur, it is necessary to create a *logging stream* from the **Logging** tab of the web interface or using the **RxTools** software suite. Streams can contain NMEA or SBF (Septentrio Binary Format) data; SBF can contain RTCM and/or RINEX.


!!! info "SD Card Specifications"
Expand Down Expand Up @@ -802,7 +802,7 @@ There are some key parameters related to an antenna that can make or break the s


<figure markdown>
[![GPS antenna input](./assets/img/hookup_guide/ant-ufl.png){ width="400" }](./assets/img/hookup_guide/ant.png "Click to enlarge")
[![GPS antenna input](./assets/img/hookup_guide/ant-ufl.png){ width="400" }](./assets/img/hookup_guide/ant-ufl.png "Click to enlarge")
<figcaption markdown>The U.FL connector to attach an external GNSS antenna to the mosaic-X5 GNSS Flex module.</figcaption>
</figure>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Users should install the [RXTools software suite](https://www.septentrio.com/en/
For users who are having trouble installing the USB driver, we have an archived version *(v3.0.2[^9])* of the installation file. Users can download [**version 3.0.2**](./assets/component_documentation/driver/USB_driver_3_0_2_Installer.exe) of the driver, by clicking on the button below.

[^9]:
For the latest USB driver from Septentrio, please install their driver through the [RxTools software suite](rxtools.md).<br>
For the latest USB driver from Septentrio, please install their driver through the RxTools software suite.<br>
*This is driver version, was archived at the time that this guide was written. Please do not request for the file to be updated.*

<center>
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ extra_css:
extra_javascript:
# Enables support for MathJax
- javascript/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
# - https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js

# Enables support for KaTeX
Expand Down