Skip to content

Commit ad8405a

Browse files
committed
Move SurvPC to windows section
1 parent 8528980 commit ad8405a

File tree

2 files changed

+121
-121
lines changed

2 files changed

+121
-121
lines changed

docs/gis_software_android.md

-121
Original file line numberDiff line numberDiff line change
@@ -728,127 +728,6 @@ SurPad with RTK Fix
728728

729729
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.
730730

731-
## SurvPC
732-
733-
Be sure your device is [paired over Bluetooth](connecting_bluetooth.md#windows).
734-
735-
<figure markdown>
736-
![Equip Sub Menu](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20Equip%20Menu.jpg)
737-
<figcaption markdown>
738-
Equip Sub Menu
739-
</figcaption>
740-
</figure>
741-
742-
Select the *Equip* sub menu then `GPS Rover`
743-
744-
<figure markdown>
745-
![Select NMEA GPS Receiver](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20Rover%20NMEA.jpg)
746-
<figcaption markdown>
747-
Select NMEA GPS Receiver
748-
</figcaption>
749-
</figure>
750-
751-
From the drop down, select `NMEA GPS Receiver`.
752-
753-
<figure markdown>
754-
![Select Model: DGPS](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20Rover%20DGPS.jpg)
755-
<figcaption markdown>
756-
Select Model: DGPS
757-
</figcaption>
758-
</figure>
759-
760-
Select DGPS if you'd like to connect to an NTRIP Caster. If you are using the RTK Facet L-Band, or do not need RTK fix type precision, leave the model as Generic.
761-
762-
<figure markdown>
763-
![Bluetooth Settings](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20Rover%20Comms.jpg)
764-
<figcaption markdown>
765-
Bluetooth Settings Button
766-
</figcaption>
767-
</figure>
768-
769-
From the `Comms` submenu, click the Blueooth settings button.
770-
771-
<figure markdown>
772-
![SurvPC Bluetooth Devices](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20Rover%20Find%20Device.jpg)
773-
<figcaption markdown>
774-
SurvPC Bluetooth Devices
775-
</figcaption>
776-
</figure>
777-
778-
Click `Find Device`.
779-
780-
<figure markdown>
781-
![List of Paired Bluetooth Devices](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20Rover%20Select%20Bluetooth%20Device.jpg)
782-
<figcaption markdown>
783-
List of Paired Bluetooth Devices
784-
</figcaption>
785-
</figure>
786-
787-
You will be shown a list of devices that have been paired. Select the RTK device you want to connect to.
788-
789-
<figure markdown>
790-
![Connect to Device](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20Rover%20Select%20Bluetooth%20Device%20With%20MAC.jpg)
791-
<figcaption markdown>
792-
Connect to Device
793-
</figcaption>
794-
</figure>
795-
796-
Click the `Connect Bluetooth` button, shown in red in the top right corner. The software will begin a connection to the RTK device. You'll see the MAC address on the RTK device changes to the Bluetooth icon indicating it's connected.
797-
798-
If SurvPC detects NMEA, it will report a successful connection.
799-
800-
<figure markdown>
801-
![Receiver Submenu](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20Rover%20Receiver.jpg)
802-
<figcaption markdown>
803-
Receiver Submenu
804-
</figcaption>
805-
</figure>
806-
807-
You are welcome to enter the ARP (antenna reference point) and surveying stick length for your particular setup.
808-
809-
**NTRIP Client**
810-
811-
!!! note
812-
If you are using a radio to connect Base to Rover, or if you are using the RTK Facet L-Band you do not need to set up NTRIP; the device will achieve RTK fixes and output extremely accurate location data by itself. But if L-Band corrections are not available, or you are not using a radio link, the NTRIP Client can provide corrections to this Rover.
813-
814-
<figure markdown>
815-
![RTK Submenu](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20NTRIP%20Client.jpg)
816-
<figcaption markdown>
817-
RTK Submenu
818-
</figcaption>
819-
</figure>
820-
821-
If you selected 'DGPS' as the Model type, the RTK submenu will be shown. This is where you give the details about your NTRIP Caster such as your mount point, user name/pw, etc. For more information about creating your own NTRIP mount point please see [Creating a Permanent Base](permanent_base.md)
822-
823-
824-
Enter your NTRIP Caster credentials and click connect. You will see bytes begin to transfer from your phone to the RTK device. Within a few seconds, the RTK device will go from ~300mm accuracy to 14mm. Pretty nifty, no?
825-
826-
What's an NTRIP Caster? In a nutshell, it's a server that is sending out correction data every second. There are thousands of sites around the globe that calculate the perturbations in the ionosphere and troposphere that decrease the accuracy of GNSS accuracy. Once the inaccuracies are known, correction values are encoded into data packets in the RTCM format. You, the user, don't need to know how to decode or deal with RTCM, you simply need to get RTCM from a source within 10km of your location into the RTK device. The NTRIP client logs into the server (also known as the NTRIP caster) and grabs that data, every second, and sends it over Bluetooth to the RTK device.
827-
828-
Don't have access to an NTRIP Caster? You can use a 2nd RTK product operating in Base mode to provide the correction data. Check out [Creating a Permanent Base](permanent_base.md). If you're the DIY sort, you can create your own low-cost base station using an ESP32 and a ZED-F9P breakout board. Check out [How to](https://learn.sparkfun.com/tutorials/how-to-build-a-diy-gnss-reference-station) Build a DIY GNSS Reference Station](https://learn.sparkfun.com/tutorials/how-to-build-a-diy-gnss-reference-station). If you'd just like a service, [Syklark](https://www.swiftnav.com/skylark) provides RTCM coverage for $49 a month (as of writing) and is extremely easy to set up and use. Remember, you can always use a 2nd RTK device in *Base* mode to provide RTCM correction data but it will be less accurate than a fixed position caster.
829-
830-
Once everything is connected up, click the Green check in the top right corner.
831-
832-
<figure markdown>
833-
![Storing Points](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20Survey.jpg)
834-
<figcaption markdown>
835-
Storing Points
836-
</figcaption>
837-
</figure>
838-
839-
Now that we have a connection, you can use the device, as usual, storing points and calculating distances.
840-
841-
<figure markdown>
842-
![SurvPC Skyplot](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20Skyplot.jpg)
843-
<figcaption markdown>
844-
SurvPC Skyplot
845-
</figcaption>
846-
</figure>
847-
848-
Opening the Skyplot will allow you to see your GNSS details in real-time.
849-
850-
If you are a big fan of SurvPC please contact your sales rep and ask them to include SparkFun products in their Manufacturer drop-down list.
851-
852731
## SW Maps
853732

854733
The best mobile app that we’ve found is the powerful, free, and easy-to-use [SW Maps](https://play.google.com/store/apps/details?id=np.com.softwel.swmaps) by Softwel. It is compatible with Android and iOS, either phone or tablet with Bluetooth. What makes SW Maps truly powerful is its built-in NTRIP client. This is a fancy way of saying that we’ll be showing you how to get RTCM correction data over the cellular network.

docs/gis_software_windows.md

+121
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,127 @@ Compatibility Icons
2020

2121
There are a variety of 3rd party apps available for GIS and surveying for [Android](https://docs.sparkfun.com/SparkFun_RTK_Everywhere_Firmware/gis_software_android/), [iOS](https://docs.sparkfun.com/SparkFun_RTK_Everywhere_Firmware/gis_software_ios/), and [Windows](https://docs.sparkfun.com/SparkFun_RTK_Everywhere_Firmware/gis_software_windows/). We will cover a few examples below that should give you an idea of how to get the incoming NMEA data into the software of your choice.
2222

23+
## SurvPC
24+
25+
Be sure your device is [paired over Bluetooth](connecting_bluetooth.md#windows).
26+
27+
<figure markdown>
28+
![Equip Sub Menu](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20Equip%20Menu.jpg)
29+
<figcaption markdown>
30+
Equip Sub Menu
31+
</figcaption>
32+
</figure>
33+
34+
Select the *Equip* sub menu then `GPS Rover`
35+
36+
<figure markdown>
37+
![Select NMEA GPS Receiver](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20Rover%20NMEA.jpg)
38+
<figcaption markdown>
39+
Select NMEA GPS Receiver
40+
</figcaption>
41+
</figure>
42+
43+
From the drop down, select `NMEA GPS Receiver`.
44+
45+
<figure markdown>
46+
![Select Model: DGPS](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20Rover%20DGPS.jpg)
47+
<figcaption markdown>
48+
Select Model: DGPS
49+
</figcaption>
50+
</figure>
51+
52+
Select DGPS if you'd like to connect to an NTRIP Caster. If you are using the RTK Facet L-Band, or do not need RTK fix type precision, leave the model as Generic.
53+
54+
<figure markdown>
55+
![Bluetooth Settings](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20Rover%20Comms.jpg)
56+
<figcaption markdown>
57+
Bluetooth Settings Button
58+
</figcaption>
59+
</figure>
60+
61+
From the `Comms` submenu, click the Blueooth settings button.
62+
63+
<figure markdown>
64+
![SurvPC Bluetooth Devices](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20Rover%20Find%20Device.jpg)
65+
<figcaption markdown>
66+
SurvPC Bluetooth Devices
67+
</figcaption>
68+
</figure>
69+
70+
Click `Find Device`.
71+
72+
<figure markdown>
73+
![List of Paired Bluetooth Devices](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20Rover%20Select%20Bluetooth%20Device.jpg)
74+
<figcaption markdown>
75+
List of Paired Bluetooth Devices
76+
</figcaption>
77+
</figure>
78+
79+
You will be shown a list of devices that have been paired. Select the RTK device you want to connect to.
80+
81+
<figure markdown>
82+
![Connect to Device](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20Rover%20Select%20Bluetooth%20Device%20With%20MAC.jpg)
83+
<figcaption markdown>
84+
Connect to Device
85+
</figcaption>
86+
</figure>
87+
88+
Click the `Connect Bluetooth` button, shown in red in the top right corner. The software will begin a connection to the RTK device. You'll see the MAC address on the RTK device changes to the Bluetooth icon indicating it's connected.
89+
90+
If SurvPC detects NMEA, it will report a successful connection.
91+
92+
<figure markdown>
93+
![Receiver Submenu](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20Rover%20Receiver.jpg)
94+
<figcaption markdown>
95+
Receiver Submenu
96+
</figcaption>
97+
</figure>
98+
99+
You are welcome to enter the ARP (antenna reference point) and surveying stick length for your particular setup.
100+
101+
**NTRIP Client**
102+
103+
!!! note
104+
If you are using a radio to connect Base to Rover, or if you are using the RTK Facet L-Band you do not need to set up NTRIP; the device will achieve RTK fixes and output extremely accurate location data by itself. But if L-Band corrections are not available, or you are not using a radio link, the NTRIP Client can provide corrections to this Rover.
105+
106+
<figure markdown>
107+
![RTK Submenu](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20NTRIP%20Client.jpg)
108+
<figcaption markdown>
109+
RTK Submenu
110+
</figcaption>
111+
</figure>
112+
113+
If you selected 'DGPS' as the Model type, the RTK submenu will be shown. This is where you give the details about your NTRIP Caster such as your mount point, user name/pw, etc. For more information about creating your own NTRIP mount point please see [Creating a Permanent Base](permanent_base.md)
114+
115+
116+
Enter your NTRIP Caster credentials and click connect. You will see bytes begin to transfer from your phone to the RTK device. Within a few seconds, the RTK device will go from ~300mm accuracy to 14mm. Pretty nifty, no?
117+
118+
What's an NTRIP Caster? In a nutshell, it's a server that is sending out correction data every second. There are thousands of sites around the globe that calculate the perturbations in the ionosphere and troposphere that decrease the accuracy of GNSS accuracy. Once the inaccuracies are known, correction values are encoded into data packets in the RTCM format. You, the user, don't need to know how to decode or deal with RTCM, you simply need to get RTCM from a source within 10km of your location into the RTK device. The NTRIP client logs into the server (also known as the NTRIP caster) and grabs that data, every second, and sends it over Bluetooth to the RTK device.
119+
120+
Don't have access to an NTRIP Caster? You can use a 2nd RTK product operating in Base mode to provide the correction data. Check out [Creating a Permanent Base](permanent_base.md). If you're the DIY sort, you can create your own low-cost base station using an ESP32 and a ZED-F9P breakout board. Check out [How to](https://learn.sparkfun.com/tutorials/how-to-build-a-diy-gnss-reference-station) Build a DIY GNSS Reference Station](https://learn.sparkfun.com/tutorials/how-to-build-a-diy-gnss-reference-station). If you'd just like a service, [Syklark](https://www.swiftnav.com/skylark) provides RTCM coverage for $49 a month (as of writing) and is extremely easy to set up and use. Remember, you can always use a 2nd RTK device in *Base* mode to provide RTCM correction data but it will be less accurate than a fixed position caster.
121+
122+
Once everything is connected up, click the Green check in the top right corner.
123+
124+
<figure markdown>
125+
![Storing Points](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20Survey.jpg)
126+
<figcaption markdown>
127+
Storing Points
128+
</figcaption>
129+
</figure>
130+
131+
Now that we have a connection, you can use the device, as usual, storing points and calculating distances.
132+
133+
<figure markdown>
134+
![SurvPC Skyplot](./img/SurvPC/SparkFun%20RTK%20Software%20-%20SurvPC%20Skyplot.jpg)
135+
<figcaption markdown>
136+
SurvPC Skyplot
137+
</figcaption>
138+
</figure>
139+
140+
Opening the Skyplot will allow you to see your GNSS details in real-time.
141+
142+
If you are a big fan of SurvPC please contact your sales rep and ask them to include SparkFun products in their Manufacturer drop-down list.
143+
23144
## QGIS
24145

25146
QGIS is a free and open-source geographic information system software for desktops. It's available [here](https://qgis.org/).

0 commit comments

Comments
 (0)