Tag: RC & FPV

  • INAV 8 Release: New Features & Improvements Explained

    INAV 8 Release: New Features & Improvements Explained

    It’s been a while since INAV 8.0 and INAV 8.0.1 were released. And I can easily say, it’s the state-of-the-art release on this flight controller firmware. It has got new features for everyone: Here is the short description of my favorite new features Setup wizard INAV will assist you with setting up basic hardware like…

  • Diatone Hey Tina Whoop162 with FalcoX

    Diatone Hey Tina Whoop162 with FalcoX

    I will be very frank with you: I do not like those tiny whoops. You know, 2″ and smaller propellers, plastic frame, a camera on top. You know, those almost cheapest FPV drones you can get. I’m saying that builds like BetaFPV 65X or Emax Tinyhawk are bad. I just do not like to fly…

  • Eachine TX805 5.8GHz 800mW video transmitter hands on

    Eachine TX805 5.8GHz 800mW video transmitter hands on

    I have something like a personal problem with “the best FPV transmitter manufacturer”. It’s about ideology. So, when a few weeks ago I had to order a few 5.8GHz transmitters, I had something like a problem. With TBS Unify Pro on my “not wanted” list, the “wanted” list got somehow short.I do own a few…

  • Generate S.Bus with Arduino in a simple way

    Generate S.Bus with Arduino in a simple way

    Did you noticed that lately I write about radios quite often? Well, I do and it’s not a coincidence. Proper introduction for what I’m working on will happen in a next few days, but now I will only write that this will be a mid-range, cheap, DIY radio link for UAVs. By mid-range I mean…

  • RunCam Split very late pseudo review: it’s not good

     I own RunCam Split. I own it for like 2 months now, and it’s still in a box. Never connected, never really used. And in the meantime, I’ve build 2 mini quads are rebuild third. Why is that? Is there something wrong withthis camera that I’m not using it anywhere? And not planning to? Let’s…

  • Simplest hardware inverter for flight controller

    Simplest hardware inverter for flight controller

    Together with increasing popularity of STM32F4 flight controllers, telemetry became hard topic again. Why? Most popular telemetry protocols, SmartPort and FrSky telemetry , requires inverted signal. Zero becomes one, one becomes zero. In case on STM32F3 that was not a big problem. Those CPUs have built in inverters. STM32F1 and STM32F4 does not. So, if…

  • MPU6000 vs MPU6050 vs MPU6500

    MPU6000 and MPU6050 Deep down, MPU6000 and MPU6050 are the same same hardware. They both have the same 3 axis gyroscope and the same 3 axis accelerometer. Both allows max 8kHz gyro sampling rate. From a flight controllers point of view, the only difference between them is bus that connects them to CPU. MPU6000 allows…

  • Generate PPM signal with Arduino

    Generate PPM signal with Arduino

    In the beginning of this year I’ve written a short tutorial how to read PWM signals from RC radio with Arduino. While it is can be useful when building own RC equipment, it does not help much when one has to deal with PPM (CPPM) signal. Let’s be honest, PPM is much more useful than…

  • Adding GPS to Flip32+ and Cleanflight

    Flip32 and Flip32+ (10 DOF version of Flip32 with built-in barometer and magnetometer) are nice little flight controllers. And cheap. Some call them clones of Naze32, but this is not completely true. Yes, they are very similar, share the same hardware, but they are not identical. I would say they are better than Naze32 since have…