-
```
What version of the product are you using? On what operating system?
I bought the 9 Degrees of Freedom-Razor IMU-AHRS(LPR530A,LY530ALH,HMC5843,ADXL345) and FTDI Basic(Arduino Compatible).
My…
-
https://blog.ztluo.dev/post/using-of-xsens-mti-300-ahrs/
-
```
What version of the product are you using? On what operating system?
I bought the 9 Degrees of Freedom-Razor IMU-AHRS(LPR530A,LY530ALH,HMC5843,ADXL345) and FTDI Basic(Arduino Compatible).
My…
-
```
What version of the product are you using? On what operating system?
I bought the 9 Degrees of Freedom-Razor IMU-AHRS(LPR530A,LY530ALH,HMC5843,ADXL345) and FTDI Basic(Arduino Compatible).
My…
-
I'm building compatibility for the GX5-10 into the driver. My progress thus far:
The GX5-10 is connected through an RS232-to-USB connector on `/dev/ttyUSB0`. It was necessary to add the Linux user …
-
```
What steps will reproduce the problem?
1. set the baud in the ahrs code from 57600 to 9600.
What is the expected output? What do you see instead?
was hopeing it would work but i just get jumbled…
-
```
let mut ahrs = Madgwick::::new(1.0/1000.0, 0.1);
let gyro = Vector3::new(0.0, 0.0, 0.0);
let acce = Vector3::new(0.0, 0.0, 1.0);
let quat = ahrs.update_imu(
&gyro,
&acce,
).unwrap()…
-
```
What version of the product are you using? On what operating system?
I bought the 9 Degrees of Freedom-Razor IMU-AHRS(LPR530A,LY530ALH,HMC5843,ADXL345) and FTDI Basic(Arduino Compatible).
My…
-
I am using Sparkfun IMU M0 which combines a MPU9250 and SMD21 microprocessor . I am using Arduino mega and I2C communication protocol for data processing. I am using your AHRS code fro sensor calibra…
-
Hi Kris,
Long after purchasing I finally had the time to start the AHRS part of my EFIS. Soldered the USFS on top of teensy 3.6 and with your sketch immediately got angles which seems right... for …