-
-
Notifications
You must be signed in to change notification settings - Fork 308
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
[ 1606][E][Wire.cpp:513] requestFrom(): i2cRead returned Error 263 #240
Comments
Do you have INT pin connected, @huangjun198604? Since it connect to BNO but not read data, the problem is likely the INT pin. |
I conected and it works,thanks a lot! |
I have the same problem, it doesn't work. How did you solve it? |
I have same problem, I reballing the chip and it works! |
I use esp32 devkit v1 and bno085.
I can connected to bno085 but it doesn't respond.
Seem's like the problem of requestFrom(): i2cRead returned Error 263?
[log]
[INFO ] [SlimeVR] SlimeVR v0.3.3 starting up...
[INFO ] [Configuration] Found up-to-date configuration v1
[DEBUG] [Configuration] Found calibration data directory
[INFO ] [Configuration] Loaded configuration
[ 1607][E][Wire.cpp:513] requestFrom(): i2cRead returned Error 263
[INFO ] [BNO080Sensor:1] Connected to BNO085 on 0x4b. Info: SW Version Major: 0x03 SW Version Minor: 0x02 SW Part Number: 0x98a6b4 SW Build Number: 0x06 SW Version Patch: 0x0d
[DEBUG] [SensorManager] No secondary IMU connected
[INFO ] [WiFiHandler] Setting up WiFi
[INFO ] [WiFiHandler] Loaded credentials for SSID and pass length 8
[DEBUG] [WiFiHandler] Status: 6
[NOTICE] OTA updates allowed
.[ERROR] [BNO080Sensor:1] Sensor 1 doesn't respond. Last reset reason:
[ERROR] [BNO080Sensor:1] Last error: 0, seq: 0, src: 0, err: 0, mod: 0, code: 0
.[ERROR] [BNO080Sensor:1] Sensor 1 doesn't respond. Last reset reason:
[ERROR] [BNO080Sensor:1] Last error: 0, seq: 0, src: 0, err: 0, mod: 0, code: 0
The text was updated successfully, but these errors were encountered: