|
9 | 9 | and push it over I2C to a ZED-F9x.
|
10 | 10 | It's confusing, but the Arduino is acting as a 'client' to the PointPerfect SSR correction service.
|
11 | 11 |
|
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 |
16 | 16 |
|
17 | 17 | 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. |
19 | 20 |
|
20 | 21 | 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 |
22 | 23 |
|
23 | 24 | Feel like supporting open source hardware?
|
24 | 25 | Buy a board from SparkFun!
|
25 | 26 | ZED-F9P RTK2: https://www.sparkfun.com/products/16481
|
26 | 27 | RTK Surveyor: https://www.sparkfun.com/products/18443
|
27 | 28 | 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 |
28 | 33 |
|
29 | 34 | Hardware Connections:
|
30 | 35 | Plug a Qwiic cable into the GNSS and a ESP32 Thing Plus
|
|
0 commit comments