I want to ask is there an gyro inside the metawear board?(R type), how can I do an android programming to get the pitch angle between the horizontal and metawear(X-axis)?
1.8.0 is sufficient, there isn't anything in 1.9.3 that you would need for what you are doing at the moment.
Also, you cannot configure the accelerometer while it is running. Perhaps the accelerometer is already active when you try to configure it? You can make a call to stopComponents beforehand to ensure the accelerometer is in standby mode prior to configuring it.
Hi, is it possible to get the xyz acceleration with and without the gravity at the same time? thanks because when it is moving, it seem can't get the pitch angle.
Comments