-
Hello.
I have a questions about output values for drivers MPU9250 and LSM9DS1.
Accelerometers values in both sensors is multipliers of g.
Gyroscopes values in both sensors is dps. But in drivers va…
ghost updated
3 years ago
-
First thanks for hard work.
I've try to port whole library to PIC24 and face some problems.
Based on https://github.com/kriswiner/MPU-9250/blob/dea8453be4abd6c94612a13a2ddb5db184fed7cb/MPU9250Basi…
-
Hi!
I have got some awkward values when the IMU returns to the rest state. At rest, the accelerometer's values should be ideally ax = 0, ay = 0 and az = 0 (or g) when calibrated. The problem is that …
-
Test the code for retrieving data from MPU9250 and the logic for controlling the HoloCube with it.
-
Hi Kris.
I am currently using MPU9250 (MPU9255 so I get code 0x73)
I calibrated accelerometer, gyroscope and magnetometer.
All of 9 axis I pass in Madgwick filter and calculate yaw, roll, pitch …
-
Hi Kris,
I bought the nrf52832 from Pesky Product and I tried to program the built-in MPU9250 using your code "MPU9250_BMP280_BasicAHRS_nRF52 Basic Example Code". However I am getting an error mess…
-
@kriswiner I'm a little confused looking at your ESP32 repository and your MPU9250 repository.
I'm using a Sparkfun 9250 breakout (https://www.sparkfun.com/products/13762) and an Adafruit Feather E…
-
Hi all,
I am using see3cam cu27 kamera and mpu9250. I know that the lowest robust setup is rolling shutter camera and unsync low frequency IMU but when i tried with my setup vins-mono couldn't even i…
-
I ran MPU9250_DMP_Quaternion.ino without any problem on an ESP8266.
Now I want to use it on a Arduino Mega 2560 and it returns the following:
```
Q: INF, INF, INF, INF
R/P/Y: NAN, 1…
-
**Describe the bug**
I was able to make MPU9250 work ok on v1.11.3. But here are other issues about pwm test and esc calibration since bblue pwm mapping is different from PX4 default. So I tried to u…