Skip to content

Commit 5425c06

Browse files
committed
docs updates
1 parent 56c2ab5 commit 5425c06

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

docs/atomichron.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
icon: material/tools
33
---
44

5-
## Fugro AtomiChron<sup>Ⓡ</sup>
6-
75
For the ultimate in clock accuracy, you can subscribe to Fugro's AtomiChron service. Corrections can be delivered via L-Band or IP (Ethernet). AtomiChron allows the mosaic-T to achieve better than 1ns timing accuracy. Activation takes place over L-Band.
86

97
Without an AtomiChron subscription, the firmware will use the composite GNSS **RxClkBias** from **PVTGeodetic** to discipline the TCXO frequency.
@@ -13,7 +11,7 @@ Without an AtomiChron subscription, the firmware will use the composite GNSS **R
1311
<figcaption markdown>By default, the Fugro AtomiChron subscription shows as "expired".</figcaption>
1412
</figure>
1513

16-
With AtomiChron, you have the option to use the individual GPS or Galileo clock bias from **FugroTimeOffset** over the Fugro composite bias.
14+
With AtomiChron, you have the option to use (prefer) the individual GPS or Galileo clock bias from **FugroTimeOffset** over the Fugro composite bias. Please refer to the [ESP32 firmware settings](./software_overview.md#configure-operation) for more details.
1715

1816
<figure markdown>
1917
[![Fugro AtomiChron active](./assets/img/hookup_guide/AtomiChron-Active.png){ width="400" }](./assets/img/hookup_guide/AtomiChron-Active.png "Click to enlarge")

docs/hardware_overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -591,8 +591,8 @@ These terminals are described in the tabs below. For more information on the I/O
591591
There are two miniature slide switches on the GNSSDO PCB:
592592

593593
<figure markdown>
594-
[![Switches](./assets/img/hookup_guide/Switches.png){ width="300" }](./assets/img/hookup_guide/Switches.png "Click to enlarge")
595-
<figcaption markdown>Switches.</figcaption>
594+
[![Switches](./assets/img/hookup_guide/Switches.png){ width="400" }](./assets/img/hookup_guide/Switches.png "Click to enlarge")
595+
<figcaption markdown>Switches</figcaption>
596596
</figure>
597597

598598
<div markdown>
@@ -735,7 +735,7 @@ There are three buttons on the GNSSDO: ++"RESET"++, ++"BOOT"++, and ++"LOG"++.
735735
* The SD card must be mounted to allow data logging by the mosaic-T
736736
* When the SD card is unmounted, it is accessible as a mass storage device via the CONFIG MOSAIC USB-C interface
737737
* Files can be read and written over USB while the SD card is unmounted
738-
* You can enter the commands using the `Admin \ Expert Console` to:
738+
* You can enter commands using the `Admin \ Expert Console` to:
739739
* Change what happens when the disk is full
740740
* Change how the files are named
741741
* Change the mounting / unmounting of the disk

docs/introduction.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,7 @@ icon: material/book-open-page-variant
255255
<td style="text-align:center">6-Pin JST Connector</td>
256256
<td style="text-align:center">SMA Connector</td>
257257
<td style="text-align:center">Screw Terminal</td>
258-
<td style="text-align:center">
259-
Screw Terminal<br>
260-
SMA Connector
261-
</td>
258+
<td style="text-align:center">SMA Connector</td>
262259
</tr>
263260
<tr>
264261
<td>10MHz Signal</td>

docs/quick_start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ hide: toc
197197
`4` - **Open the terminal emulator**
198198
: * Open the terminal emulator and connect to the CH340 COM port. Select **115200** as the baud rate.
199199
* Once connected, you will see a debug message from the ESP32 every second. The message contains the date, time, Lat, Long and other information about the clock accuracy.
200-
* Pressing any key will open the [configuration menu](./software_overview.md#fontawesome-solid-screwdriver-wrenchsoftware-settings), allowing you to change the firmware settings if needed.
200+
* Pressing any key will open the [configuration menu](./software_overview.md#software-settings), allowing you to change the firmware settings if needed.
201201

202202
!!! tip
203203
Enabling the [**TCP Server (IPS1)**](./software_overview.md#tcp-server-ips1) option via the Configure Operation menu will allow you to access the firmware serial console via TCP. The firmware settings can then be accessed over the Ethernet or Ethernet-over-USB interfaces, instead of CONFIG ESP32 USB-C. The TCP port number can be changed via the menu; the default TCP port is 28785.

0 commit comments

Comments
 (0)