I am completely new to connect iq.
I want to send sensor information of Garmin device (eg> distance traveled, travel time, calories burned, heart rate, etc.) to mobile or other devices in real time using BLE.
I looked up and found ways to use BluetoothLowEnergy module, use Mobile SDK, or use HealthSDK. (Of course, if I use the Health SDK, I don't need to create a CIQ APP)
In order to provide these functions in real time, would it be appropriate to implement them as an App?
In the case of Data Field, watch face, and Widget, there are timeouts and API access restrictions, so it seems difficult to implement.
Am I understanding correctly?