innotechengineering / esp32-mpu6050

MPU-6050 library for ESP 32 ESP-IDF.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32 MPU6050

Code provided in this repository is a MPU6050 library for ESP 32.

Table of Contents

Components

To make this code work, you need the following components:

ESP 32

Any ESP 32 module should work.

ESP-IDF

Configure your PC according to ESP 32 Documentation. Windows, Linux and Mac OS are supported.

MPU-6050

This example has been tested with a MPU-6050.

The MPU-6000 should work aswell.

Quick Start

This directory is an ESP-IDF component. Clone it (or add it as a submodule) into the component directory of the project.

To use this library you also need the esp32-i2c_rw library. Clone it in the same folder as you did with the MPU-6050.

To modify or understand the code please read the MPU-6050 Datasheet guide and the ESP 32 Documentation.

Acknowledgments

This application is using code based on:

About

MPU-6050 library for ESP 32 ESP-IDF.

License:Other


Languages

Language:C 99.9%Language:CMake 0.1%