Advanced Search
Search Results
6 total results found
Device Discovery & Connection
Scan, connect, and subscribe to Aero-Tracker BLE services with example code. Device Discovery Aero-Tracker devices advertise with names following the pattern: AEROXXXXXX where XXXXXX is a unique identifier. BLE Services Overview Aero-Tracker devices expose two...
NMEA Data Integration
Receive and decode NMEA GPS and traffic data for positioning and aircraft detection. NMEA Message Overview Aero-Tracker devices output standard NMEA 0183 sentences based on the FLARM data port specification. Message Types Standard GPS/GNSS Messages $GPGGA / $...
Device Status Monitoring
Access device battery, GPS, and network status via JSON over BLE. Overview Using the Aero-Tracker proprietary service (3F6AECC7-5406-47AB-9A75-0F5CF12EAF8E), you can retrieve detailed device status information including battery level, GPS status, cellular sign...
Platform Considerations
Handle BLE differences on iOS and Android: UUIDs, MTU, permissions, and IDs. Bluetooth Implementation Notes General BLE Considerations On iOS, UUIDs may appear with a 0x prefix in some contexts. Do not include this prefix when scanning or subscribing. On Andr...
Troubleshooting & Support
Test with LightBlue, validate NMEA data, and find support for integration issues. Test with LightBlue Before implementing in your app, test the connection manually: Open LightBlue on your device Scan for and connect to your Aero-Tracker Navigate to the servic...
Documentation
BLE Service Overview The SafeSky app broadcasts NMEA messages over a standardized BLE GATT service: Service UUID: FFE0 Characteristic UUID (Notify/Write): FFE1 Direction: Notify only (BLE receiver listens for data from SafeSky) No pairing required. You can c...