Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with ESP32 #22

Open
shynzo opened this issue Dec 6, 2021 · 0 comments
Open

Issue with ESP32 #22

shynzo opened this issue Dec 6, 2021 · 0 comments
Labels
HW compatibility Issue of compatibility with some specific hardware

Comments

@shynzo
Copy link

shynzo commented Dec 6, 2021

I connected MPU6050 in the default pins of SCL and SDA in ESP32 (GPIO 21 and GPIO 22). In the first time, ran smoothly right the example code. But when I adapted the library to my project code, simply the library stopped work. I've tried again run the code of example to test again, but w/o success — like the library doesn't find the SCL and SDA pins.

I already check out the hex address code of the sensor pins in ESP32 and it's right like in the library (0x68), so idk what's the problem or how solve it.

I just thought in set the pins when calls MPU6050 mpu(Wire); but idk how to do this.

@rfetick rfetick added the HW compatibility Issue of compatibility with some specific hardware label Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HW compatibility Issue of compatibility with some specific hardware
Projects
None yet
Development

No branches or pull requests

2 participants