-
Hi,
I'm working with the IMUDUINO BTLE, using the FreeIMU library from here :
https://github.com/femtoduino/imuduino-btle
and I have two issues regarding the board:
1. Yaw, pitch and roll- each of th…
-
Hi there, I'm working on an Intel Edison (arduino breakout board) & running into the following error
```
RangeError: Trying to access beyond buffer length
at checkOffset (buffer.js:582:11)
at…
-
How do I connect the gy-521 on my arduino uno? I can't find it in the code?
Thanks!
-
Hi,
I've tried the FreeIMU_serial sketch on my IMUduino (Arduino Leonardo + freeIMU), but I got an error when compiling the code.
The Arduino IDE tell me that the sketch is too big, about 43.452 byte…
-
accgyro_mpu6050.c line375
lpf >= 188)
mpuLowPassFilter = INV_FILTER_188HZ;
else if (lpf >= 98)
......
-
/home/pi/noderocket/mpu-6050/node_modules/i2c/node_modules/coffee-script/lib/coffee-script/coffee-script.js:210
throw new Error("Use CoffeeScript.register() or require the coffee-s
…
-
Hi,
I am trying to get the yaw angular velocity from the MPU 6050 gyroscope. I followed the example sketch to obtain the yaw of the gyroscope but how can I get the angular velocity as well. Is there …
-
Hello,
2 months ago I opened an issue about Arduino Due Compatibility. I was getting strange behaviours from the processing GUI and you suggested to do the calibration first. Unfortunately I couldn'…
-
I've graphed the values returned by the DMP in the FIFO buffer over time, for 200 Hz, 100 Hz, and 50 Hz. After a while, it stops filling the FIFO buffer. This time differs for each frequency.
The gra…
-
I was very happy to come across your ported code and the examples of its use:
http://vimeo.com/88732224
But as of now, the code will not compile (Spark Firmware v0.3.4). Here's the error report:
In…