Hello,
For our research project, we want to stream raw data from wearable devices to an Android application where this data is processed and send to a server. For instance, with the Empatica E4 we can process accelerometer and heart rate data in real-time.
We also want to use Garmin devices for this purpose and compare it to other devices. However, we do need to be able to send the raw data to some endpoint. We did some research and came across the BLE link described here.
Would it be possible to use this BLE link to send raw heart rate and accelerometer data to a third party Android app? If not, are there other ways, for instance via Garmin Connect?
Thanks!