For the complete documentation index, see llms.txt. This page is also available as Markdown.

How do I test realtime streaming without a wearable?

The data generator/simulator does not yet support realtime streaming simulation, it covers the Unified API and mobile SDK only.

The data generator/simulator does not yet support realtime streaming simulation, it covers the Unified API and mobile SDK only.

To test realtime integrations without a physical wearable, use the phone's own sensors:

1

Initialise the realtime SDK as usual.

2

Start streaming with the phone connection type (Android or Apple) instead of BLE.

3

Request data types such as heart rate or steps.

Which data types are available depends on the phone's sensors.

Last updated

Was this helpful?