orsjb / HappyBrackets

HappyBrackets is an audio-focused library and toolkit for creative coding for the internet of things.
Apache License 2.0
36 stars 3 forks source link

Test of Gyroscope Acuracy #50

Closed angelofraietta closed 6 years ago

angelofraietta commented 6 years ago

I have been playing with and displaying the Gyroscope values. I cannot seem to correlate what I actually see with what I actually do with the device. I believe we need to do some tests to actually see whether we are getting the correct values from gyroscope

angelofraietta commented 6 years ago

I have been doing more tests with the device since the modifications I made and it does actually appear to be working correctly when using Gyroscope mySensor = (Gyroscope) hb.getSensor(Gyroscope.class); ..... double zAxis = mySensor.getGyroscopeZ();

I test by rotating the device and reading the values displayed