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: docs/gis_software_android.md
+50Lines changed: 50 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -213,6 +213,56 @@ Known Issues:
213
213
214
214
To verify the NMEA sentences are being delivered correctly, Survey Master has a built-in tool. Select the Device->Rover->More->'H-Terminal'.
215
215
216
+
## SurPad
217
+
218
+
[SurPad](https://surpadapp.com/) is an Android app available as a free trial for 30-days. It's loaded as an APK (rather than through Google Play).
219
+
220
+
Be sure your RTK device has been [paired over Bluetooth](connecting_bluetooth.md#android) to your phone.
221
+
222
+

223
+
224
+
*SurPad Home Screen*
225
+
226
+
Create a project and get to the home screen. Shown above, click on the GNSS receiver icon.
227
+
228
+

229
+
230
+
*SurPad connecting over Bluetooth*
231
+
232
+
Set the **Device manufacturer** to *Other*, **Device type** to *RTK(NMEA0183)*, and **Communication Mode** to *Bluetooth*. Select the SparkFun RTK device that you would like to connect to on the **Paired Devices** list and then click *Connect*.
233
+
234
+
Once connected to the device a *Debug* button will appear. This is one of the nice features of SurPad: Running debug will allow you to inspect the NMEA coming across the link.
235
+
236
+
Once done, press the back arrow (top left corner) to return to the home screen.
237
+
238
+

239
+
240
+
*SurPad Point Survey map*
241
+
242
+
Above: From the home screen press the **Survey** button at the bottom, then **Point Survey** to bring up the map.
243
+
244
+
In the top left corner, press the green hamburger + cell phone icon. This will open the NTRIP settings.
245
+
246
+

247
+
248
+
*SurPad Data Link NTRIP Configuration*
249
+
250
+
Change the **Connect Mode** from *TCP Client* to *NTRIP*. If you are unable to edit or change the **Connect Mode** from TCP Client be sure the TCP Client is stopped by pressing the *Stop* button in the lower left corner (located in the same spot as the highlighted *Start*).
251
+
252
+

253
+
254
+
*SurPad NTRIP Connection*
255
+
256
+
Enter the information for your NTRIP caster. In the above example, we are connected to the SparkFun base station on RTK2Go. For RTK2Go you will need to enter a valid email address for a user name but a password is not required.
257
+
258
+
Click on *Start* and you should see the 'Receive data' progress bar (highlighted above) increase each second indicating a connection. Once complete, press 'Apply' to return to the map.
259
+
260
+

261
+
262
+
*SurPad with RTK Fix*
263
+
264
+
Above: After a few moments, the RTK device should move to RTK Float, then RTK Fix. You can see the age of the RTCM data in the upper bar, along with the horizontal (23mm) and vertical (31mm) accuracy estimates. Now you can begin taking points.
265
+
216
266
## SurvPC
217
267
218
268
Be sure your device is [paired over Bluetooth](connecting_bluetooth.md#windows).
0 commit comments