BASIC4MCU | 센서 | 자이로센서 | MPU6050/MPU6500/MPU9150/MPU9250 over I2c for Arduino
페이지 정보
작성자 키트 작성일2017-08-22 15:20 조회1,793회 댓글0건본문
MPU6050/MPU6500/MPU9150/MPU9250 over I2c for Arduino
AvrCopter.ino 8 months ago I2Cdev.cpp a year ago I2Cdev.h a year ago Makefile a year ago README.md 9 months ago dmpKey.h a year ago dmpmap.h a year ago freeram.h a year ago inv_mpu.cpp 8 months ago inv_mpu.h a year ago inv_mpu_dmp_motion_driver.cpp a year ago inv_mpu_dmp_motion_driver.h a year ago mpu.cpp a year ago mpu.h a year ago README.md
ArduinoMotionSensorExample
MPU6050/MPU6500/MPU9150/MPU9250 over I2c for Arduino
A clean example of using INV_MPU library on Arduino. Tested on Atmega328.
Features:
- uses FastWire and I2Cdev from Jeff Rowberg
- DMP enabled
- calculates and displays gyro and quaternions
- Makefile provided for Arduino-Makefile (https://github.com/sudar/Arduino-Makefile)
When compiling please ensure one of the following is defined (see Makefile)
- #define MPU6050
- #define MPU9150
- #define MPU6500
- #define MPU9250
This has been tested using Arduino 1.0.5 libraries and a few variants of Arduino Pro Mini boards.
댓글 0
조회수 1,793등록된 댓글이 없습니다.