pradeepvr
About
- Username
- pradeepvr
- Joined
- Visits
- 40
- Last Active
- Roles
- Member
Comments
-
We were able to read data from pulse sensor, below is the link for the steps. http://www.cumulations.com/blogs/47/decoding-metawear-apis-using-ble-part-1
-
Hi @Eric, I won't be having tickerId to send the stop command. Is there a way to stop these sensors without tickerId ? Below is the command I am sending to stop the sensors. OC04
-
Hi @propan, thanks for the help. The above code is not fetching data every 2 seconds, I am getting data every 50 milliseconds. Below is my code snippet. try { final Bmi160Gyro gyroModule = mwBoard.getModule(Bmi160Gyro.class); final Logging l…
-
Thanks @Eric, I am calling the above inverse functions when the user exits the app gracefully. In case if user kills the app abruptly or if app crashes due to some fatal exceptions, I won't be able to call stop methods. So if there are any methods w…
-
Hi @Eric, my issue is after connecting to the device I am receiving sensor data even without enabling it. Basically this issue appears if I disconnect the device without stopping sensor read and again reconnect to the device. So I want to reset all …
-
Hi @Eric, is it possible to clear data without rebooting the device ? I want to clear all the data after establishing the connection, since resetDevice restarts the device connection will be lost which doesn't make sense for my usecase.
-
Thanks @Eric
-
Hi Guys, I am trying to read heartrate data from Android with below code snippet, but its not working. Heartrate sensor light is not switching ON, any help would be grateful. public void startHeartRate(View view) { try { gpio = mwBoard.g…
-
Hi @Eric, thanks for the response. I am trying it on Android.
-
Hi @Eric, is source code available for iOS API ?