boarchuz / HULP

ESP32 ULP Coprocessor Helper
MIT License
180 stars 18 forks source link

support for mpu6050 #11

Closed augisbud closed 2 years ago

augisbud commented 3 years ago

hello, do you have any plans to support the mpu6050 if not, maybe someone has ideas on how to make it work

boarchuz commented 3 years ago

Hi @augisbud According to a quick look at the datasheet, this sensor communicates over I2C so I don't think it should need anything unique. Check out the I2C examples and see if they can be adapted to do what you need.

greentigeryobin commented 1 year ago

I've created a project which communicates to MPU6050 using ulp. You can check it out here.