esp32-MPU-driver icon indicating copy to clipboard operation
esp32-MPU-driver copied to clipboard

ESP32 full library for all MPU6000 MPU6050 MPU6500 MPU9150 MPU9250 with SPI and I2C support and more.

Results 16 esp32-MPU-driver issues
Sort by recently updated
recently updated
newest added

## How to use this driver in C project? , e.g. an ESP-IDF hello_world example project written in C language Hello, I tried to import the i2c and MPU repository...

This isn't really an issue just a question - I love this library, I would love to use the DMP on the MPU6000 but from what I can tell, it...

magneto AK89 all zero

Im totally new to all this but im trying to use this library in platformIO for visual studio code. Im trying to use the make menuconfig command but that does...

When running mpu_real with ESP32 and MPU6050, the pitch drifts from 0 (correct - in upright position) to 6 degrees in about half a second after starting, then the value...

MPUDriver put to my ESP32-S2 project as one component, then a error reported after run "idf.py menuconfig"

By running the example codes mpu_i2c and mpu_real with an ESP32 Dev Kit C V4 and a MPU6050 Module connected (SDA to GPIO21 and SCL to GPIO22) I'm just getting...

I think the correct code in line 93 is #if defined CONFIG_MPU6500 || defined CONFIG_MPU9250 Because I get an error in compiling when I define MPU9250 on menuconfig fchoice_t does...

Typo on line #153 function is `gyroDegPerSec`, but was called as `gyroDecPerSec`