Search found 1 match

by aniketshantanubenke
Fri Apr 21, 2023 10:28 am
Forum: ESP-IDF
Topic: ESP32-ULP-I2C-MPU6050
Replies: 0
Views: 659

ESP32-ULP-I2C-MPU6050

I am trying to read mpu6050 through i2c using ulp core. I used https://github.com/tomtor/ulp-i2c as a reference to get started. I've modified this for my use case. I am fairly new to ulp programming. The execution of ulp gets stuck on readmpu6050. Attaching below relevant code. Thank you for the hel...