| 326 | |
| 327 | = GW11048-6-A U-blox Development Kit |
| 328 | |
| 329 | This kit is focused providing a demo of the U-blox PointPerfect software to enable <2cm accuracy using the GW16143 Zed-F9P card. |
| 330 | |
| 331 | First, connect all the hardware (Mini-PCIe cards are mounted in the single board computer slots) and that the antenna is connected and has a clear view of the sky. |
| 332 | |
| 333 | Validate the GPS can be seen using this guide here: [#QuickStart] |
| 334 | |
| 335 | If desired, use the include GW16132 cellular modem to obtain an internet connection with the guide here: [wiki:expansion/gw16126] |
| 336 | |
| 337 | Once this is running, download the dev kit scripts from the Gateworks github on the single board computer command line: |
| 338 | {{{ |
| 339 | git clone https://github.com/Gateworks/gnss_devkit.git |
| 340 | cd gnss_devkit/ |
| 341 | }}} |
| 342 | |
| 343 | Then, download dependencies by running ./setup.sh which can take a few minutes while all the required packages are downloaded and installed: |
| 344 | {{{ |
| 345 | ./setup.sh |
| 346 | }}} |
| 347 | |
| 348 | Then, configure settings.toml and .secrets.toml using your favorite text editor like vi. |
| 349 | |
| 350 | Then run ./start_gps.py |
| 351 | {{{ |
| 352 | ./start_gps.py |
| 353 | }}} |
| 354 | |
| 355 | |