FastIMU icon indicating copy to clipboard operation
FastIMU copied to clipboard

the IMU library to rule them all (wip)

Results 6 FastIMU issues
Sort by recently updated
recently updated
newest added

I am using arduino nano 33 iot board and when IMUIdentifier Example is run, Output is `=========== IMU Identifier =========== No IMU detected ======================================` So I am thinking if all...

The BMM150 can be connected to the BMI160, allowing for the magnetometer data to be read via the BMI160 along with gyro and accel. I have searched and been unable...

I have a BMI270, want it word on Arduino nano, other library is too big, hex too large, can't upload to Nano.

Hi, trying [Calibrated_sensor_output.ino](https://github.com/LiquidCGS/FastIMU/blob/main/examples/Calibrated_sensor_output/Calibrated_sensor_output.ino) with an esp32 and an MPU6886 MPU6886::calibrateAccelGyro() fails to read back the FIFO sample count [here](https://github.com/LiquidCGS/FastIMU/blob/main/src/F_MPU6886.cpp#L214) - the readBytes() request is NAK'd, hence fifo_count is zero, resulting...

bug

Hi! First of all, thank you very much for your very versatile library. I tried to search before posting the question, without any luck, but still I fear this is...

FastIMU does not work with the builtin IMU of the Nano 33 IoT because the "who am i" value of the LSM6DS3 on the 33 is (or can be?) 0x6C...

IMU request