All Projects → sparkfun → SparkFun_MPU-9250_Breakout_Arduino_Library

sparkfun / SparkFun_MPU-9250_Breakout_Arduino_Library

Licence: other
Arduino sketch for MPU-9250 9DoF with AHRS sensor fusion

Projects that are alternatives of or similar to SparkFun MPU-9250 Breakout Arduino Library

SensorFusion
A simple implementation of some complex Sensor Fusion algorithms
Stars: ✭ 101 (+48.53%)
Mutual labels:  imu, arduino-library
MPU9250
MPU-9250 SPI Library for Arduino/Teensy
Stars: ✭ 56 (-17.65%)
Mutual labels:  imu, arduino-library
Sparkfun mpu 9250 Dmp arduino library
Arduino library for the MPU-9250 enabling its digital motion process (DMP) features.
Stars: ✭ 169 (+148.53%)
Mutual labels:  imu, arduino-library
gfx demo
GFX Demo for Arduino and the ESP-IDF
Stars: ✭ 63 (-7.35%)
Mutual labels:  arduino-library
ESP32 I2C Slave
I2C slave library for ESP32
Stars: ✭ 70 (+2.94%)
Mutual labels:  arduino-library
Modbus-TCP
Modbus TCP client library to interact with Modbus servers such as PLCs.
Stars: ✭ 43 (-36.76%)
Mutual labels:  arduino-library
ins nav
Inertial navigation and AHRS library
Stars: ✭ 26 (-61.76%)
Mutual labels:  imu
ModularSensors
An Arduino library to give environmental sensors a common interface of functions for use with Arduino-framework dataloggers, such as the EnviroDIY Mayfly.
Stars: ✭ 63 (-7.35%)
Mutual labels:  arduino-library
DirectIO
Fast, simple I/O library for Arduino
Stars: ✭ 109 (+60.29%)
Mutual labels:  arduino-library
ronin
RoNIN: Robust Neural Inertial Navigation in the Wild
Stars: ✭ 144 (+111.76%)
Mutual labels:  imu
Arduino-FVM
Byte Token Threaded Forth Virtual Machine (FVM) for Arduino
Stars: ✭ 35 (-48.53%)
Mutual labels:  arduino-library
LiquidCrystal I2C
This is an Arduino library for HD44780 LCD display, operated in 4 bit mode over I2C bus with 8-bit I/O expander PCF8574
Stars: ✭ 20 (-70.59%)
Mutual labels:  arduino-library
Arduino-FrequencyDetector
Fast audio frequency detector without fft for plain Arduino and Attiny85. Whistle switch example included.
Stars: ✭ 22 (-67.65%)
Mutual labels:  arduino-library
Embedded UKF Library
A compact Unscented Kalman Filter (UKF) library for Teensy4/Arduino system (or any real time embedded system in general)
Stars: ✭ 31 (-54.41%)
Mutual labels:  imu
Loom
Arduino library for Internet of Things Rapid Prototyping in environmental sensing
Stars: ✭ 24 (-64.71%)
Mutual labels:  arduino-library
imu ekf
6-axis(3-axis acceleration sensor+3-axis gyro sensor) IMU fusion with Extended Kalman Filter.
Stars: ✭ 56 (-17.65%)
Mutual labels:  imu
AutomationShield
Arduino library and MATLAB/Simulink API for the AutomationShield Arduino expansion boards for control engineering education.
Stars: ✭ 22 (-67.65%)
Mutual labels:  arduino-library
ArduinoGamepad
A GamePad HID library for Arduino Pro Micro/Leonardo (ATMega32u4)
Stars: ✭ 66 (-2.94%)
Mutual labels:  arduino-library
FlexyStepper
Stepper motor control library for Arduino supporting in motion changes
Stars: ✭ 41 (-39.71%)
Mutual labels:  arduino-library
arduino-ble-gadget
Create your own Do-It-Yourself BLE enabled sensor gadget on the ESP32 platform.
Stars: ✭ 31 (-54.41%)
Mutual labels:  arduino-library

MPU-9250 9 DOF IMU Arduino Library

MPU-9250 Breakout

MPU-9250 Breakout (SEN-13762)

This is an arduino IDE library to control and read from the MPU-9250. It provides access to accelerometer, gyroscope, and magnetometer sensor readings. It should be compatible with any Arduino-compatible development board. It has been thoroughly tested with Arduino Pro Mini.

If you're looking for a more advanced library, which takes advantage of the MPU-9250's digital motion processing (DMP) features (tap-detection, pedometer, orientation, quaternion-calculation), and if you have a more advanced Arduino development board (e.g. Arduino Zero, SparkFun SAMD21 Breakout), check out the SparkFun MPU-9250 DMP Library.

Repository Contents

  • /examples — Example sketch for the library (.ino). Run this from the Arduino IDE.
  • /src — Source files for the library (.cpp, .h).
  • keywords.txt — Keywords from this library that will be highlighted in the Arduino IDE.
  • library.properties — General library properties for the Arduino package manager.

Example Briefs

  • MPU9250BasicAHRS — Prints out sensor data with some sane default configuration parameters

Documentation

Products that use this Library

Version History

  • V 1.0.0 — Initial commit of Arduino 1.5+ compatible library.

License Information

This product is open source!

Code is a lightly modified version of Kris Winer's code which was licensed as Beerware. It's unclear the license of the code in quaternionFilters.ino.

If you have any questions or concerns on licensing, please contact [email protected].

Distributed as-is; no warranty is given.

  • Your friends at SparkFun.
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].