Tag: INAV
-
INAV for tracked rovers and tanks
INAV 2.5 introduced rover and boat support. However, INAV setup on tracked vehicles like tanks or with differential steering was never really working like expected. Turning was possible but only in forward or backward movement – throttle had to be not-idle. And that meant that turning in place was not an option. Luckily, the INAV…
-
How to setup INAV on a rover
INAV finally allowed to use INAV and INAV compatible flight controllers to be used on rovers and boats. Finally, INAV supports not only flying vehicles. Bear in mind, that the rover and boat support is not full, and some functionalities might not be working like expected. What works:
-
All the INAV sensors: are they required or optional?
INAV can use various sensors to fly drones and airplanes: gyroscopes, accelerometer, magnetometers, barometers, GPS, OpFlow, rangefinders, and airspeed. Some of them required some are recommended and some are a purely optional piece of hardware. Here is the full list: INAV Sensors: Gyroscope and accelerometer Required. The flight controller will not boot without a gyroscope…
-
A brief history of a flight controller – From MultiWii to Betaflight and beyond
I will tell you the history of probably the most successful family of Open Source flight controllers: MultiWii that continues its life today as Betaflight, EmuFlight, and INAV. Other families like OpenPilot were not that successful and practically died. On the other hand, the history of ArduPilot is not that interesting and we can leave…
-
INAV Airspeed Sensor – which one to choose
INAV flight controllers gives you the option to install airspeed sensor on your airplane, just like in Pixhawk and Ardupilot. And just like in case of Pixhawk and Ardupilot, you have several options in terms of the hardware. Airspeed sensors, also known as Pitot tubes, come in two variants: digital and analog.
-
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
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…
-
INAV: how to setup asynchronous gyro
This functionality was removed from the code together with INAV 3. Do not try to set it up, it won’t work. Just flash latest INAV and enjoy the flight without any hassle Your Uncle Good Advice Together with version 1.4, INAV introduced asynchronous gyroscope processing. What is async gyro and why it is useful to…
-
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…