kriswiner / BNO055

Teensiduino sketch for 9-axis BNO055 motion sensor + MS5637 pressure sensor
54 stars 22 forks source link

No I2C devices found #2

Closed howardmah closed 8 years ago

howardmah commented 8 years ago

Hello Kris,

I bought a BNO-055 + BMP-280 board from tindie.com and have tried testing it. But I couldn't access the device through I2C. I'm using an Arduino Mega and a logic converter (http://www.amazon.com/3-3V-Logic-Level-Converter-Module/dp/B0100A9TT2/ref=sr_1_11?ie=UTF8&qid=1441505893&sr=8-11&keywords=logic+converter) to use the BNO-055 board.

For codes, I uncommented Wire.begin(); and TWBR=12; lines and commented out Wire.begin(I2c_MASTER, 0x00, 12C_PINS_16_17 ... ); line.

Could you give me any advice about what I should check or what I might be missing?

Thank you, Howard

howardmah commented 8 years ago

I found that the problem was the logic converter which I misunderstood its use.

Thanks, Howard