Use of GATT services to connect Mbient sensor directly to Web Page
in JavaScript
Thanks all for your time on this,
I have a MetaMotionR.
I understand that Mbient has an SDK and tutorials for Apps. However..
I wish to connect Mbient sensor direct to Web page like the following link and avoid building into an app.
https://developers.google.com/web/updates/2015/07/interact-with-ble-devices-on-the-web
I have checked the services and characteristics of my Mbient sensor by using
https://googlechrome.github.io/samples/web-bluetooth/discover-services-and-characteristics.html?optionalServices=current_time
However I am unable to locate the Quarternions output service and characteristics.
Can you please point me to the correct service and characteristic that outputs Quarternions.
Thanks.
Comments
You need to use our Javascript or C APIs to do this. We use a custom protocol, not standard services and characteristics and we do not have documentation about this. Please use our APIs.
Alright. Champion thanks
Another user piped the output from a Python script to webgl, might be helpful for your use case.
https://mbientlab.com/community/discussion/2638/missing-w-of-quaterion-in-sensor-fusion#latest
Thanks Eric