-
-
Notifications
You must be signed in to change notification settings - Fork 299
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
why after Working=false,there is no any sensor data #303
Comments
Hi So more information would probably help. |
Yes, only one bno085 sensor is connected to ESP32, but I have also made the following settings
|
If this is the full defines.h, the it is not complete. What i think could be the problem is If you want the Please make sure to follow the Schematic: |
I have the same issue. 1 BNO085 set to primary and connect with D1,D2,D5, address 0x4B. So I need to mannually assign the address? |
Yes, if you don't want to solder you have to change the address. The online flasher does currently not support that. |
What is the purpose of setting working=false here? After setting false at this position in the code, it seems that there is no other place to set true.Working=false ESP32 has read sensor data, but it will not be read afterwards. Is this normal?
The text was updated successfully, but these errors were encountered: