esp32-MPU-driver
esp32-MPU-driver copied to clipboard
MPU6050 error=0X105 no readings
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 0X105 errors (
). I wrote the right GPIO Pins (not Hardware Pins) in the program and tried different Pins as well, but it still doesn't work. Maybe I did something wrong, I'm pretty new in the ESP-IDF framework...