You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MPU6886::calibrateAccelGyro() fails to read back the FIFO sample count here - the readBytes() request is NAK'd, hence fifo_count is zero, resulting in a divide-by-zero here
not sure what to do about it, short from replacing gyro calibration with averaging
thanks!
Michael
ps: using Platformio, esp_wrover_kit 4.1 with JTAG, Salea LA
versions are:
Very late response as I don't get notifications for issues for some reason. it seems like the FIFO_EN bits are set up wrong as they're set up for the 6500's FIFO which is very slightly different, and that's making it not start up the FIFO.
If you disable calibration does it at least output anything?
I'll make a fix soonish, I don't have an mpu6886 to test at the moment.
Hi,
trying Calibrated_sensor_output.ino with an esp32 and an MPU6886
MPU6886::calibrateAccelGyro() fails to read back the FIFO sample count here - the readBytes() request is NAK'd, hence fifo_count is zero, resulting in a divide-by-zero here
not sure what to do about it, short from replacing gyro calibration with averaging
thanks!
Michael
ps: using Platformio, esp_wrover_kit 4.1 with JTAG, Salea LA
versions are:
The text was updated successfully, but these errors were encountered: