Wish List 0

Bno080 Vr Imu Breakout Board

Rs. 2,327.00 Rs. 2,863.00

-Virtual truth is in, but you shouldn’t must drop loads of bucks to advantage get entry to to the generation at the back of it. Luckily, that’s where the SparkFun VR IMU Breakout is available in.
-At its coronary heart is Bosch’s BNO080, a mixture triple-axis accelerometer/gyro/magnetometer SiP, packaged with a 32-bit ARM Cortex M0+.
-The BNO080 Inertial Measurement Unit (IMU) produces correct rotation vector headings, excellently applicable for VR and different heading packages, with a static rotation errors of two degrees or much less.
-The VR IMU is precisely what we’ve been waiting for: All the sensor information is mixed and drift-corrected into meaningful, correct IMU records.

-It’s perfect for any assignment that needs to feel orientation or movement.
-This IMU breakout board has also been ready with  I2C Qwiic connectors, with a purpose to make interfacing with the tiny, QFN package deal a chunk easier.
-It’s part of Qwiic connect machine, so you received’t must do any soldering to parent out how matters are oriented.
-However, we nonetheless have broken out zero.1″-spaced pins in case you choose to use a breadboard.

-The BNO080 became designed to be implemented in Android-based cell telephones to handle all the computations essential for digital fact goggles the use of handiest your smartphone.
-The sensor is quite powerful, and with energy comes a complicated interface.

-You might be able to choose between  distinctive I2C addresses, however if I2C isn't your first verbal exchange choice, the sensor is able to speaking over SPI and UART as well! We’ve also written an I2C-based totally library that gives the rotation vector (the studying most folks need from an IMU) as well as acceleration, gyro and magnetometer readings, step counting, activity classifier (inclusive of riding a motorcycle) and calibration.

Features:
1. Operating Voltage: 1.65V – 3.6V
2. I2C (Default): Up to 400kHz
3. SPI: Up to 3MHz
4. UART: 3Mbps
5. Rotation Vector
i. Dynamic Error: 3.5°
ii. Static Error: 2.0°
6. Gaming Rotation Vector
i. Dynamic Error: 2.5°
ii. Static Error: 1.5°
iii. Heading Drift: 0.5° / min
7. Geomagnetic Rotation Vector
i. Dynamic Rotation Error: 4.5°
ii. Static Rotation Error: 3.0°
8. Gravity Angle Error: 1.5°
9. Linear Acceleration Accuracy: 0.35m/s2
10. Accelerometer Accuracy: 0.3m/s2
11. Gyroscope Accuracy: 3.1° / sec
12. Magnetometer Accuracy: 1.4µT
13. 2x Qwiic Connection Ports.


OVERVIEW
-Rotation Vector
Dynamic Error  3.5°
Static Error   2.0°
-Gaming Rotation Vector
Dynamic Error  2.5°
Static Error   1.5°
Heading Drift  0.5° / min
-Geomagnetic Rotation Vector
Dynamic Rotation Error  4.5°
Static Rotation Error   3.0°

PACKAGE INCLUDES:

1 PCS x Bno080 Vr Imu Breakout Board


//SOURCE CODE TAKEN FROM BELOW LINK

//https://learn.sparkfun.com/tutorials/qwiic-vr-imu-bno080-hookup-guide/all


Serial.begin(9600); //Don't forget to enable Serial to talk to your microcontroller

Serial.println();

Serial.println("BNO080 Read Example");


Wire.begin(); //Begin the I2C bus

Wire.setClock(400000); //Increase I2C data rate to 400kHz


myIMU.begin();

myIMU.enableRotationVector(50); //Send data update every 50ms


https://youtu.be/3fVztXFALCU

Write a review

Please login or register to review