Giter Site home page Giter Site logo

dolphin78 / inav Goto Github PK

View Code? Open in Web Editor NEW

This project forked from inavflight/inav

0.0 2.0 2.0 146.35 MB

INAV: Navigation-enabled flight control software

Home Page: https://inavflight.github.io

License: GNU General Public License v3.0

Shell 0.01% Makefile 0.04% C 95.04% C++ 1.07% Assembly 3.02% HTML 0.80% Objective-C 0.01% Ruby 0.02% Perl 0.01% PHP 0.01% Batchfile 0.01%

inav's Introduction

INAV

INAV

Join the chat at https://gitter.im/iNavFlight/inav Travis CI status

Clean-code version of baseflight flight-controller with improved navigational capabilities - flight controllers are used to fly multi-rotor craft and fixed wing craft.

Important: PID values and scaling

Starting at 22-06-2016 INAV uses the same scaling for PIDs as Cleanflight/Betaflight LuxFloat and MWRewrite PID controllers. That means the following:

  • PIDs from CF/BF can be used in INAV, no need to retune for INAV
  • INAV uses the same PID defaults that Cleanflight and Betaflight
  • Current INAV tunes can be converted to new using this guide. This applies to all INAV 1.1
  • Conversion spreadsheet

Features

  • Multi-color RGB LED Strip support (each LED can be a different color using variable length WS2811 Addressable RGB strips - use for Orientation Indicators, Low Battery Warning, Flight Mode Status, etc)

  • Oneshot ESC support.

  • Blackbox flight recorder logging (to onboard flash or external SD card).

  • Support for additional targets that use the STM32F3 processors (baseflight only supports STM32F1).

  • Support for the Seriously Pro Racing F3 board (STM32F303, I2C sensors, large flash, excellent I/O.)

  • Support for the TauLabs Sparky board (STM32F303, I2C sensors, based board with acc/gyro/compass and baro, ~$35)

  • Support for the OpenPilot CC3D board. (STM32F103, board, SPI acc/gyro, ~$20)

  • Support for the CJMCU nano quadcopter board.

  • Support for developer breakout boards: (Port103R, EUSTM32F103RC, Olimexino, STM32F3Discovery).

  • Support for more than 8 RC channels - (e.g. 16 Channels via FrSky X4RSB SBus).

  • Support for N-Position switches via flexible channel ranges - not just 3 like baseflight or 3/6 in MultiWii

  • Lux's new PID (uses float values internally, resistant to looptime variation).

  • Simultaneous Bluetooth configuration and OSD.

  • Better PWM and PPM input and failsafe detection than baseflight.

  • Better FrSky Telemetry than baseflight.

  • LTM Telemetry.

  • Smartport Telemetry.

  • RSSI via ADC - Uses ADC to read PWM RSSI signals, tested with FrSky D4R-II and X8R.

  • OLED Displays - Display information on: Battery voltage, profile, rate profile, version, sensors, RC, etc.

  • In-flight manual PID tuning and rate adjustment.

  • Rate profiles and in-flight selection of them.

  • Graupner PPM failsafe.

  • Graupner HoTT telemetry.

  • Multiple simultaneous telemetry providers.

  • Configurable serial ports for Serial RX, Telemetry, MSP, GPS - Use most devices on any port, softserial too.

  • And many more minor bug fixes.

For a list of features, changes and some discussion please review the thread on RCGroups forums and consult the documentation.

http://www.rcgroups.com/forums/showthread.php?t=2495732

Installation

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

Documentation

There is lots of documentation here: https://github.com/iNavFlight/inav/tree/master/docs

If what you need is not covered then refer to the Cleanflight documentation. If you still can't find what you need then visit the Gitter room or the IRC Channel at #inavflight

Gitter Support and Developers Channel

There's a dedicated Gitter room here: https://gitter.im/iNavFlight/inav

There's a dedicated INAV IRC channel on the Freenode IRC network. Users and some of the developers are there, and it is a helpful and friendly community - but there are two important things to keep in mind: First and most importantly, please go ahead and ask if you have questions, but make sure you wait around long enough for a reply. Next, sometimes people are out flying, asleep or at work and can't answer immediately, even though they are present in the channel. This is how IRC works: Many people stay logged in, even though they are not actively participating in the discussion all the time. Have a seat, grab a drink and hang around if it's a quiet time of day.

irc://irc.freenode.net/#inavflight

Configuration Tool

To configure INAV you should use the INAV-configurator GUI tool (Windows/OSX/Linux).

The source for it is here:

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

If you rather just want to use Cleanflight configurator you can download from here: https://chrome.google.com/webstore/detail/cleanflight-configurator/enacoimjcgeinfnnnpajinjgmkahmfgb

Telemetry screen for OpenTX

Users of FrSky Taranis X9 and Q X7 can use INAV Lua Telemetry screen created by @teckel12 . Software and installation instruction are available here: https://github.com/iNavFlight/LuaTelemetry

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.

The best place to start is the IRC channel on freenode (see above), drop in, say hi. Next place is the github issue tracker:

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

inav's People

Contributors

borisbstyle avatar dave-pitman avatar digitalentity avatar dzikuvx avatar echelon9 avatar ezshinoda avatar fiam avatar fusterjj avatar giacomo892 avatar hydra avatar ledvinap avatar linjieqiang avatar luggi avatar marbalon avatar martinbudden avatar mj666 avatar nebbian avatar nzmichaelh avatar oleost avatar payne92 avatar pierre-a avatar pulsar256 avatar sambas avatar stone avatar stronnag avatar thearchladder avatar thenickdude avatar tracernz avatar treymarc avatar trollcop avatar

Watchers

 avatar  avatar

Forkers

yohihoy rivermtnn

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.