Skip to content

Commit d70069c

Browse files
author
dberschauer
committed
Add initial test comment
1 parent 755f3e8 commit d70069c

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

Firmware/RTK_Surveyor/PvtUdpServer.ino

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,34 @@ pvtUdpServer.ino
2929
'------------> Cell Phone <-------------------------------'
3030
for display
3131
32+
PVT UDP Server Testing:
33+
34+
RTK Express(+) with WiFi enabled, PvtUdpServer enabled, PvtUdpPort setup,
35+
Smartphone with QField:
36+
37+
Network Setup:
38+
Connect the Smartphone and the RTK Express to the same Network (e.g. the Smartphones HotSpot).
39+
40+
QField Setup:
41+
* Open a project
42+
* Open the left menu
43+
* Click on the gear icon
44+
* Click on Settings
45+
* Click on Positioning
46+
* Add a new Positioning device
47+
* Set Connection type to UDP (NMEA)
48+
* Set the Adress to <broadcast>
49+
* Set the Port to the value of the specified PvtUdpPort (default 10110)
50+
* Optional: give it a name (e.g. RTK Express UDP)
51+
* Click on the Checkmark
52+
* Make sure the new device is set as the Postioning device in use
53+
* Exit the menus
54+
55+
1. Long press on the location icon in the lower right corner
56+
57+
2. Enable Show Position Information
58+
59+
3. Verify that the displayed coordinates, fix tpe etc. are valid
3260
*/
3361

3462
#ifdef COMPILE_WIFI

0 commit comments

Comments
 (0)