Hi all,
I am fairly new at coding so please bear with me. I want to create an Android companion app that communicates wirelessly with a vivoactive 4s. The ultimate goal is to send sensor data such as heart rate and oxygen saturation to the companion app on the phone to be recorded, monitored, and displayed over time. I have been reading the documentation on the Mobile SDK and BLE protocols and I am still confused on where to start. I have created a device app that is able to get current heart rate and display it on the watch face. My question now is: how should I proceed with making communication and sending sensor data, like current heart rate, to a mobile device via BLE?
I have some follow up questions:
1. Do I have to make a separate file in addition to the app, view, and delegate files on VS code?
2. Do I have to pair the device first before transmitting data? How do you do this?
3. How do I change how often the messages/data gets transmitted?
Thank you so much for your help!