Home / Implementation Guide
Implementation Guide
This implementation guide outlines the high-level steps required to prepare your app for interfacing with the SitePoint SDK using Bluetooth and NTRIP:
-
Declare permissions for Bluetooth and Location Services.
-
Set up Bluetooth to handle Bluetooth Low-Energy (BLE) scanning and connections.
-
Implement message handling to query the connected SitePoint peripheral and to send and receive data.
-
Implement NTRIP handling, including functionality for connecting to an NTRIP server, validating and filtering received RTCM messages, and utilizing these messages to aid and augment the positioning of a SitePoint device.
Next Steps
- Permissions - Declare permissions for Bluetooth and Location Services.