Hi,I've bought Maxbotix MB1242 sonar and connected to i2c splitter. It shows good readings indoors, but in real flight the values jumps between 0 and real values as on screenshot.My initial thought was that the problem is in vibrations, so today I…
Recently I've made a very simple remote trigger for Xiaomi Yi camera on my drone so I can take pictures using my RC transmitter.I have Pixhack (a Pixhawk clone) flight controller which has not only servo outputs, but also "relay pins" which…
"You can look at my repo: https://github.com/kosmikkosmik/apm-osd - it contains Visual Studio solution. Basically there is both Arduino and C++ code, I just used to work with C++ that's why the code I've added is in C++ rather than Arduino stuff.Just…"
"I am using Arduino 1.0 + Visual Studio + VisualMicro plugin. I have heavily modified MinimOSD though, removed tons of stuff I don't need, added flight time estimation, added internal settings screen instead of additional panes.
I've tried to modify MinimOSD-Extra to show me current APM Copter 3.3 status message on screen. The problem is that I get only couple of messages at startup and then it stops.This is how I approximately do it:case MAVLINK_MSG_ID_STATUSTEXT: {…
Hi,we've got -15 today and since the weather is very calm I tried to finally run autotune on my newly built quad.I have the following failsafe settings for my 5000 mAh 3S battery:* FS_BATT_VOLTAGE = 10.5* FS_BATT_MAH = 1000I warmed up battery before…