All Projects → kriswiner → Mpu9150

kriswiner / Mpu9150

Arduino sketch for MPU9150 9DoF with AHRS sensor fusion

Labels

Projects that are alternatives of or similar to Mpu9150

Koduino
Arduino code for STM32 microcontrollers
Stars: ✭ 63 (-11.27%)
Mutual labels:  arduino
Micronmea
A compact Arduino library to parse NMEA sentences.
Stars: ✭ 66 (-7.04%)
Mutual labels:  arduino
Firmata4j
Firmata client written in Java.
Stars: ✭ 67 (-5.63%)
Mutual labels:  arduino
Neopixel Knightrider
A highly configurable Knight Rider (larson display) routine for your AdaFruit NeoPixel (WS2812 RGB LED) using the Arduino.
Stars: ✭ 63 (-11.27%)
Mutual labels:  arduino
Dmxusb
DMXUSB emulates an ENTTEC-compatible DMXKing USB to DMX serial device with one, two, or n universes.
Stars: ✭ 66 (-7.04%)
Mutual labels:  arduino
Nintendoextensionctrl
Arduino library for communicating with Nintendo extension controllers
Stars: ✭ 67 (-5.63%)
Mutual labels:  arduino
Usbdriveby
USBdriveby exploits the trust of USB devices by emulating an HID keyboard and mouse, installing a cross-platform firewall-evading backdoor, and rerouting DNS within seconds of plugging it in.
Stars: ✭ 1,126 (+1485.92%)
Mutual labels:  arduino
Serial Studio
Multi-purpose serial data visualization & processing program
Stars: ✭ 1,168 (+1545.07%)
Mutual labels:  arduino
Esp8266 Power Monitor
An Arduino sketch to connect an INA-219 module to an ESP dev board and measure Voltage, Current, Power, Energy Consumption and Costs via the Blynk mobile app.
Stars: ✭ 66 (-7.04%)
Mutual labels:  arduino
Liquidcrystal pcf8574
A library for driving LiquidCrystal displays (LCD) by using the I2C bus and an PCF8574 I2C adapter.
Stars: ✭ 67 (-5.63%)
Mutual labels:  arduino
Stripinvaders
A LightStrip system controlled by your Smartphone or Tablet. Connect StripInvaders to your LAN and enjoy your own Lightshow! Features: 9 different Light Modes (more will follow), stepless adjust the RGB values,​​ stepless adjust the animation speed, control StripInvaders wireless with your iPhone/iPad/Android Phone/Android Tablet (OSC), Bonjour and mDNS support
Stars: ✭ 63 (-11.27%)
Mutual labels:  arduino
Dmxserial2
An Arduino library for sending and receiving DMX RDM packets.
Stars: ✭ 65 (-8.45%)
Mutual labels:  arduino
Mysensors
MySensors library and examples
Stars: ✭ 1,150 (+1519.72%)
Mutual labels:  arduino
Arduino Nrf24l01 Ble
Example of using an Arduino and a nRF24L01+ to fake BLE advertisement
Stars: ✭ 63 (-11.27%)
Mutual labels:  arduino
Stickwatch
A DIY smart watch based on M5Stick of ESP32
Stars: ✭ 68 (-4.23%)
Mutual labels:  arduino
Ai demos esp8266
Example code for using ESP8266 Development Boards with various electronic and mechanical components.
Stars: ✭ 63 (-11.27%)
Mutual labels:  arduino
Automated Window Blinds
A repository of arduino scripts I've written, generally for home automation
Stars: ✭ 66 (-7.04%)
Mutual labels:  arduino
Webduino Js
⚙️ The Webduino Javascript Core, for Browser and Node.js
Stars: ✭ 70 (-1.41%)
Mutual labels:  arduino
Plantfriends
Plant Friends
Stars: ✭ 68 (-4.23%)
Mutual labels:  arduino
Blinker Library
An IoT Solution,Blinker library for embedded hardware. Works with Arduino, ESP8266, ESP32.
Stars: ✭ 1,095 (+1442.25%)
Mutual labels:  arduino

MPU-9150

Arduino sketch for MPU-9150 9DoF sensor with AHRS sensor fusion

Demonstrate MPU-9150 basic functionality including parameterizing the register addresses, initializing the sensor, getting properly scaled accelerometer, gyroscope, and magnetometer data out, calibration of sensors. Added display functions to allow display to on breadboard monitor. Addition of 9 DoF sensor fusion using open source Madgwick and Mahony filter algorithms. Sketch runs on the 3.3 V 8 MHz Pro Mini and the Teensy 3.1.

Simplified sketch by among other things breaking out the quaternion sensor fusion filter algorithms to a separate file.

A discussion of the use and limitations of this sensor and sensor fusion in general is found here: https://github.com/kriswiner/MPU-6050/wiki/Affordable-9-DoF-Sensor-Fusion.

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].