1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 16:55:29 +03:00
INAV: Navigation-enabled flight control software https://inavflight.github.io
Find a file
Marcelo Bezerra 15fbe0df3e
Adjust SW blink interval
200ms seems to iteract badly with some digital systems, causing
unreliable blinking.

I will turn the cycle interval into a configuration variable in 8.0.

200ms = original value, unreliable blinking
500ms = acceptable blinking with walksnail
1000ms = was also tested and worked ok

For software blink emulation, Blinking changes a character appearance
at a given frequency, the OSD code on digital systems updates the OSD at a
different arbitrary frequency. Depending on the relationship between the two
you may not see the text, or it may not blink. Similar to how lights can
blink if you have mismatched frequencies when recording video (50Hz
mains, 60fps video).

I also suspect that the way some of the digital systems handle blinking characters
may rely on the clear screen command, which also happens at a given
frequency in INAV.
2024-01-14 18:32:59 +01:00
.github Remove brew update step. 2023-06-15 20:04:29 +02:00
.vscode Change the SPI of Mamba H743 2023-11-08 12:12:39 +01:00
board add at32 bsp driver lib 2023-02-13 00:49:29 +08:00
cmake add option to build sitl with debug information 2023-10-07 17:53:26 +02:00
dev add at32 bsp driver lib 2023-02-13 00:49:29 +08:00
docs Merge pull request #9347 from shota3527/sh_mixerprofile_tail 2023-12-12 14:23:01 +01:00
lib/main USB MSC: Fix SCIS mode sense write protection bit (#9572) 2023-12-16 16:23:14 +00:00
src Adjust SW blink interval 2024-01-14 18:32:59 +01:00
.dir-locals.el Add @stronnag's emacs style settings 2023-08-06 23:58:44 +02:00
.dockerignore Docker CMake support 2020-10-02 16:21:23 +02:00
.gitattributes fix docker build under windows 2021-06-06 22:44:22 +03:00
.gitignore Merge branch 'master' into sh_mixer_profile 2023-09-20 00:45:53 +09:00
.travis.sh Run unittests each travis build 2017-01-29 18:39:08 +10:00
.travis.yml Add MATEKF765 to release 2019-11-16 14:42:09 +01:00
.vimrc Tab settings for vim 2023-08-06 21:40:31 +02:00
AUTHORS Add myself to Authors 2023-10-05 00:16:43 +02:00
build.sh Fix git security issue with docker build 2022-11-14 13:39:25 -07:00
build_docs.sh Disable not used targets 2019-12-03 12:45:32 +01:00
CMakeLists.txt INAV 7.1 2023-12-08 10:03:44 +01:00
Dockerfile add gdb to allow debugging in dev containers 2023-10-07 17:53:25 +02:00
fake_travis_build.sh Drop F3 codebase 2022-05-26 19:56:59 +02:00
JLinkSettings.ini
LICENSE
readme.md F411 PSA 2023-11-07 20:23:59 +01:00
Vagrantfile Fixed Vagrant file, again. 2018-05-07 00:05:55 +03:00

INAV - navigation capable flight controller

PSA

INAV no longer accepts targets based on STM32 F411 MCU.

INAV 7 is the last INAV official release available for F411 based flight controllers. The next milestone, INAV 8 will not be available for F411 boards.

INAV

INAV Community

Features

  • Runs on the most popular F4, F7 and H7 flight controllers
  • On Screen Display (OSD) - both character and pixel style
  • DJI OSD integration: all elements, system messages and warnings
  • Outstanding performance out of the box
  • Position Hold, Altitude Hold, Return To Home and Waypoint Missions
  • Excellent support for fixed wing UAVs: airplanes, flying wings
  • Fully configurable mixer that allows to run any hardware you want: multirotor, fixed wing, rovers, boats and other experimental devices
  • Multiple sensor support: GPS, Pitot tube, sonar, lidar, temperature, ESC with BlHeli_32 telemetry
  • SmartAudio and IRC Tramp VTX support
  • Blackbox flight recorder logging
  • Telemetry: SmartPort, FPort, MAVlink, LTM, CRSF
  • Multi-color RGB LED Strip support
  • Advanced gyro filtering
  • Logic Conditions, Global Functions and Global Variables: you can program INAV with a GUI
  • And many more!

For a list of features, changes and some discussion please review consult the releases page and the documentation.

Tools

INAV Configurator

Official tool for INAV can be downloaded here. It can be run on Windows, MacOS and Linux machines and standalone application.

INAV Blackbox Explorer

Tool for Blackbox logs analysis is available here

INAV Blackbox Tools

Command line tools (blackbox_decode, blackbox_render) for Blackbox log conversion and analysis here.

Telemetry screen for EdgeTX and OpenTX

Users of EdgeTX and OpenTX radios (Taranis, Horus, Jumper, Radiomaster, Nirvana) can use INAV OpenTX Telemetry Widget screen. Software and installation instruction are available here: https://github.com/iNavFlight/OpenTX-Telemetry-Widget

INAV magnetometer alignment helper

INAV Magnetometer Alignment helper allows to align INAV magnetometer despite position and orientation. This simplifies the process of INAV setup on multirotors with tilted GPS modules.

OSD layout Copy, Move, or Replace helper tool

Easy INAV OSD switcher tool allows you to easily switch your OSD layouts around in INAV. Choose the from and to OSD layouts, and the method of transfering the layouts.

Installation

See: https://github.com/iNavFlight/inav/blob/master/docs/Installation.md

Documentation, support and learning resources

Contributing

Contributions are welcome and encouraged. You can contribute in many ways:

  • Documentation updates and corrections.
  • How-To guides - received help? help others!
  • Bug fixes.
  • New features.
  • Telling us your ideas and suggestions.
  • Buying your hardware from this link

A good place to start is the Discord channel, Telegram channel or Facebook group. Drop in, say hi.

Github issue tracker is a good place to search for existing issues or report a new bug/feature request:

https://github.com/iNavFlight/inav/issues

https://github.com/iNavFlight/inav-configurator/issues

Before creating new issues please check to see if there is an existing one, search first otherwise you waste peoples time when they could be coding instead!

Developers

Please refer to the development section in the docs/development folder.

INAV Releases

https://github.com/iNavFlight/inav/releases