Skip to content

nagyf/mpu9250-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project contains a small Arduino program that is used to read data from a MPU 9250 sensor and send it through the serial port. The official Data Sheet is available in the repository.

Hookup guide

The following example can be used to communicate with the sensor using the I2C protocol.

MPU9250 hookup example

Compiling and Running

Compiling this file needs an external library: https://github.com/bolderflight/MPU9250

To install it:

  1. Open Arduino IDE
  2. Click Sketch -> Include Library -> Manage Libraries...
  3. Search for mpu9250
  4. Install the Bolder Flight Systems MPU9250 by Bryan Taylor

After this you can compile and upload this sketch as usual.

About

Arduino sketch using an MPU 9250 sensor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages