trimble position provider - #812
Open
alex-cit wants to merge 1 commit into
Open
Conversation
Withalion
reviewed
Sep 1, 2026
|
|
||
| ## Connecting external GPS | ||
| External GPS can be connected to the <MobileAppNameShort /> via [Bluetooth](#bluetooth-connection-android-only) or a [Network provider](#network-provider-connection). We recommend using one of these options as they provide more data, such as HDOP and fix quality (see [position variables](../../layer/variables/#position-variables)). Also, the <MobileAppNameShort /> will report which device is used and take care of reconnecting in case of lost connection. | ||
| External GPS can be connected to the <MobileAppNameShort /> via [Bluetooth](#bluetooth-connection-android-only), [Network provider](#network-provider-connection) or [Trimble position provider](#trimble-position-provider). We recommend using one of these options as they provide more data, such as HDOP and fix quality (see [position variables](../../layer/variables/#position-variables)). Also, the <MobileAppNameShort /> will report which device is used and take care of reconnecting in case of lost connection. |
There was a problem hiding this comment.
External GPS can be connected to the MM via Bluetooth, Network provider or Trimble position provider.
wouldn't it be better to use "Bluetooth, Network, Trimble connection"? current wording feels a bit off
|
|
||
| ### Mock location | ||
| It is strongly recommended to use the direct connection via [Bluetooth (Android)](#bluetooth-connection-android-only) or [network provider (Android, iOS)](#network-provider-connection) in the <MobileAppNameShort />. Mock location should only be used if these options are not available. | ||
| It is strongly recommended to use the direct connection via [Bluetooth (Android)](#bluetooth-connection-android-only), [network provider (Android, iOS)](#network-provider-connection) or [Trimble position provider](#trimble-position-provider) in the <MobileAppNameShort />. Mock location should only be used if these options are not available. |
There was a problem hiding this comment.
Suggested change
| It is strongly recommended to use the direct connection via [Bluetooth (Android)](#bluetooth-connection-android-only), [network provider (Android, iOS)](#network-provider-connection) or [Trimble position provider](#trimble-position-provider) in the <MobileAppNameShort />. Mock location should only be used if these options are not available. | |
| It is strongly recommended to use the direct connection via [Bluetooth (Android)](#bluetooth-connection-android-only), [network provider (Android, iOS)](#network-provider-connection) or [Trimble position provider (Android, iOS)](#trimble-position-provider) in the <MobileAppNameShort />. Mock location should only be used if these options are not available. |
Comment on lines
176
to
179
| | Trimble | Trimble Catalyst<sup><a href="#link-5">5</a></sup> | yes (mock location) | unknown | | ||
| | Trimble | Trimble R1<sup><a href="#link-5">5</a></sup> | yes (mock location) | unknown | | ||
| | Trimble | Trimble R2<sup><a href="#link-5">5</a></sup> | yes (mock location) | unknown | | ||
|
|
There was a problem hiding this comment.
this table should be updated as well no?
Withalion
reviewed
Sep 1, 2026
|
|
||
|  | ||
|
|
||
| ::: warning Status: Disconnected? |
There was a problem hiding this comment.
There is also status "No data", which usually means no receiver is connected to TMM or the current receiver doesn't have position yet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix #802
Trimble position provider added to External GPS.