invensense-imu icon indicating copy to clipboard operation
invensense-imu copied to clipboard

Arduino and CMake library for communicating with the InvenSense MPU-6500, MPU-9250 and MPU-9255 nine-axis IMUs.

Results 4 invensense-imu issues
Sort by recently updated
recently updated
newest added

my i2c program works correctly but spi communication is showing "Error initializing communication with IMU" on serial monitor.i have used example program "spi".my connections are as follows * VDD: 3.3V...

I ran your i2c example, but I added Serial print statements for Arduino Serial Plotter labels, adding offsets so the traces don't overlap. if (imu.Read()) { Serial.print("Max:250,"); Serial.print("NewIMU:"); Serial.print(imu.new_imu_data()*150); Serial.print(",");...

Hi I tried your library with i2c.ino to EPS32. https://github.com/bolderflight/invensense-imu/tree/main/examples/arduino/mpu9250/i2c The compilation is a success (no error). However, the system continuously reboots. Please share your comments with me to fix...

hello i am using the library from the source ( github ) , before when i did download it from arduino IDE it did not work , anyway now i...