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

[ 1606][E][Wire.cpp:513] requestFrom(): i2cRead returned Error 263 #240

Open
huangjun198604 opened this issue May 8, 2023 · 3 comments
Open

Comments

@huangjun198604
Copy link

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

@Eirenliel
Copy link
Member

Do you have INT pin connected, @huangjun198604? Since it connect to BNO but not read data, the problem is likely the INT pin.

@huangjun198604
Copy link
Author

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!
but [log] [ 1607][E][Wire.cpp:513] requestFrom(): i2cRead returned Error 263 still here.
I think maybe it case by esp32 6.10 framework.

@ChaimEvans
Copy link

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! but [log] [ 1607][E][Wire.cpp:513] requestFrom(): i2cRead returned Error 263 still here. I think maybe it case by esp32 6.10 framework.

I have the same problem, it doesn't work. How did you solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants