Hi,
None of the MPU6050 library functions work. They will compile without error but when you call anything in the class it will crash. For instance mpu.initiate() will crash the program.
I have found that TinyMPU6050 will work, but with limited functionality (ergo "Tiny").
Search found 2 matches
- Thu May 12, 2022 11:16 pm
- Forum: Hardware
- Topic: ESP-WROOM with MPU6050 design
- Replies: 4
- Views: 5032
- Thu May 12, 2022 7:46 pm
- Forum: Hardware
- Topic: ESP-WROOM with MPU6050 design
- Replies: 4
- Views: 5032
Re: ESP-WROOM with MPU6050 design
I have tried all headers in the MPU6050 library. I have no compilation errors UNTIL I try to use any class references to the MPU6050. mpu.Initialize(); Presents no errors but the code simply does not operate. I can add a line of code below it Serial.print("Hey this is working!") but it will never ap...