Update Example18_PointPerfectClient.ino
This commit is contained in:
@@ -9,16 +9,17 @@
|
|||||||
and push it over I2C to a ZED-F9x.
|
and push it over I2C to a ZED-F9x.
|
||||||
It's confusing, but the Arduino is acting as a 'client' to the PointPerfect SSR correction service.
|
It's confusing, but the Arduino is acting as a 'client' to the PointPerfect SSR correction service.
|
||||||
|
|
||||||
You will need to have a valid u-blox Thingstream account and have a PointPerfect Thinng and Plan.
|
You will need to have a valid u-blox Thingstream account and have a PointPerfect Thing and payed plan.
|
||||||
Thingstream offers continetal SSR corrections to SPARTN cabalble RTK receivers such as the u-blox
|
Thingstream offers SSR corrections to SPARTN cabalble RTK receivers such as the u-blox ZED-F9 series
|
||||||
ZED-F9 sweries in continental Europ and US. There Network is planned to be expanded to ther regions
|
in continental Europ and US. There Network is planned to be expanded to ther regions over next years.
|
||||||
over next years. To see sign up go to https://portal.thingstream.io/app/location-services/things
|
To see sign up go to https://portal.thingstream.io/app/location-services/things
|
||||||
|
|
||||||
This is a proof of concept to show how to connect via MQTT to get SPARTN SSR correction.
|
This is a proof of concept to show how to connect via MQTT to get SPARTN SSR correction.
|
||||||
Using WiFi for a rover is generally a bad idea because of limited WiFi range in the field.
|
Using WiFi for a rover is generally a bad idea because of limited WiFi range in the field.
|
||||||
|
You may use this exmaple in combination with a cell phone with hotspot mode enabled.
|
||||||
|
|
||||||
For more information about MQTT, SPARTN and PointPerfect Correction Services
|
For more information about MQTT, SPARTN and PointPerfect Correction Services
|
||||||
please see: https://www.u-blox.com/en/product/pointperfect?lang=de
|
please see: https://www.u-blox.com/en/product/pointperfect
|
||||||
|
|
||||||
Feel like supporting open source hardware?
|
Feel like supporting open source hardware?
|
||||||
Buy a board from SparkFun!
|
Buy a board from SparkFun!
|
||||||
@@ -26,6 +27,10 @@
|
|||||||
RTK Surveyor: https://www.sparkfun.com/products/18443
|
RTK Surveyor: https://www.sparkfun.com/products/18443
|
||||||
RTK Express: https://www.sparkfun.com/products/18442
|
RTK Express: https://www.sparkfun.com/products/18442
|
||||||
|
|
||||||
|
Recommended Hardware:
|
||||||
|
MicroMod GNSS Carrier Board: https://www.sparkfun.com/products/17722
|
||||||
|
ESP32 Micromod https://www.sparkfun.com/products/16781
|
||||||
|
|
||||||
Hardware Connections:
|
Hardware Connections:
|
||||||
Plug a Qwiic cable into the GNSS and a ESP32 Thing Plus
|
Plug a Qwiic cable into the GNSS and a ESP32 Thing Plus
|
||||||
If you don't have a platform with a Qwiic connection use the SparkFun Qwiic Breadboard Jumper (https://www.sparkfun.com/products/14425)
|
If you don't have a platform with a Qwiic connection use the SparkFun Qwiic Breadboard Jumper (https://www.sparkfun.com/products/14425)
|
||||||
|
|||||||
Reference in New Issue
Block a user