Stream real time data from wearables, through BLE and ANT+. Connect to the SDK, and enable your users to connect their devices to your app
Backed By
We provide you with a customizable front end module, to connect your user's device to your app, trough Bluetooth, ANT+ and BLE.
Connect to the device with authentication
Streamed from BLE and ANT+
Normalised data structure for every data stream
Replay unseen messages in case of disconnection
Heart rate monitors from Polar, Garmin, Suunto, Wahoo, and many others, or any devices that are equipped with ANT+ or BLE sensors, such as the Apple Watch, WHOOP, Garmin and many more
Stream heart rate data through your app, with a simple connection
1
2
3
4
5
6
await TerraFlutterRt.init(devId, "reference_id");
await TerraFlutterRt.initConnection(sdktoken);
await TerraFlutterRt.startBluetoothScan(
.BLE,
useCache: true
);
1
2
3
4
5
6
7
8
void dataCallback(Update data) {
print(data);
}
await TerraFlutterRt.startRealtimeToApp(
Connection.apple,
[DataType.gyroscope,
DataType.steps], dataCallback
);
1
2
3
4
5
await TerraFlutterRt.startRealtimeToServer(
Connection.android,
[DataType.heartRate],
websockettoken
);
Product
API
Widget
SDK
Status
Documentation
Dashboard
Pricing
Support
Contact us
GDPR
Privacy Policy
Cookies Policy
Terms of Purchase
Company
Careers
Blog
About
Customers