|
under construction Using IMU sensors - the AAU CANSAT shieldWe have an IMUshield which fits on top an Arduino UNO and Arduino Mega The IMU board has following components
An install howtoTo be able to use the imushield you need to have proper drivers installed. Look in the folder below
Step by step
Different IMU boards
DOwnloadSrc folder list: here IMU and other sensorsThese pages are for learning a little more about i2c interfaced sensors. Going from raw sensordata to engineering units like (acceleration m/s2, altitude m, pressure Bar or N/m2 and more. We use an Arduino UNO and a gy-91 sensor board and an Openlog All powered by a 9V battery, a powerbank (by USB) or you PC by USB Below is an image of our small controller device:
The sensor board carry (in bold)
found by i2cscanner3 Output from scanner for shield no 3
>>> Scanning <<<
0x68 id: 0x70 IMU tp: 0x75: mpu6050: 0x68/0x72?(clone?) - mpu6000: 0X70 - mpu9250: 0x71)
^
0x76 id: 0x58 bosch pressure sensor bmp085: 0x55, bmp180: 0x55 or bmp285: 0x58)
^
>>> Scanning done - found 2 <<<
|