Tag: Tutorial

  • How to connect APM Airspeed Sensor (Pitot Tube) to INAV

    Recently released INAV 1.7.2 introduced new hardware support: analog airspeed sensors. I’ve written new but it is new only to INAV. Analog airspeed sensors aka APM Pitot Tubes aka Ardupilot Airspeed Meter and one the market for years. And they are cheap. By cheap, I mean below $30. And until recently they were usable only…

  • Using PCA9685 with INAV

    Using PCA9685 with INAV

    The PCA9685 PWM driver working as servo extender is no longer supported in INAV. Use S.BUS output and S.BUS servo extenders instead One of the hardware limitations of flight controllers that usually multirotor users ignores is a number of PWM outputs. To fly a quadcopter you need “only” 4 PWM outputs. Since most FCs have…

  • How to install and configure Betaflight

    Latest Betaflight 3.0 is a new quality for flight controller software. It brings many new, cool, features comparing to previous versions. If you fly mini-quad or micro-quad, you have to check what Betaflight 3 has to offer. This tutorial will show how to install Betaflight 3 and how to configure it so mini-quad can go…

  • How to measure gyro noise frequency with Blackbox

    How to measure gyro noise frequency with Blackbox

    Betaflight (and INAV) lowpass filter tuning can be a hard thing to do if you have not idea what is noise frequency you want to cancel. Sure, you can blind test or read tutorials. But what if I tell you, you can measure it quite precisely using only Blackbox logs? Or measure rotation speed of…

  • How to print PLA on glass?

    How to print PLA on glass?

    When I got my first 3D Printer (Malyan M150) and got into 3D printing I was surprised how consumer not-ready technology this is. Sticking, not sticking, overextrusion, underextrusion, Kepton, blue painters tape, clogged extruder… Over the time, at least, I was able to get the whole 3D Printing process somehow repeatable. I think one of…

  • Connecting ultrasonic rangefinder (Sonar) to INAV

    Keeping constant altitude with a drone is not a trivial task. Specially, if drone is supposed to keep give altitude very precisely few meters above the ground. One of the reasons for it is difficulty of reading precise altitude. Barometer can drift when atmospheric pressure changes and can produce a lot of noise. GPS is…

  • How to program ATtiny85 with Arduino IDE?

    How to program ATtiny85 with Arduino IDE?

    What is ATtiny ATtiny is a fimily of microcontrollers by Atmel, the same company that provides ATmega series used widely in “real” Arduino. Comparing to ATmega, ATtinys are much simpler, smaller (usually), with less features. But also cheaper, easier to connect, using less energy, and trust me, in many many cases you do not need…