Romain JL. FETICK
Romain JL. FETICK
Hello, I implemented your changes and it worked also on my Arduino! I committed the changes on the library on github (it is available for download). However it is not...
Hello, Thanks for your comment, it seems indeed to be a good suggestion. I will look for this in the future developments of the library to improve speed and efficiency....
Hello 76nic, As far I understand your issue as already been solved. Please have a look at the [previous issue here](https://github.com/rfetick/MPU6050_light/issues/19). You can also have a look at the [release...
Hello 76nic, If you have two different `MPU6050` cpp objects they evolve independently, so the calibration is independent. Cheers, Romain
Hello, You might have a look at the [documentation](https://github.com/rfetick/MPU6050_light/blob/master/documentation_MPU6050_light.pdf) of the library, especially the section describing all the available methods. To answer your question, yes there is a method to...
Hello, Could it be due to centrifugal force? It could be the case if the MPU6050 is far from the rotation center and at high Z-axis rotation speed. Values of...
Hello Gabriel110302, The MPU6050 is a cheap device that is subject to important noise and drift. I assume that you calibrate well your device on a flat surface as required...
Hello, Thanks for your comment, however the Z angle is not wrapped on purpose, since an angle does not have to stay into the [-180°,+180°] bounds. The user may want...