Skip to content

Commit

Permalink
Fix compatibility bubbles
Browse files Browse the repository at this point in the history
  • Loading branch information
nseidle committed Feb 12, 2025
1 parent 3693dc2 commit 38bbf5e
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 14 deletions.
7 changes: 4 additions & 3 deletions docs/accuracy_verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ Compatibility Icons

<div class="grid cards fill" markdown>

- Torch: :material-radiobox-marked:{ .support-full title="Feature Supported" }
- EVK: :material-radiobox-marked:{ .support-full title="Feature Supported" }
- Postcard: :material-radiobox-marked:{ .support-full title="Feature Supported" }
- Torch: :material-radiobox-marked:{ .support-full title="Feature Supported" }

</div>

Expand Down Expand Up @@ -259,10 +260,10 @@ Feel free to look at and make a copy of the [SparkFun example](https://docs.goog

52mm off a professional mark is a clear indicator we are *very close* to the limit of our equipment. The sheer amount of geoscience, coordinate math, and relativistic physics that very smart people have contributed to enable any part of this experiment is awe-inspiring. It gave me great satisfaction and reassurance that our base at SparkFun HQ is set up well, and that, in the hands of a professional, the RTK product line is quite capable of providing *very* accurate readings.

## How do I get 14mm?!
## How do I get 10mm?!

- Use the best equipment. Our mechanical setup was rickety and cheap. Use a surveyor’s bipod setup, with a bubble level, and a prism pole to accurately level the RTK receiver and measure the distance to the monument.
- Use an antenna that is NGS calibrated to obtain accurate ARPs. The [SparkFun TOP106 antenna](https://www.sparkfun.com/products/17751) has been calibrated and we are in the process of calibrating the RTK Facet and RTK Facet L-Band.
- Use an antenna that is NGS calibrated to obtain accurate ARPs. The [SparkFun SPK6618H antenna](https://www.sparkfun.com/gnss-multi-band-l1-l2-l5-surveying-antenna-tnc-spk6618h.html) has been calibrated and we are in the process of calibrating the RTK Facet and RTK Facet L-Band.
- Use an accurate base. A temporary or ‘survey-in’ base will not be accurate. The base needs 24 hours of logging with a [PPP analysis](https://learn.sparkfun.com/tutorials/how-to-build-a-diy-gnss-reference-station/all#gather-raw-gnss-data).
- Be within 10km of your base. A baseline that is more than 10km will introduce inaccuracies to the RTK fix readings.
- Correction services are not as accurate as a fixed base. While services such as Skylark and PointPerfect are *convenient*, they use models to estimate the overall isotropic disturbance. A local, fixed base will outperform a correction service.
Expand Down
8 changes: 4 additions & 4 deletions docs/correction_transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Compatibility Icons

- EVK: :material-radiobox-marked:{ .support-full title="Feature Supported" }
- Postcard: :material-radiobox-marked:{ .support-full title="Feature Supported" }
- Torch: [:material-radiobox-blank:{ .support-none }]( title ="Feature Supported" )
- Torch: [:material-radiobox-blank:{ .support-full }]( title ="Feature Supported" )

</div>

Expand All @@ -124,7 +124,7 @@ Compatibility Icons
<div class="grid cards fill" markdown>

- EVK: :material-radiobox-marked:{ .support-full title="Feature Supported" }
- Postcard: :material-radiobox-marked:{ .support-full title="Feature Not Supported" }
- Postcard: :material-radiobox-marked:{ .support-none title="Feature Not Supported" }
- Torch: [:material-radiobox-blank:{ .support-none }]( title ="Feature Not Supported" )

</div>
Expand All @@ -150,7 +150,7 @@ Compatibility Icons

<div class="grid cards fill" markdown>

- EVK: :material-radiobox-marked:{ .support-full title="Feature Not Supported" }
- EVK: :material-radiobox-marked:{ .support-none title="Feature Not Supported" }
- Postcard: :material-radiobox-marked:{ .support-full title="Feature Supported" }
- Torch: [:material-radiobox-blank:{ .support-none }]( title ="Feature Not Supported" )

Expand Down Expand Up @@ -191,7 +191,7 @@ Compatibility Icons
</figcaption>
</figure>

Serial radios, sometimes called telemetry radios, provide what is essentially a serial cable between the base and rover devices. Transmission distance, frequency, maximum data rate, configurability, and price vary widely, but all behave functionally the same. SparkFun recommends the [HolyBro 100mW](https://www.sparkfun.com/products/19032) and the [SparkFun LoRaSerial 1W](https://www.sparkfun.com/products/19311) radios for RTK use.
Serial radios, sometimes called telemetry or packet radios, provide what is essentially a serial cable between the base and rover devices. Transmission distance, frequency, maximum data rate, configurability, and price vary widely, but all behave functionally the same. SparkFun recommends the [HolyBro 100mW](https://www.sparkfun.com/products/19032) and the [SparkFun LoRaSerial 1W](https://www.sparkfun.com/products/19311) radios for RTK use.

<figure markdown>
![Serial radio cable](./img/Corrections/17239-GHR-04V-S_to_GHR-06V-S_Cable_-_150mm-01.jpg)
Expand Down
2 changes: 1 addition & 1 deletion docs/embeddedsystem_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Compatibility Icons
<div class="grid cards fill" markdown>

- EVK: [:material-radiobox-blank:{ .support-none }]( title ="Feature Not Supported" )
- Postcard: [:material-radiobox-blank:{ .support-none }]( title ="Feature Supported" )
- Postcard: [:material-radiobox-blank:{ .support-full }]( title ="Feature Supported" )
- Torch: [:material-radiobox-blank:{ .support-none }]( title ="Feature Not Supported" )

</div>
Expand Down
2 changes: 2 additions & 0 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ The line of RTK Everywhere products offered by SparkFun all run identical firmwa

<center>
[Quickstart Guide](https://docs.sparkfun.com/SparkFun_RTK_Everywhere_Firmware/quickstart-torch/){ .md-button .md-button--primary }
</center>
<br>
<center>
[Hookup Guide](https://docs.sparkfun.com/SparkFun_RTK_Torch/){ .md-button .md-button--primary }
</center>

Expand Down
7 changes: 4 additions & 3 deletions docs/menu_radios.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Compatibility Icons
<div class="grid cards fill" markdown>

- EVK: :material-radiobox-indeterminate-variant:{ .support-partial title="Feature Partially Supported" }
- Postcard: :material-radiobox-marked:{ .support-full title="Feature Partially Supported" }
- Torch: :material-radiobox-indeterminate-variant:{ .support-partial title="Feature Supported" }
- Postcard: :material-radiobox-marked:{ .support-partial title="Feature Partially Supported" }
- Torch: :material-radiobox-indeterminate-variant:{ .support-full title="Feature Supported" }

Note: All SparkFun RTK devices contain a radio capable of direct Rover-Base communication over 2.4GHz called ESP-NOW. The RTK Torch is currently the only RTK device with a built-in Long Range (LoRa) radio.

Expand Down Expand Up @@ -109,8 +109,9 @@ Compatibility Icons

<div class="grid cards fill" markdown>

- Torch: :material-radiobox-marked:{ .support-full title="Feature Supported" }
- EVK: [:material-radiobox-blank:{ .support-none }]( title ="Feature Not Supported" )
- Postcard: [:material-radiobox-blank:{ .support-none }]( title ="Feature Not Supported" )
- Torch: :material-radiobox-marked:{ .support-full title="Feature Supported" }

</div>

Expand Down
1 change: 1 addition & 0 deletions docs/menu_wifi.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Compatibility Icons

<div class="grid cards fill" markdown>

- EVK: :material-radiobox-marked:{ .support-full title="Feature Supported" }
- Postcard: :material-radiobox-marked:{ .support-full title="Feature Supported" }
- Torch: :material-radiobox-marked:{ .support-full title="Feature Supported" }

Expand Down
9 changes: 6 additions & 3 deletions docs/reference_documents.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

This is a list of technical documents pertaining to each RTK Everywhere based product.

- RTK Torch
- [Datasheets](https://docs.sparkfun.com/SparkFun_RTK_Torch/reference_documents/)
- [Hookup Guide](https://docs.sparkfun.com/SparkFun_RTK_Torch/)
- RTK EVK
- [Datasheets](https://docs.sparkfun.com/SparkFun_RTK_EVK/resources/)
- [Hookup Guide](https://docs.sparkfun.com/SparkFun_RTK_EVK/)
- RTK Postcard
- [Datasheets](https://docs.sparkfun.com/SparkFun_RTK_Postcard/resources/)
- [Hookup Guide](https://docs.sparkfun.com/SparkFun_RTK_Postcard/)
- RTK Torch
- [Datasheets](https://docs.sparkfun.com/SparkFun_RTK_Torch/reference_documents/)
- [Hookup Guide](https://docs.sparkfun.com/SparkFun_RTK_Torch/)

0 comments on commit 38bbf5e

Please sign in to comment.