Hi !
I’m trying to connect two BNO055 (https://learn.adafruit.com/adafruit-bno … ion-sensor) through ethernet cat6 cable with the QwiicBus kit ( 2 endpoint and 1 midpoint). https://learn.sparkfun.com/tutorials/sp … okup-guide
But i have a really not stable system and sensors are not detected at all as soon as i use the QwiicBus (working fine with two sensors directly in the ArduinoUno)
I read the Hoockupp Guide and checked my cables.
To find a bit more where is the problem I just used one sensor connected to endpoint.
I’m using the real_all_data.ino from the BNO055 documentation.
And also run a i2C scanner and no sensor is detected .
This is my set up :
BNo055 Vin to 3.3V Endpoint
BNo055 GND to GND Endpoint
BNo055 SDA to SDA Endpoint
BNo055 SCL to SCL Endpoint
— cat6 cable —
[primary Endpoint is set up to use 5v (alternate 1)
the 0-1 jumper is OPEN and the 0-1 jumper on the last Endpoint is CLOSED]
Endpoint VCC1 to 5V Arduino
Endpoint 3.3V to 3.3V Arduino
Endpoint GND to GND Arduino
Endpoint SDA to A4 Arduino
Endpoint SCL to A5 Arduino
Do you guys have any idea ? or went through a similar problem ? Any input will be appreciated