@kriswiner I'm a little confused looking at your ESP32 repository and your MPU9250 repository.
I'm using a Sparkfun 9250 breakout (https://www.sparkfun.com/products/13762) and an Adafruit Feather ESP32 board.
Between these two repositories you have a number of MPU9250 sketches and I'm a bit confused about which one is most appropriate for the setup I'm running. I'm looking to get sensor fusion for a balancing robot.
My robot runs it's main loop every 10ms and I want to get/fuse "latest" data from the sensor at the top of the loop.
I've tried sparkfun's 9250 repositories but theirs all seem broken in some way.
@kriswiner I'm a little confused looking at your ESP32 repository and your MPU9250 repository.
I'm using a Sparkfun 9250 breakout (https://www.sparkfun.com/products/13762) and an Adafruit Feather ESP32 board.
Between these two repositories you have a number of MPU9250 sketches and I'm a bit confused about which one is most appropriate for the setup I'm running. I'm looking to get sensor fusion for a balancing robot.
My robot runs it's main loop every 10ms and I want to get/fuse "latest" data from the sensor at the top of the loop.
I've tried sparkfun's 9250 repositories but theirs all seem broken in some way.