Skip to content

Commit 5f1cf4d

Browse files
Remove ASCII space
Icon spacing in header fixed in mkdocs-material theme
1 parent 93ede85 commit 5f1cf4d

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
lines changed

docs/atomichron.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Fugro AtomiChron^®^ is a global, real-time, precise clock synchronisation and a
99
<figcaption markdown>Fugro AtomiChron overview.</figcaption>
1010
</figure>
1111

12-
## :fontawesome-solid-screwdriver-wrench:&nbsp;Specifications
12+
## :fontawesome-solid-screwdriver-wrench: Specifications
1313

1414
- Timing accuracy: <5 ns UTC (95% of the time)
1515

docs/github/contribute.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Contribute: Make an Augmentation!
22
Spot an improvement opportunity? Feel free to contribute to our open-source design and documentation. <a href="https://github.com/sparkfun/SparkFun_GNSSDO/pulls" alt="Pull Requests"><img src="https://img.shields.io/github/issues-pr/sparkfun/SparkFun_GNSSDO.svg" /></a>
33

4-
## :material-file-document-multiple:&nbsp;Improve our Documentation
4+
## :material-file-document-multiple: Improve our Documentation
55
All of this documentation can be modified by you! Please help us make it better.
66

77
- These pages are contained in the [`docs` folder](https://github.com/sparkfun/SparkFun_GNSSDO/tree/main/docs) of the [SparkFun GNSSDO repository](https://github.com/sparkfun/SparkFun_GNSSDO).
88

9-
<!-- ### :material-source-pull:&nbsp;Submit a Correction -->
9+
<!-- ### :material-source-pull: Submit a Correction -->
1010
### Submit a Correction
1111

1212
1. With a GitHub account, [fork this repository](https://github.com/sparkfun/SparkFun_GNSSDO/fork).
@@ -15,12 +15,12 @@ All of this documentation can be modified by you! Please help us make it better.
1515
- Once received, the documentation specialist will automatically be notified.
1616
- We will review your suggested improvements to make sure they are correct and fit within our documentation standards.
1717

18-
## :material-cog:&nbsp;Improve our Hardware Design
18+
## :material-cog: Improve our Hardware Design
1919
All of our designs are open-source! Please help us make it better.
2020

2121
- Our board design files are contained in the [`Hardware` folder](https://github.com/sparkfun/SparkFun_GNSSDO/tree/main/Hardware) of the [SparkFun GNSSDO repository](https://github.com/sparkfun/SparkFun_GNSSDO).
2222

23-
<!-- ### :material-source-pull:&nbsp;Submit a Design Enhancement -->
23+
<!-- ### :material-source-pull: Submit a Design Enhancement -->
2424
### Submit a Design Enhancement
2525

2626
1. With a GitHub account, [fork this repository](https://github.com/sparkfun/SparkFun_GNSSDO/fork).
@@ -33,7 +33,7 @@ All of our designs are open-source! Please help us make it better.
3333
!!! info
3434
Even if your suggestion is accepted, these changes may not be immediately available for purchase. We may have to cycle through our current product inventory first.
3535

36-
## Contributors&nbsp;:clap:
36+
## Contributors :clap:
3737
Let's provide some recognition to the contributors for this project!
3838

3939
![GitHub Contributors Image](https://contrib.rocks/image?repo=sparkfun/SparkFun_GNSSDO)

docs/hardware_overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,15 +212,15 @@ The GNSSDO can be powered individually or in combination, with any of the follow
212212
If desired, users can link `VIN-` to the adjacent `GND` screw cage terminal. However, this will bypass the voltage isolation and could introduce an unwanted ground loop, particularly if the GNSS antenna ground (shield, 0V) is also connected to the chassis.
213213

214214

215-
## :septentrio:&nbsp;mosaic-T
215+
## :septentrio: mosaic-T
216216
The heart of our product is of course the mosaic-T GNSS module from Septentrio. It is a _very_ sophisticated chip with multiple interfaces: UARTS, USB and Ethernet. The `GPIO1` and `GPIO2` pins are available as 0.1" test points should you need access to them.
217217

218218
<figure markdown>
219219
[![mosaic T](./assets/img/hookup_guide/T.png){ width="400" }](./assets/img/hookup_guide/T.png "Click to enlarge")
220220
<figcaption markdown>The Septentrio mosaic-T GNSS module.</figcaption>
221221
</figure>
222222

223-
## :espressif:&nbsp;ESP32-WROVER
223+
## :espressif: ESP32-WROVER
224224
The ESP32 processor is there to control (discipline) the 10 MHz TCXO oscillator and the OLED display. We have deliberately kept the ESP32 firmware as simple as possible. The intention is that you can write your own firmware using the Espressif IDF or Arduino IDE if you need to.
225225

226226
<figure markdown>
@@ -724,7 +724,7 @@ There are three buttons on the GNSSDO: ++"RESET"++, ++"BOOT"++, and ++"LOG"++.
724724
</div>
725725

726726

727-
=== ":septentrio:&nbsp;mosaic-T: Data Logging"
727+
=== ":septentrio: mosaic-T: Data Logging"
728728
Once a [logging stream](#sd-socket) is defined, users can control the data logging operation through the ++"LOG"++ button.
729729

730730
- A short press of the ++"LOG"++ button *(< 5s)* toggles data logging to the SD card on and off.
@@ -744,10 +744,10 @@ There are three buttons on the GNSSDO: ++"RESET"++, ++"BOOT"++, and ++"LOG"++.
744744
!!! tip "Instructional Video"
745745
:material-youtube: [How to log data to the SD card of the Septentrio mosaic receiver module](https://youtu.be/Y9tvOebnoxk)
746746

747-
=== ":espressif:&nbsp;ESP32: Reset"
747+
=== ":espressif: ESP32: Reset"
748748
The ++"RESET"++ button allows users to reset the firmware running on the ESP32-WROVER module without disconnecting the power.
749749

750-
=== ":espressif:&nbsp;ESP32: Boot Control"
750+
=== ":espressif: ESP32: Boot Control"
751751
The ++"BOOT"++ button can be used to force the ESP32 into the serial bootloader. Holding down the ++"BOOT"++ button, while connecting the GNSSDO to a computer through its USB-C connector or resetting the board will cause it to enter the <a href="https://docs.espressif.com/projects/esptool/en/latest/esp32/advanced-topics/boot-mode-selection.html#manual-bootloader">Firmware Download mode</a>. The ESP32 will remain in this mode until it power cycles (happens automatically after uploading new firmware) or the ++"RESET"++ button is pressed.
752752

753753
1. Hold the ++"BOOT"++ button down.

docs/introduction.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ icon: material/book-open-page-variant
3737
!!! warning "RTK Base"
3838
The mosaic-T is a superb GNSS module designed for highly accurate timing applications. It can be configured as a RTK Rover and will make use of incoming RTCM corrections. **But it can not be configured as a RTK Base. RTCM output is not supported.**
3939

40-
## :fontawesome-solid-screwdriver-wrench:&nbsp;Features
40+
## :fontawesome-solid-screwdriver-wrench: Features
4141

4242
- Septentrio mosaic-T multi-constellation, multi-frequency GNSS timing receiver
4343
- Accurate and resilient with dedicated timing features
@@ -73,7 +73,7 @@ icon: material/book-open-page-variant
7373
- 128x64 pixels
7474
- Status LEDs
7575

76-
## :fontawesome-solid-screwdriver-wrench:&nbsp;Connectivity
76+
## :fontawesome-solid-screwdriver-wrench: Connectivity
7777

7878
- SMA Connections:
7979
- GNSS Antenna (L1/L2/L5/L-Band) - provides 3.3V for an active antenna
@@ -313,7 +313,7 @@ icon: material/book-open-page-variant
313313

314314

315315

316-
## :fontawesome-solid-list-check:&nbsp;Required Materials
316+
## :fontawesome-solid-list-check: Required Materials
317317
The GNSSDO comes with everything you need to get up and running.
318318

319319
**Kit Contents**
@@ -408,7 +408,7 @@ Everything that is included in the GNSSDO kit.
408408

409409
</div>
410410

411-
??? note ":material-weather-pouring:&nbsp;Selecting an Outdoor Enclosure"
411+
??? note ":material-weather-pouring: Selecting an Outdoor Enclosure"
412412

413413
The GNSSDO comes in a beautiful custom extruded aluminum enclosure, with machined end panels and matching stickers. The slotted flanges make it easy to install and secure the enclosure in many locations. But the enclosure only provides limited protection against the ingress of dust and water; it is designed to IP42. So, if you are going to permanently install it up on the roof too, you're going to need a suitable weatherproof box. We found a good one - the [Orbit 57095](https://www.orbitonline.com/products/gray-outdoor-timer-cabinet) - also available from [Amazon](https://www.amazon.com/Orbit-57095-Weather-Resistant-Outdoor-Mounted-Controller/dp/B000VYGMF2) - back when we put together our very first [DIY GNSS Reference Station](https://learn.sparkfun.com/tutorials/how-to-build-a-diy-gnss-reference-station#mini-computer-setup-option-1).
414414

@@ -437,7 +437,7 @@ Everything that is included in the GNSSDO kit.
437437
</div>
438438

439439

440-
## :material-bookshelf:&nbsp;Suggested Reading
440+
## :material-bookshelf: Suggested Reading
441441

442442
As a more sophisticated product, we will skip over the more fundamental tutorials (i.e. [**Ohm's Law**](https://learn.sparkfun.com/tutorials/voltage-current-resistance-and-ohms-law) and [**What is Electricity?**](https://learn.sparkfun.com/tutorials/what-is-electricity)). However, below are a few tutorials that may help users familiarize themselves with various aspects of the board.
443443

docs/quick_start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ hide: toc
5454

5555

5656

57-
=== "<H2>:material-ethernet:&nbsp;Ethernet</H2>"
57+
=== "<H2>:material-ethernet: Ethernet</H2>"
5858

5959
The simplest way to get your GNSSDO up and running is to connect it to your Ethernet network or an Ethernet port on your broadband router:
6060

@@ -132,7 +132,7 @@ hide: toc
132132

133133
Subnet 3 is reserved for the mosaic-T's USB-C connection (Ethernet-over-USB). If your router / switch is allocating addresses using subnet 3 (192.168.3.***), please change its settings so it uses a different subnet. If it is using subnet 3, both the mosaic-T and your device will appear to have valid IP addresses but will not be able to communicate.
134134

135-
=== "<H2>:material-usb-port:&nbsp;mosaic-T USB-C</H2>"
135+
=== "<H2>:material-usb-port: mosaic-T USB-C</H2>"
136136

137137
The mosaic-T has a built-in high-speed USB port which supports Ethernet-over-USB and two additional UART COM ports. To take advantage of this interface, you first need to install the Septentrio drivers.
138138

@@ -173,7 +173,7 @@ hide: toc
173173

174174
Subnet 3 is reserved for the mosaic-T's USB-C connection (Ethernet-over-USB). If your computer is simultaneously connected to an Ethernet or WiFi network that also uses subnet 3 (192.168.3.***), please change the network settings so it uses a different subnet.
175175

176-
=== "<H2>:material-usb-port:&nbsp;ESP32 USB-C</H2>"
176+
=== "<H2>:material-usb-port: ESP32 USB-C</H2>"
177177

178178
The SparkPNT GNSSDO contains an ESP32-WROVER microcontroller module. You can connect to its console through the **CONFIG ESP32** USB-C connector.
179179

docs/resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ icon: material/book-open-page-variant
2323
- :material-forum: [SparkFun Forum: GNSS Topics](https://community.sparkfun.com/c/global-positioning-system-gps/96)
2424

2525

26-
### 🏭&nbsp;Manufacturer's Resources
26+
### 🏭 Manufacturer's Resources
2727
Septentrio also provides great resources for the mosaic-T:
2828

2929
<div class="annotate" markdown>
@@ -77,7 +77,7 @@ Septentrio also provides great resources for the mosaic-T:
7777
:material-youtube: [Test-run for Septentrio's anti-jamming feature](https://youtu.be/SzI0skGHKEw)<br>
7878
:material-youtube: [mosaic - GNSS module receiver range from Septentrio](https://youtu.be/Co8hrVeklAA)
7979

80-
### 🏭&nbsp;Fugro AtomiChron^®^
80+
### 🏭 Fugro AtomiChron^®^
8181
Full details about Fugro's AtomiChron time synchronisation service can be found on their website:
8282

8383
- [Fugro AtomiChron^®^](https://www.fugro.com/expertise/other-expertise/atomichron)

docs/software_overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ icon: fontawesome/solid/computer
1717
With that said, please feel free to [file an issue](../github/file_issue/#discrepancies-in-the-documentation) if you feel we have missed something that may benefit other users. *(Don't forget to provide us with a link to the documentation and what section the information is located.)*
1818

1919

20-
## :septentrio:&nbsp;mosaic-T
20+
## :septentrio: mosaic-T
2121

2222
### RxTools Software Suite
2323

@@ -233,7 +233,7 @@ With the USB driver installed, the mosaic-T module supports Ethernet-over-USB. T
233233
??? failure "Invalid IP Address *(WiFi Only)*"
234234
[One of the documentation pages on Septentrio's website](https://customersupport.septentrio.com/s/article/What-is-the-default-IP-address-to-connect-via-WiFi), specifies a default IP address of `192.168.20.1` for the web interface. However, that address is for a WiFi enabled product and cannot be used with this product.
235235

236-
## :espressif:&nbsp;ESP32
236+
## :espressif: ESP32
237237

238238
### USB Driver
239239
Users will need to install a USB driver for the CH340 serial-to-USB chip, in order to communicate with the ESP32 module. The latest USB drivers for the CH340 are available from the manufacturer, on the [WCH website](https://www.wch-ic.com/products/CH340.html?):
@@ -296,7 +296,7 @@ In order to configure the firmware settings on the ESP32, users will need to ins
296296

297297
</div>
298298

299-
## :fontawesome-solid-screwdriver-wrench:&nbsp;Software Settings
299+
## :fontawesome-solid-screwdriver-wrench: Software Settings
300300

301301
When connected to the ESP32 CH340 COM port at 115200 baud, pressing any key in the terminal emulator will open the firmware Main Menu:
302302

0 commit comments

Comments
 (0)