Kris Winer
Kris Winer
How are you connecting to 3V3 and GND? What is the voltage showing on SDA/SCL? On Tue, Sep 18, 2018 at 2:52 AM abdoh747 wrote: > Hi > I am...
then there is something wrong with the way your I2C functions. Can you read any I2C device on the I2C bus with a scan? Maybe you have thee BNO055 address...
And are you using 0x28 to read BNO055 data? Can you read the WHO_AM_I register of the BNO055? On Thu, Sep 20, 2018 at 6:30 PM abdoh747 wrote: > I...
Huh? What device address are you using to talk with the BNO055? On Sat, Sep 22, 2018 at 10:10 PM abdoh747 wrote: > How can I do that? > >...
You don't know which I2C address you are using to send commands from yout Teensy 3.6 to your BNO055? Better ask at the Teensy forum then...or read the I2C tutorial...
Is this the address you are using in your sketch? On Sun, Sep 23, 2018 at 4:02 PM abdoh747 wrote: > Oh sorry, misread your email, > The address is...
Nope #define ADO 1 #if ADO #define BNO055_ADDRESS 0x29 // Device address of BNO055 when ADO = 1 On Sun, Sep 23, 2018 at 4:08 PM abdoh747 wrote: > I...
The fusion mode only runs at 100 Hz; it's fixed. What is your I2C rate? Try 400 kHz. What processor are you using? Try a Cortex M4 like a Teensy....
I don't know why you are seeing such latency. I haven't taken a good look at the BNO055 update rates. I too read 26 bytes but I usually output to...
The EM7180 auto calibrates the gyro such that at rest it reads 0, 0, 0 as it should. We have just implemented an accel calibration routine such that the calibration...