All Projects → ElectronicCats → mpu6050

ElectronicCats / mpu6050

Licence: MIT License
MPU6050 Arduino Library

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to mpu6050

CodeDroneDIY
The most simple, but working, quadricopter flight controller from scratch, using Arduino Uno/Nano.
Stars: ✭ 68 (-51.77%)
Mutual labels:  accelerometer, mpu6050
Arduino
🚀 Proyectos de todo tipo para arduino utilizando sus sensores y actuadores. 🤖
Stars: ✭ 27 (-80.85%)
Mutual labels:  arduino-library, arduino-uno
Syslog
An Arduino library for logging to Syslog server in IETF format (RFC 5424) and BSD format (RFC 3164)
Stars: ✭ 105 (-25.53%)
Mutual labels:  arduino-library, arduino-uno
Sim800L-Arduino-Library-revised
HIGH SCHOOL PROJECT - The purpose of this Arduino library is to allow the use of the SIM800L module in a simple and transparent way.
Stars: ✭ 81 (-42.55%)
Mutual labels:  arduino-library, arduino-uno
qp-arduino
QP real-time embedded frameworks/RTOS for Arduino (AVR and SAM)
Stars: ✭ 37 (-73.76%)
Mutual labels:  arduino-library, arduino-uno
PsxNewLib
Playstation controller interface library for Arduino
Stars: ✭ 81 (-42.55%)
Mutual labels:  arduino-library, arduino-uno
SparkFun MMA8452Q Arduino Library
SparkFun Triple Axis Accelerometer Breakout - MMA8452Q Arduino Library
Stars: ✭ 16 (-88.65%)
Mutual labels:  accelerometer, arduino-library
MPU-9250-Sensors-Data-Collect
MPU9250 (MPU6500 + AK8963) I2C Driver in Python for Raspbery PI
Stars: ✭ 51 (-63.83%)
Mutual labels:  accelerometer, mpu6050
MPU6050 light
Lightweight, fast and simple library to communicate with the MPU6050
Stars: ✭ 73 (-48.23%)
Mutual labels:  arduino-library, mpu6050
sqlite micro logger arduino
Fast and Lean Sqlite database logger for Microcontrollers
Stars: ✭ 128 (-9.22%)
Mutual labels:  arduino-library, arduino-uno
NASSCOM-MHRD-IOT-Practical-Module 1-2
Arduino on TinkerCad
Stars: ✭ 26 (-81.56%)
Mutual labels:  arduino-library, arduino-uno
SparkFun ADXL345 Arduino Library
Arduino Library for the ADXL345
Stars: ✭ 34 (-75.89%)
Mutual labels:  accelerometer, arduino-library
discord-arduino-bot
Easy to discord control your arduino with commands
Stars: ✭ 13 (-90.78%)
Mutual labels:  arduino-library, arduino-uno
SparkFun CAN-Bus Arduino Library
No description or website provided.
Stars: ✭ 132 (-6.38%)
Mutual labels:  arduino-library
CoopThreads
Lightweight, platform agnostic, stackful cooperative threads library.
Stars: ✭ 18 (-87.23%)
Mutual labels:  arduino-library
SparkFun TB6612FNG Arduino Library
No description or website provided.
Stars: ✭ 40 (-71.63%)
Mutual labels:  arduino-library
OpenWeather
Arduino library to fetch weather forecasts from OpenWeatherMap
Stars: ✭ 88 (-37.59%)
Mutual labels:  arduino-library
Lumos
😴 Smart Lighting for Better Sleep
Stars: ✭ 98 (-30.5%)
Mutual labels:  arduino-uno
SoftwareOscilloscope
A software oscilloscope for Arduino made with Python and PyQtGraph
Stars: ✭ 98 (-30.5%)
Mutual labels:  arduino-uno
EthernetENC
Ethernet library for ENC28J60. This is a modern version of the UIPEthernet library. EthernetENC library is compatible with all Arduino architectures with Arduino SPI library with transactions support. Only include EthernetENC.h instead of Ethernet.h
Stars: ✭ 58 (-58.87%)
Mutual labels:  arduino-library

Build Status

MPU6050 by Electronic Cats

MPU-6050 6-axis accelerometer/gyroscope Arduino Library adapted for Arduino Library Manager by Electronic Cats, Feb 2019

The MPU6050 combines a 3-axis gyroscope and a 3-axis accelerometer on the same silicon die together with an onboard Digital Motion Processor(DMP) which processes complex 6-axis MotionFusion algorithms.

Quick Installing

To install, use the Arduino Library Manager and search for "mpu6050" and install the library.

Manual Installing

To install this library:

  • install it using the Arduino Library manager ("Sketch" -> "Include Library" -> "Manage Libraries..."), or
  • download a zipfile from github using the "Download ZIP" button and install it using the IDE ("Sketch" -> "Include Library" -> "Add .ZIP Library..."
  • clone this git repository into your sketchbook/libraries folder.

For more info, see https://www.arduino.cc/en/Guide/Libraries

Features of this version

  • Support for SAMD21 or ARM
  • Support ESP32 and ESP8266
  • Support for SAM

Original Library

Based in the work of jrowberg/i2cdevlib

Maintainer

Electronic Cats invests time and resources providing this open source design, please support Electronic Cats and open-source hardware by purchasing products from Electronic Cats!

License

MIT

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