Page 1 of 1

[Video] ESP32 and MPU6050 accelerometer

Posted: Sat Feb 18, 2017 8:46 pm
by kolban
The MPU6050 is a cheap little module that provides an accelerometer. This allows us to detect the orientation of our devices (amongst other purposes). A short video tutorial on using it can be found here:

https://www.youtube.com/watch?v=HwurH20jsvw

Re: [Video] ESP32 and MPU6050 accelerometer

Posted: Mon Aug 28, 2017 8:33 pm
by chegewara
Hi.
Thanks to your library I just rewrited i2cdev library to work with esp-idf. This library has implemented DMP.
https://github.com/jrowberg/i2cdevlib

Re: [Video] ESP32 and MPU6050 accelerometer

Posted: Tue Aug 29, 2017 7:56 pm
by enitalp
Nice ! great job.

on my side i just finished the integration of the Mma9553 on esp_idf, and i will start another code integration as we decided to use another chip.