You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/field/external_gps/index.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ External GPS receivers can be connected to your mobile device via Bluetooth and
12
12
13
13
There are several [extra position variables](../../layer/variables/#position-variables) that can be useful to record when doing the survey with external GPS, such as the GPS antenna height, GPS device name as well as metrics like horizontal, vertical or position dilution of precision (HDOP, VDOP, PDOP).
14
14
15
-
Note that external GPS devices usually return orthometric heights (ellipsoid with the geoid separation applied).
15
+
Note that external GPS devices usually return orthometric heights (ellipsoid with the geoid separation applied). The altitude and geoid separation in the [GPS info panel](../mobile-app-ui/#current-position-and-gps-info) in the <MobileAppNameShort /> is displayed as reported by the external GPS.
16
16
17
17
**Before you start**:
18
18
- Set up your device according to the instructions of its manufacturer. You should continue only when you are sure that the device is working and sending data.
@@ -52,7 +52,7 @@ It is strongly recommended to use the direct connection in the <MobileAppNameSho
52
52
3. Tap on the **Manage GPS receivers** option. Here, you can see the currently used receiver.
4. Choose your GPS receiver from the list of Bluetooth devices.
58
58
@@ -67,8 +67,11 @@ It is strongly recommended to use the direct connection in the <MobileAppNameSho
67
67

68
68
69
69
### How to connect external GPS receiver in Android via mock location
70
-
:::warning
71
-
Mock location should be only used if you are unable to connect the external GPS directly in the <MobileAppNameShort /> .
70
+
71
+
:::warning Mock location and Internal (fused) GPS provider
72
+
Mock location should be only used if you are unable to connect the external GPS directly in the <MobileAppNameShort />.
73
+
74
+
When setting up external GPS receiver on Android via mock location, we recommend using the *Internal (fused)* receiver option in [GPS Settings](../mobile-app-ui/#gps-settings) as this will show if mocked location is detected in the [GPS info](../mobile-app-ui/#current-position-and-gps-info) panel.
72
75
:::
73
76
74
77
External GPS can be connected and configured in Android to provide mock location using GPS apps (e.g. [Bluetooth GPS](https://play.google.com/store/apps/details?id=de.pilablu.gpsconnector) or apps from specific GPS manufacturers) as a source of GPS signal. the <MobileAppNameShort /> and other apps in your device will get the GPS position from the external GPS.
@@ -89,12 +92,12 @@ The mock location will be used by the <MobileAppNameShort /> automatically as if
89
92
90
93
Direct connection via the <MobileAppNameShort /> is not possible on iOS devices.
91
94
92
-
External GPS can be connected to your iOS device via Bluetooth. Depending on the GPS manufacturer, there may be a custom app, which then provides position to your iOS device. The <MobileAppNameShort /> sees this as an internal GPS receiver automatically, without additional configuration.
95
+
External GPS can be connected to your iOS device via Bluetooth. Depending on the GPS manufacturer, there may be a custom app, which then provides position to your iOS device. The <MobileAppNameShort /> sees this as an internal GPS receiver automatically, without additional configuration. <MobileAppNameShort /> will report if external GPS receiver is connected.
Copy file name to clipboardExpand all lines: src/field/gps_accuracy/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Current GPS accuracy is displayed above the bottom navigation panel in the <Mobi
15
15
The colour of the **GPS** button denotes the accuracy threshold that can be set in the [GPS settings](../mobile-app-ui/#gps-settings) in the <MobileAppNameShort />. By default, it is set to 10 m. The indicator is green when the accuracy threshold is met, otherwise it turns yellow.
16
16
17
17
Tapping the GPS button opens the [GPS info panel](../mobile-app-ui/#current-position-and-gps-info), which contains information about the horizontal and vertical accuracy, as well as number of satellites in use.
18
-

18
+

19
19
20
20
If you'd like to have higher accuracy, you can wait for your device to acquire a better GPS signal. For precise measurements, you may need to connect your device to an [external GPS](../external_gps/).
Copy file name to clipboardExpand all lines: src/field/mobile-app-ui/index.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,18 +99,24 @@ Tapping the **location button** in the right bottom corner of the screen centres
99
99
In the left bottom corner of the screen, there is a **GPS** button that displays the GPS accuracy as reported by your mobile device. The colour of the button denotes the accuracy threshold set in [GPS settings](#gps-settings) in the <MobileAppNameShort />.
100
100
101
101
Tapping the GPS accuracy button opens the GPS info panel:
102
-

102
+

103
103
104
-
-**Source**: internal GPS of the mobile device or [external](../external_gps/) GPS receiver connected via Bluetooth
104
+
-**Source**
105
+
-*Internal* or *Internal (fused)* for the GPS of the mobile device
106
+
- the name of the receiver for [external GPS](../external_gps/) receiver connected via Bluetooth
105
107
-**Longitude, Latitude**: current position
106
-
-**X, Y**: current position in project's coordinate reference system
108
+
-**X, Y**: current position in the project's coordinate reference system
107
109
-**Horizontal** and **Vertical accuracy** of the GPS position
108
-
-**Altitude**: ellipsoidal height if internal GPS is used. [External GPS](../external_gps/) devices usually return orthometric heights (ellipsoid with the geoid separation applied).
110
+
-**Altitude**: orthometric height
111
+
- for *Internal* or *Internal (fused)* GPS, it is calculated from the ellipsoidal height using the <NoSpellcheckid="EGM96" /> geoid model by adding the geoid height (undulation)
112
+
- for *[external GPS](../external_gps/)*, it is the orthometric height as reported by the external GPS
109
113
-**Satellites (in use/view)**: number of satellites
110
114
-**Speed**
111
115
-**Last fix**: time of the last received GPS position
112
116
-**GPS antenna height** that can be set in [GPS settings](#gps-settings)
113
-
117
+
-**Geoid separation**: geoid height (undulation)
118
+
- calculated from the <NoSpellcheckid="EGM96" /> geoid model for *Internal* or *Internal (fused)* GPS
119
+
- as reported by the *[external GPS](../external_gps/)*
114
120
115
121
### Sync
116
122
The **Sync** button can be used to synchronise changes during the field survey.
@@ -162,7 +168,7 @@ To open the **Settings**, tap the **More** button. In Settings, you can find [GP
162
168
163
169
### GPS settings
164
170
-**GPS accuracy threshold**: value used to change the colour of GPS accuracy indicator to yellow
165
-
-**Manage GPS receivers**: option to switch between internal GPS and external GPS receiver connected via Bluetooth. See [External GPS](../external_gps/) for more details.
171
+
-**Manage GPS receivers**: option to switch between internal, internal (fused) and external GPS receiver connected via Bluetooth. See [External GPS](../external_gps/) for more details.
166
172
-**GPS antenna height**: option to enter the height of a GPS antenna (e.g. when a surveying pole is used)
167
173
168
174

0 commit comments