Skip to content

Commit 25ab860

Browse files
authored
Update Example18_PointPerfectClient.ino
1 parent 7754abf commit 25ab860

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

examples/ZED-F9P/Example18_PointPerfectClient/Example18_PointPerfectClient.ino

+11-6
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,27 @@
99
and push it over I2C to a ZED-F9x.
1010
It's confusing, but the Arduino is acting as a 'client' to the PointPerfect SSR correction service.
1111
12-
You will need to have a valid u-blox Thingstream account and have a PointPerfect Thinng and Plan.
13-
Thingstream offers continetal SSR corrections to SPARTN cabalble RTK receivers such as the u-blox
14-
ZED-F9 sweries in continental Europ and US. There Network is planned to be expanded to ther regions
15-
over next years. To see sign up go to https://portal.thingstream.io/app/location-services/things
12+
You will need to have a valid u-blox Thingstream account and have a PointPerfect Thing and payed plan.
13+
Thingstream offers SSR corrections to SPARTN cabalble RTK receivers such as the u-blox ZED-F9 series
14+
in continental Europ and US. There Network is planned to be expanded to ther regions over next years.
15+
To see sign up go to https://portal.thingstream.io/app/location-services/things
1616
1717
This is a proof of concept to show how to connect via MQTT to get SPARTN SSR correction.
18-
Using WiFi for a rover is generally a bad idea because of limited WiFi range in the field.
18+
Using WiFi for a rover is generally a bad idea because of limited WiFi range in the field.
19+
You may use this exmaple in combination with a cell phone with hotspot mode enabled.
1920
2021
For more information about MQTT, SPARTN and PointPerfect Correction Services
21-
please see: https://www.u-blox.com/en/product/pointperfect?lang=de
22+
please see: https://www.u-blox.com/en/product/pointperfect
2223
2324
Feel like supporting open source hardware?
2425
Buy a board from SparkFun!
2526
ZED-F9P RTK2: https://www.sparkfun.com/products/16481
2627
RTK Surveyor: https://www.sparkfun.com/products/18443
2728
RTK Express: https://www.sparkfun.com/products/18442
29+
30+
Recommended Hardware:
31+
MicroMod GNSS Carrier Board: https://www.sparkfun.com/products/17722
32+
ESP32 Micromod https://www.sparkfun.com/products/16781
2833
2934
Hardware Connections:
3035
Plug a Qwiic cable into the GNSS and a ESP32 Thing Plus

0 commit comments

Comments
 (0)