All Projects → brianc118 → MPU9250

brianc118 / MPU9250

Licence: MIT License
MPU-9250 SPI Library for Arduino/Teensy

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to MPU9250

Sparkfun mpu 9250 Dmp arduino library
Arduino library for the MPU-9250 enabling its digital motion process (DMP) features.
Stars: ✭ 169 (+201.79%)
Mutual labels:  imu, arduino-library
imusensor
Python library for communication between raspberry pi and MPU9250 imu
Stars: ✭ 47 (-16.07%)
Mutual labels:  imu, mpu9250
MPU-9250-Sensors-Data-Collect
MPU9250 (MPU6500 + AK8963) I2C Driver in Python for Raspbery PI
Stars: ✭ 51 (-8.93%)
Mutual labels:  mpu9250, ak8963
SensorFusion
A simple implementation of some complex Sensor Fusion algorithms
Stars: ✭ 101 (+80.36%)
Mutual labels:  imu, arduino-library
SparkFun MPU-9250 Breakout Arduino Library
Arduino sketch for MPU-9250 9DoF with AHRS sensor fusion
Stars: ✭ 68 (+21.43%)
Mutual labels:  imu, arduino-library
frt
Lightweight, easy-to-use wrapper around the Arduino_FreeRTOS_Library
Stars: ✭ 18 (-67.86%)
Mutual labels:  arduino-library
mpu6050
MPU6050 Arduino Library
Stars: ✭ 141 (+151.79%)
Mutual labels:  arduino-library
WiFiConnect
WiFi connection manager for ESP32 and ESP8266 with OLED support
Stars: ✭ 28 (-50%)
Mutual labels:  arduino-library
AnalogPHMeter
Arduino Library for analog pH meter.
Stars: ✭ 20 (-64.29%)
Mutual labels:  arduino-library
RF24Ethernet
OSI Layers 4&5 Wireless (not WiFi) TCP/IP networking on Arduino devices using nrf24l01+ radios
Stars: ✭ 97 (+73.21%)
Mutual labels:  arduino-library
hologram-SIMCOM
Easily use any SIMCOM cellular module with Hologram's cloud.
Stars: ✭ 42 (-25%)
Mutual labels:  arduino-library
imu vn 100
ROS driver for VN-100 of VectorNav Technologies
Stars: ✭ 35 (-37.5%)
Mutual labels:  imu
CoopThreads
Lightweight, platform agnostic, stackful cooperative threads library.
Stars: ✭ 18 (-67.86%)
Mutual labels:  arduino-library
X10RF-Arduino
Arduino Library for sending x10 messages by RF
Stars: ✭ 17 (-69.64%)
Mutual labels:  arduino-library
AHT10
This is an Arduino library for Aosong ASAIR AHT10, AHT15 Digital Humidity & Temperature Sensor
Stars: ✭ 32 (-42.86%)
Mutual labels:  arduino-library
esp8266ndn
NDN Arduino library for ESP8266 and more
Stars: ✭ 18 (-67.86%)
Mutual labels:  arduino-library
ShiftRegisterLEDMatrixLib
A library for Arduino that can control LED matrices which use shift registers to manage rows and columns.
Stars: ✭ 32 (-42.86%)
Mutual labels:  arduino-library
LiquidCrystal I2C Hangul
아두이노 16x2 LCD 한글 출력 라이브러리
Stars: ✭ 16 (-71.43%)
Mutual labels:  arduino-library
HomeSpan
HomeKit Library for the Arduino-ESP32
Stars: ✭ 410 (+632.14%)
Mutual labels:  arduino-library
SomeSerial
An Arduino library to wrap multiple kind of serials.
Stars: ✭ 14 (-75%)
Mutual labels:  arduino-library

Invensense MPU-9250 SPI Library

Library to interface with Invensense MPU-9250 9-DOF IMU using the SPI protocol. Tested on Arduino 1.0.6 and 1.6.3 (but should work with any newer version).

Does not use the built in DMP of the IMU; only reads raw data.

What works

  • Gyro
  • Accelerometer
  • Magnetometer?

The source code in this repository is licensed under The MIT License (MIT). See LICENSE.txt for details.

Copyright (c) 2017 Brian Chen

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].