Skip to content

Commit f79801d

Browse files
committed
docs updates
1 parent 3ad5f8d commit f79801d

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

docs/atomichron.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: material/tools
55
Fugro AtomiChron® is a global, real-time, precise clock synchronisation and authentication service based on GNSS, for applications that require resilient, accurate and reliable time and frequency. This innovative technology eliminates time drift caused by clocks counting time at slightly different rates and gives users access to extreme frequency stability as well as extreme accurate time references, with levels that surpass high-calibre industrial standard caesium clocks and approaching hydrogen maser performance.
66

77
<figure markdown>
8-
[![Fugro AtomiChron overview](./assets/img/hookup_guide/AtomiChron.png){ width="400" }](./assets/img/hookup_guide/AtomiChron.png "Click to enlarge")
8+
[![Fugro AtomiChron overview](./assets/img/hookup_guide/AtomiChron.png){ width="600" }](./assets/img/hookup_guide/AtomiChron.png "Click to enlarge")
99
<figcaption markdown>Fugro AtomiChron overview.</figcaption>
1010
</figure>
1111

@@ -24,7 +24,7 @@ Fugro AtomiChron® is a global, real-time, precise clock synchronisation and aut
2424
With AtomiChron enabled, the GNSSDO achieves a GPS clock bias of better than 1 ns:
2525

2626
<figure markdown>
27-
[![Clock bias performance](./assets/img/hookup_guide/clock_bias.png){ width="400" }](./assets/img/hookup_guide/clock_bias.png "Click to enlarge")
27+
[![Clock bias performance](./assets/img/hookup_guide/clock_bias.png){ width="600" }](./assets/img/hookup_guide/clock_bias.png "Click to enlarge")
2828
<figcaption markdown>GPS clock bias with AtomiChron vs GPS Pulse-Per-Second offset (without AtomiChron).</figcaption>
2929
</figure>
3030

@@ -44,7 +44,7 @@ Without an AtomiChron subscription, the firmware will use the composite GNSS **R
4444
<figcaption markdown>By default, the Fugro AtomiChron subscription shows as "expired".</figcaption>
4545
</figure>
4646

47-
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.
47+
With AtomiChron, the firmware will use the Fugro composite bias reported in **FugroTimeOffset** to discipline the TCXO frequency. You also have the option to prefer the individual GPS or Galileo clock bias over the Fugro composite bias. Please refer to the [ESP32 firmware settings](./software_overview.md#configure-operation) for more details.
4848

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

docs/software_overview.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -382,10 +382,7 @@ The TCXO frequency control word is saved to NVM once per hour, to allow a quicke
382382

383383
### TCP Server (IPS1)
384384

385-
When **TCP Server (IPS1)** is enabled, the ESP32 serial console is diverted from the CH340 (USB) interface to the mosaic-T COM3 UART interface.
386-
The serial data is then daisy chained from COM3 to the IPS1 TCP server.
387-
388-
When **TCP Server (IPS1)** is enabled, the configuration menu and debug messages can be accessed over TCP / Telnet on the chosen port. The CH340 (USB) interface is then no longer active.
385+
When **TCP Server (IPS1)** is enabled, the ESP32 serial console is diverted from the CH340 (USB) interface to the mosaic-T COM3 UART interface and daisy chained to the IPS1 TCP server. The configuration menu and debug messages can then be accessed over TCP / Telnet on the chosen port. The CH340 (USB) interface is then no longer active.
389386

390387
TCP / Telnet is supported over both Ethernet and the Ethernet-over-USB connection. Only one TCP2Way connection is supported.
391388

0 commit comments

Comments
 (0)