-
Detecting Cleanflight PID tuning issues with Blackbox: excess P gain
Almost all quadcopter PID tuning tutorials can be summarized into one sentence: “Increase P until you see oscillations, then lower it”. Plus some thoughts about I and very vague advices about D and that is all. When I got into the hobby, I’ve read all of those tutorials. And I did know more about PID…
-
Quick review: Eachine PCB Power Distribution Board for ZMR250/QAV250
Building a quadcopter without nice power distribution board always leads to the same result: state of total cable entanglement. It looks ugly, makes maintenance hard and adds unneeded weight. I will not show how my ZMR250 quad looked after I added FPV and OSD into it. Almost all space between top and bottom plate was taken…
-
PPM output on FrSky X4R and X4R-SB receivers
FrSky sells 2 small Taranis compatible receivers: X4R and X4RSB. By default, they offer only PWM signal. 4 channels on X4R and 3 channels plus S.Bus (16 channels over S.Bus) on X4RSB. And that is problematic. Many flight controllers does not support S.Bus very well (no inverters) or just does not offer enough UART ports.…
-
Multiple flight modes for Cleanflight with Taranis
FrSky X9D Plus Taranis or cheaper FrSky Taranis Q X7 or even more expensive X10S Horus, are incredible radios. But also can be intimidation when migrating from simpler radios. A great example is mixing multiple switches into 1 channel to pass flight mode to the flight controller. Yes, you can do it, but it can…
-
What is PID controller?
Multicopter is an unstable machine. It requires constant corrections to keep is stable in the air. This is done with PID control loop. When quadcopter does not fly like you hoped, you will hear: “Tune your PIDs“. Nice. But what exactly is PID? If you did not studied control theory, and you do not want…
-
Raspberry Pi + MOSFET = High power switch
With all the possibilities, Raspberry Pi requires additional hardware to turn on and off any additional hardware. GPIOs built in power limit is low: 3.3V, 16mA per GPIO, but not more that 50mA total). And while it might be enough to light a small LED, it is not enough for anything else. Forget about motors,…
-
RedCruiser – DIY Depron airplane for FPV
Few months ago I’ve wrote about my first handmade Depron airplane. It was cool design. Super simple, with KFm-2 airfoil, durable and easy to fly. But it had few serious flaws: motor mounted in front of fuselage is great for flight characteristics, but propellers breaks all the time. Even with prop savers, big fuselage is…
-
PPM signal support for FS-i6 radio
FlySky FS-i6 (or branded Turnigy TGY-i6) is a very decent 6 channel entry level RC radio system. But support for PPM (CPPM) standard is somehow not clear. I have no idea why manufacturer keeps PPM support data so well hidden. Anyway, here it is: how can I enable PPM on i6 radio system? PPM signal…
-
PWM, PPM, and Serial RX explained
When speaking about radio systems for remote controlled models, multirotor, airplanes, gliders, there are some shortcuts that might be unknown for beginners. Those are: PWM, PPM, Serial RX, S.Bus. Today I will explain basic concepts behind them, and when they are used. PWM PWM, as Pulse Width Modulation, is something a standard for controlling different…