The code compiles and is copied to the arduini but I get error on the serial monitor
RTArduLinkIMU starting using device MPU-9150 Failed to init IMU: -6
No valid compass calibration data
Identity: RTArduLink_Arduino
Port index 0 speed=5, hardware port number=0
⸮Ue⸮
I need to calibrate the IMU mpu9250 before I use it for the first time for which the RTArduLink code needs to run. How can I get the compass calibration data even before I calibrate it
I ran the IMUMagCal from the same git location and saved the results in the EEPROM. But I still get the same error Failed to init IMU: -6 when I try to run the RTIMULib-Arduino code.
I ran the i2c scanner which detected that there was a device on the bus at 0x68
Any suggestion of such program which could detect if the IMU is working fine?