Search found 3 matches

by Daks96
Fri Jan 18, 2019 7:19 am
Forum: Drivers for External Components
Topic: Bosch BNO055 IMU Driver
Replies: 4
Views: 5442

Re: Bosch BNO055 IMU Driver

@mattyt Thanks for the reply. I tried deshipu's code using my pyboard v1.1 and BNO055 and I'm getting this error: PYB: sync filesystems PYB: soft reboot Traceback (most recent call last): File "main.py", line 5, in <module> File "bno055.py", line 42, in __init__ File "bno055.py", line 73, in init Fi...
by Daks96
Mon Jan 07, 2019 6:25 am
Forum: Hardware Projects
Topic: BNO055 calibration problem
Replies: 4
Views: 6044

Re: BNO055 calibration problem

Hey, could u share the code as to how you got the data from Bno055 after using the drivers?
by Daks96
Mon Jan 07, 2019 6:22 am
Forum: Drivers for External Components
Topic: Bosch BNO055 IMU Driver
Replies: 4
Views: 5442

BNO055 data viewing with repl via i2c or uart

Hi. I've been using bno055 with arduino perfectly to get the roll, pitch, yaw values but I need to use micropython board now with bno055. I'm new to I2C programming with micropy. Could u tell me how to fetch data from the BNO055 board via uart or i2c? Has a code for calibration of BNO055 been import...