-
```
What steps will reproduce the problem?
1. Compiled/uploaded the SF9DOF_AHRS_1_1.zip contents
2. Change Com port value in python script
3. Powered on the 9dof and ran the python script
What is the…
-
I just updated to the latest version of the Fusion and now not seeing any results, i.e.
```
flags = FusionAhrsGetFlags(&ahrs);
euler = FusionQuaternionToEuler(FusionAhrsGetQuaternion(&ahrs)…
-
Please help to add Hatire Arduino plugin of FaceTrackNoIR in Opentrack
http://sourceforge.net/projects/hatire/
-
Hi all,
I thought I'd demo a different way to get the mag data from an MPU 9X5X.
The current method uses the INT_BYPASS mode to access the mag data which works great if you only have 1 sensor conn…
-
In the MPU6050_6Axis_MotionApps20.h cause the quaternion to initialized in the power up direction. In other words the axis system of the wold frame depends on the power up orientation of the sensor. T…
-
I have programmed the dongle and coins with the most recent code. If open a terminal to get a datastream from one of the coins using:
`:1
:START_RTC
SET_REPEAT:0x01::D`
it runs for
-
The toPrintableArr function used to buffer the IMU data in the 'b' command ends up using the %s printf format to try to add a byte to output buffer. This would cause the byte to be interpreted as a ch…
-
Hi,
It looks like there are some provisions in the FreeIMU code to make a version compatible with the Atmega328, but it's only compatible with the Invensense devices. I'm trying to test the FreeIMU_S…
-
I tired running the sample WifiUDPclient sketch and I keep receiving the following error message:
> [E][WiFiUdp.cpp:160] endPacket(): could not send data: 22
I also receive a similar error messa…
-
To effectively use the i2c bus users need a way to programmatically change the I2C bus speed. Currently this is implemented for most of the Arduino boards like the mega as well as the teesnsy. Many …