MPU9250_asukiaaa icon indicating copy to clipboard operation
MPU9250_asukiaaa copied to clipboard

A library for arduino to read value of MPU9250.

Results 11 MPU9250_asukiaaa issues
Sort by recently updated
recently updated
newest added

started sensorId: 113 accelX: -0.07 accelY: 0.00 accelZ: -1.02 accelSqrt: 1.02 gyroX: 0.85 gyroY: -1.59 gyroZ: 0.67 Cannot read mag values at 102ms sensorId: 113 accelX: -0.08 accelY: -0.02 accelZ:...

Hello Asukiaaa, thanks you for this library that you provided us ! I was wondering how can I change the accelerometer sample rate. I didn't see any functions in the...

Hello dear Asukiaaa, first of all congratulate you for this great library that you have provided us !!! I have used it to create an Air mouse with mpu9250 and...

Im using the asukiaaa library and printing x, y, and z mag values to the serial monitor for testing purposes. Everything works fine at first but then negative values are...

dear asukiaaa, after i get update 1.30, now i can look value for gyrometer. now i need help you, for calculate code for auto calculate offset even i start /...

I'm building my head track with the hatire plugin using your library on opentrack and Debian. Why doesn't the gyro keep latest values? i'll explaine better, when i move the...

This library is very effective, but could you implement the low pass filter that is in the chip please ?? Thanks a lot for your work

Would it be possible to get compass output and XYZ-gyro outputs in the 0-360 degree ranges? Its more human comprehensible. :-)

Everything is implemented right. I am getting data from every other sensor but the magnetometer is ust stucked at: ![image](https://github.com/asukiaaa/MPU9250_asukiaaa/assets/76113098/723e3ba7-6fc3-4670-b023-95eb92d4691e) Here is my CODE: ```cpp #include "IMU.h" IMU::IMU() { Wire.begin();...

hello do you have discrod ? i want to share kalma filter with you and visualization of XYZ using matplotlib , you can improve it and upload it in your...