user114132
Member since Jun 2020 • Last active Aug 2020Most recent activity
-
-
-
Hi there,
For a project with the Bangle.js, I need to read the acceleration-sensor. I was able to achieve this withBangle.on('accel', function(xyz) { ... });
However, this doesn't really measure the acceleration, but the tilt of the watch. Is it possible to read the raw values from the accelerometer, so that it would be possible, for example, to measure how fast a car is accelerating?
Thanks in advance
Thank you both for your answers. WebBangle turned out to be really useful. Thank you @kri100s. I will try to measure and substract the tilt during the movement so that the data is more precise and / or use TF and try to train a model.
@Taffaz Thanks for the explanation. I just assumed the accelerometer of the BangleJS would be of the same type like those built into smartphones.