Hi, I am a diabetic Type 1 and would really love to have my blood glucose reading available during exercise as a custom datafield. I have managed to create simple datafields and uploaded them to my device but before I start spending serious amount of time, I need to know:
Is it possible to have a custom datafield retreiving data through a BLE connection?
Here is the setup:
I am running a blood glucose app on my iPhone that communicates with a blood glocose sensor Im wearing on my arm (through Bluetooth). The app implements a web services API that can be used by 3rd party applications to fetch current blood glucose data.
The idea I had was to implement a custom datafield that would connect to the web service API (http) through BLE every 5 minutes or so, to get my current blood glucose and display it on my watch during the activity.
I know its possible to do in an Connect IQ app, but not sure its supported also for datafields. The problem with running an app instead of a datafield is that I really want to see the data from within the activity. Any feedback is appreciated, thanks!