terra-logo
menu-icon
Unlock the power of realtime data

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

y-combinator
heading
Stream data straight to your app and backend
One time bluetooth connection
Start and Stop stream whenever you want
Regardless of the Source
Stream from devices whether they support Bluetooth Low Energy, ANT+, or from the phone itself
Historic Message
Realtime
Next Step arrow
intro-1
Built-in Front end module

We provide you with a customizable front end module, to connect your user's device to your app, trough Bluetooth, ANT+ and BLE.

widget
Data Security
Protection

Connect to the device with authentication

Reliability

Streamed from BLE and ANT+

Coherence

Normalised data structure for every data stream

Error preventing

Replay unseen messages in case of disconnection

supported-devices
Supported devices

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 Data

Stream heart rate data through your app, with a simple connection

stream-data
How it works
Flutter
iOS
Android
1
2
3
Connect to a device
Choose to connect to a BLE, ANT+, or mobile device sensor.
1 2 3 4 5 6 await TerraFlutterRt.init(devId, "reference_id"); await TerraFlutterRt.initConnection(sdktoken); await TerraFlutterRt.startBluetoothScan( .BLE, useCache: true );
Start streaming to your app
Stream the data locally in your app.
1 2 3 4 5 6 7 8 void dataCallback(Update data) { print(data); } await TerraFlutterRt.startRealtimeToApp( Connection.apple, [DataType.gyroscope, DataType.steps], dataCallback );
Stream to your websocket server
Stream the data to a server using a websocket connection.
1 2 3 4 5 await TerraFlutterRt.startRealtimeToServer( Connection.android, [DataType.heartRate], websockettoken );
Let's get started!
Unlock the power of realtime data using Terra
Try it now arrow
terra-logo

Product

API

Widget

SDK

Status

Documentation

Dashboard

Pricing

Support

Contact us

GDPR

Privacy Policy

Cookies Policy

Terms of Purchase

Company

Careers

Blog

About

Customers