Quick Start Guide¶
Get started with qt-test in minutes.
Prerequisites¶
Operating System: Windows 10/11, macOS 10.15+, or Linux (Ubuntu 20.04+)
Qt Framework: Qt 6.5 or later
Bluetooth: BLE-capable Bluetooth adapter
Internet Connection: Required for NTRIP corrections
Running the Application¶
Step 1: Launch qt-test
# Windows
qt-test.exe
# Linux/macOS
./qt-test
Step 2: Connect to BLE Device
Click the Bluetooth tab
Click Scan to discover nearby devices
Select your SitePoint GPS receiver from the list
Click Connect
Step 3: Configure NTRIP (Optional)
For RTK corrections:
Click the NTRIP tab
Enter connection details:
Host: NTRIP caster hostname (e.g.,
rtk.example.com)Port: Typically
2101Mountpoint: Your correction stream
Username/Password: Your credentials
Click Connect
Step 4: View Position Data
Navigate to Map tab to see real-time position
Check Device Data window for detailed coordinates and status
Using the Documentation¶
The project provides documentation in multiple formats:
PDF Documentation (Easiest):
# Open the user manual PDF
docs/_build_latex/qt-test.pdf
HTML Documentation:
# Open in browser
docs/_build/index.html
Qt Help (.qch) in Qt Creator:
Open Qt Creator
Go to Help → Documentation → Add…
Navigate to
doxygen_output/docs/qt-test.qchClick OK
Press F1 on any class for context help
Next Steps¶
Read Theory of Operation for detailed system overview
See BLE Communication with SitePoint GPS Devices for BLE implementation details
Consult Device Configuration for device modes and settings
Review Programming Guide for API usage examples