Questions tagged [qgyroscopereading]
3 questions
1
vote
2 answers
Interfacing issue with esp8266 esp-01 module and mpu6050
I used the Arduino uno to upload the sketch to the esp 01 module. I attached the image how I connected the esp-01 and mpu6050, browser continuously prints the gyro values but incrementing by 0.01 I need actual gyro values
[1]
#include…
1
vote
2 answers
What is correct way to convert QGyroscopeReading to QVector3D?
Is there a correct/good way to convert QGyroscopeReading to QVector3D in Qt5?
QGyroscopeReading has its x,y and z values stored as qreal, while QVector3D uses float.
Since qreal is not guaranteed to be float (it's type is specified at Qt build…

Mr. Developerdude
- 9,118
- 10
- 57
- 95
0
votes
0 answers
How to uniform the reading data from the gyroscope sensor from different devices?
I'm developing an app based on AR and orientation of the device, the problem is that different devices give me different data from the gyroscope. Probably because the different hardware, but at this point there is a system to uniforming the…

Cosimo Davide Viggiano
- 181
- 10