-
Awesome project and a big thank you for sharing!
I've purchased the individual parts and assembled everything but I'm having trouble with the libraries. I believe I found them all except for the MPU6…
-
Hey,
first of all thanks for this amazing library!!
~~I noticed, that when I use the default implementation from the MPU6050_DMP6.ino example I get about half a degree of resolution for the readab…
-
There is a way to make it works in a ESP8266 Based Dev Board?
Thanks...
-
Hello,
I tried to add a s-function builder block with drivers for mpu6050. When I generate code, the wrapper is not added to make file, making the build step not possible. I think that tlc or tmf lack…
-
Hello,
I have a strange situation using your library to read inclination angle on a motorbike.
Below I made the same experiment at the same time on the same part of a road, in red with my smartphone…
-
Improve the sensor data reading from accelerometer, magnetometer and gyroscope.
By using an interrupt for when sensor data is ready (DRDY pin/INT1/IN2 pins from sensors) and reading it through DMA - …
-
Header files, such as "MPU6050_6Axis_MotionApps20.h" should not contain function implementations. Implementations should go to a separate .cpp file.
This is important because of the way Arduino compi…
-
I have run example MPU6050_DMP6.ino with teapot visualizer, it works perfectly.
Now I want to change some default parameters, like sample rate and FIFO rate.
@jrowberg was said we can direct chan…
-
The 6050 MPU has a Digital Motion Processor (DMP) chip onboard that runs motion algorithms and sensor fusion to create more accurate state data. If this could be read and accessed using this package t…
-
see the Adafruit lib at https://learn.adafruit.com/mpu6050-6-dof-accelerometer-and-gyro/arduino
gave up: needed Adafruit hardware and further Adafruit libraries
try: https://github.com/hideakitai/…