-
Hello Guido,
May I ask what was the IMU you used for this library?
Were you able to use it in flight?
I will try to adapt it to a cheap MPU-6050.
Best regards,
-
First of all nicely done! I have been working for over 30 years in industrial motor control, power tool control, and now lawn equipment. I have my own Arduino-based pitch controller that I have dev…
ne9n updated
11 months ago
-
I recently built a batch of these and found a couple of issues and found work-arounds
**#1 The 3.3v LDO (IC1) has it's !EN pin tied to "IN".**
This caused the LDO to not turn on. Instead, this …
-
Hi, thanks for the project. You have inspired me to work. As in my country it is difficult to get the TLV493D, I will rework the inner triangle for the GY-521 sensor (MPU-6050). It will allow better p…
-
Would it be possible to add an accelerometer to print the image instead of using a Fixed Frame Time? Like the MPU-6050.
As you are slower to move in the beginning of the picture it can make pictures …
-
Kris, I was hoping you would respond to this teensy forum
https://forum.pjrc.com/threads/33328-Prop-Shield-Beta-Test?p=101499&viewfull=1#post101499
Your prop-shield sketch does fusion updates even i…
-
````
#include "MPU6050/MPU6050.h"
const int MPU_addr = 0x68;
MPU6050_Base mapu;
int16_t data;
void setup() {
Wire.begin();
Wire.beginTransmission(MPU_addr);
Wire.write(0x6B);
Wire.w…
-
Reference the DIY Hacking article and my new comment on it...
http://diyhacking.com/arduino-mpu-6050-imu-sensor-tutorial/#comment-3543
The article does a nice job showing hookup an arduino Uno... b…
-
-
the Altimeter Module MS5607 and the MPU-6050 accelerometer respectively, can show their temperature values:
when smothered:
```
/ # diagnostic -v|grep -i temp
posix init start build on : Jun 20 20…