Commit Graph

213 Commits (a5782347cf6300920e0a11ff596e21343efe1aa7)

Author SHA1 Message Date
Konstantin Sharlaimov (DigitalEntity) a160080d05 Add BMI160 gyro 6 years ago
Pawel Spychalski (DzikuVx) f104610f1d MIssing filter configs in FILTER_CONFIG 6 years ago
Alberto García Hierro 5574930eef
Merge pull request #437 from iNavFlight/agh_servo_reverse_switch
Use a switch to reverse servos rather than negative rates
6 years ago
Pawel Spychalski (DzikuVx) 1a520cfa0e Enable SERVO_TILT only for pre 2.0 6 years ago
Alberto García Hierro 0d788a430c Use a switch to reverse servos rather than negative rates
Just an UI change, same functionality.
6 years ago
Paweł Spychalski 64a0f91411
Merge pull request #401 from shellixyz/msp_decode_output_mapping
Add MSP2_INAV_OUTPUT_MAPPING decoding
6 years ago
Paweł Spychalski 48e4abe8d1
Merge pull request #433 from iNavFlight/dzikuvx-channel-forwarding-removed
Servo tab cleanup, channel forwarding removed
6 years ago
Pawel Spychalski (DzikuVx) 855bf9f045 reject old firmwares 6 years ago
Pawel Spychalski (DzikuVx) 757ca0f5a1 references to INAV 1.4 removed 6 years ago
Pawel Spychalski (DzikuVx) 47a063dccd references to inav 1.3 removed 6 years ago
Pawel Spychalski (DzikuVx) 73a15695c5 reference to INAV 1.0.0 removed 6 years ago
Pawel Spychalski (DzikuVx) 55385f5831 Servo tab cleanup 6 years ago
Konstantin Sharlaimov cf176f2201
Merge pull request #428 from iNavFlight/de_opflow_sensor_select
Add selector for optical flow sensor
6 years ago
Konstantin Sharlaimov (DigitalEntity) dc74f95efd Opflow alignment support in MSP API 6 years ago
Michel Pastor 5b5cb519cf Update MSPV2_INAV_OUTPUT_MAPPING to match latest firmware changes 6 years ago
Michel Pastor 1e981d50a4 Add MSP2_INAV_OUTPUT_MAPPING decoding 6 years ago
Konstantin Sharlaimov (DigitalEntity) 57241b86f8 Add selector for optical flow sensor 6 years ago
Michel Pastor 343e4d244d Add MSP support for the new vbat_cell_detect_voltage setting 6 years ago
Pawel Spychalski (DzikuVx) a52d1408a0 updated FC version detection 7 years ago
Pawel Spychalski (DzikuVx) 34c13c5010 correctly set number of motors and servos 7 years ago
Pawel Spychalski (DzikuVx) 640d0b39a3 cleanups 7 years ago
Pawel Spychalski (DzikuVx) 48c67874f9 old mixer section hiden on compatible FC version 7 years ago
Pawel Spychalski (DzikuVx) 7fbf63b7fc Basic support for MSP2_INAV_MIXER frame 7 years ago
Pawel Spychalski (DzikuVx) c4735d2690 Merge remote-tracking branch 'origin/master' into dzikuvx-new-mixer-approach 7 years ago
Michel Pastor a89661f4cf Make channel mapping more user friendly 7 years ago
Konstantin Sharlaimov 824ca3ede5
Merge pull request #386 from iNavFlight/agh_fport
Add support for selecting FPort serial RX protocol
7 years ago
Alberto García Hierro 68dcaa18f8 Add support for selecting FPort serial RX protocol 7 years ago
Konstantin Sharlaimov 578d5f3e73
Merge pull request #365 from shellixyz/air_speed_sensor_graph
Add air speed graph in sensors tab
7 years ago
Sergej Pozdnyakov 87e092cbcb new appearance of the interface, need testing 7 years ago
Michel Pastor 615d559b66 Add air speed graph in sensors tab 7 years ago
Michel Pastor cb321db57d Add feature for enabling/disabling profile selection by TX stick command 7 years ago
Konstantin Sharlaimov (DigitalEntity) 6bd0cd2d0a Enable CRAFT_NAME item in OSD 7 years ago
Michel Pastor f9c970b4c0 MSP: add support for MSPV2_INAV_RATE_PROFILE and MSPV2_INAV_SET_RATE_PROFILE frame types 7 years ago
Michel Pastor b6dc007bd8 Reflect MSP2 changes 7 years ago
Michel Pastor 7de758c64e Increase vbat resolution 7 years ago
Konstantin Sharlaimov 23ef794d5b
Merge pull request #324 from Afinogen/mission-planer
Mission planer
7 years ago
Konstantin Sharlaimov 353b5f7e36
Merge pull request #339 from iNavFlight/agh_trace_msp
Add support for viewing trace output via MSP from the sensors tab
7 years ago
Konstantin Sharlaimov (DigitalEntity) abedf49d38 Fix sensor names 7 years ago
Alberto García Hierro b98d7a8f3b Add support for viewing trace output via MSP from the sensors tab
Use an additional window to show the debug trace, so the configurator
can be used at the same time the user is viewing the output.
7 years ago
giacomo892 8cac88c14f Add FW_LAUNCH feature to configurator 7 years ago
afinogen db31180753 Merge branch 'master' of https://github.com/iNavFlight/inav-configurator into mission-planer
Fix conflicts:
 _locales/en/messages.json
7 years ago
Pawel Spychalski (DzikuVx) bb8507e81b ground work for mmix editing 7 years ago
Pawel Spychalski (DzikuVx) cf3a5b2a64 UI for smix rules 7 years ago
Sergej Pozdnyakov 0b7598dabd save and load points 7 years ago
Konstantin Sharlaimov (DigitalEntity) 9942e9508e Calibration tab. Squashed commit. Kudos to @DzikuVx, @skaman82, @Afinogen 7 years ago
Alberto García Hierro c18807405e Fix incorrectly swapped bits for legacy RX
Code for handling versions using feature bits for RX had the
feature bits for RX_PPM and RX_PWM swapped, causing incorrectly
displayed values.
7 years ago
Alberto García Hierro e3821b8a3e Don't test for RX_NONE on INAV <= 1.7.3
Since in RX_NONE bit is undefined, bit_check() will always return
true. Fix is just removing RX_NONE from the available RX types
on versions using feature bits for RX, since they won't allow
not having a RX configured (FC will fall back to RX_PPM).

Fixes #287
7 years ago
Alberto García Hierro fb0605d639 Add support for the new value FS_ONLY in nav_rth_allow_landing 7 years ago
StewLG b8d86756e1 Merge branch 'master' into MinimumFailsafeDistance 7 years ago
Stewart Loving-Gibbard cf1c676eaa * Changing from meters to centimeters
* Other minor tweaks to help text
* Finalizing API checks
7 years ago
Paweł Spychalski 25748f4ce8 Merge pull request #273 from fiam/osd_vtx
Add support for configuring OSD_VTX_CHANNEL
7 years ago
Paweł Spychalski d9d94af6a8 Merge pull request #256 from iNavFlight/dzikuvx-aux-rename-to-ch
AUX renamed to CH
7 years ago
Alberto García Hierro e570fcbae4 Add support for configuring OSD_VTX_CHANNEL
Element was disabled due to missing support on INAV. Added messages
for element name and its help too.
7 years ago
Stewart Loving-Gibbard 81be88311e This supports adds Configurator GUI support for Failsafe Minimum Distance.
I believe everything works and is OK, but I am unclear about MSP/FC/Configurator versioning, so some of what I've done here may not be correct, or may need to be done differently. I would appreciate guidance/explanation.
7 years ago
Pawel Spychalski (DzikuVx) 7d7a1dc866 RC_MAP update 7 years ago
Alberto García Hierro 5ea5399eb2 Fix values for PPM and PWM, rename RX_PARALLEL_PWM to RX_PWM
Name RX_PARALLEL_PWM was confusing, so it's been renamed to
just RX_PWM.
Values for RX_PWM and RX_PPM were swapper, they're now the correct
ones.
Set the order of the rx types as serial, ppm, pwm, spi, msp and none.
Allow versions using the feature bits to select RX_NONE by clearing
all relevant bits in the features.
7 years ago
Alberto García Hierro 42f332e627 Rename all references to NRF24 as protocol to SPI
For consistency. We now have other receivers that work over SPI
and might have more in the future.
7 years ago
Alberto García Hierro 587d1c5cb4 Add support for the RX changes in MSP
Implement a combobox selector for the receiver type, showing
just the options for the specific type (e.g. selecting serial
receiver reveals the combobox for the serial protocol).

On INAV > 1.7.3 read and write receiver type to RX_CONFIG rather
than to feature bits. Note that this will break the configurator
in builds with version = 1.7.4 before https://github.com/iNavFlight/inav/pull/1596/files
is applied.
7 years ago
Paweł Spychalski ef5619fefb Merge pull request #255 from iNavFlight/dzikuvx-ports-sensor-column
Port GPS renamed to Sensors and moved to separate column
7 years ago
Alberto García Hierro 974ed52c11 Organize OSD elements into groups
Implement groups which can be declared in any order including
any item in the order deemed more useful. This way we no longer
need to put elements ordered by their osd_items_e value.

Also, elements and even groups can be disabled when the features
or hardware required for drawing them is not present or not
enabled.
7 years ago
Pawel Spychalski (DzikuVx) 8dfa070624 Port GPS renamed to Sensors and moved to separate column 7 years ago
Konstantin Sharlaimov (DigitalEntity) d391258180 Merge branch 'marbalon_new_gps_type_mtk' of https://github.com/marbalon/inav-configurator into marbalon-marbalon_new_gps_type_mtk 7 years ago
Alberto García Hierro 2ef9947dfd Add support for FEATURE_AIRMODE in the Configuration tab
Setting the feature also hides the mode from the modes tab, since
the FC won't register the BOXID as an active one. FC support
detection is based on INAV version >= 1.7.3, since support for
the AIRMODE feature has been advertised by previous releases
but it's not really supported (it does nothing).

Support for INAV is at https://github.com/iNavFlight/inav/pull/1949

Fixes #154
7 years ago
Marcin Baliniak 748f72c81c New GP module type MTK 7 years ago
Pawel Spychalski (DzikuVx) ecab75a610 Fixes #214 7 years ago
Marcin Baliniak de27e89164 Support for new eLeReS RX_SPI receiver 7 years ago
Pawel Spychalski (DzikuVx) 8aebbbfa93 Allow servo rate 125% 7 years ago
Pawel Spychalski (DzikuVx) 0777ef391c MSP_FW_CONFIG frame support 7 years ago
Pawel Spychalski (DzikuVx) 9b8c7b05d0 UBLOX7 selectable for 1.7.1 and newer 7 years ago
Pawel Spychalski (DzikuVx) eb4eff59fb RTH and Landing settings 7 years ago
Konstantin Sharlaimov (DigitalEntity) ae8c7b1b54 Add pitot ADC and VIRTUAL 8 years ago
Paweł Spychalski 5e214f6fab Merge pull request #166 from iNavFlight/pid-names
some rationalization in PID table generation and PID names no longer …
8 years ago
Konstantin Sharlaimov (DigitalEntity) 526b216ed5 Add MS5607 baro for 1.6.2+ 8 years ago
Pawel Spychalski (DzikuVx) 973aec053e some rationalization in PID table generation and PID names no longer taken directly from FC 8 years ago
Pawel Spychalski (DzikuVx) 94f09db6c2 Updated servo rates 8 years ago
Pawel Spychalski (DzikuVx) 2efb215d86 TBS Crossfire and JETI EXBUS 8 years ago
Paweł Spychalski 618f719f6a Merge pull request #121 from iNavFlight/msp-altitude-1_6
Report raw baro altitude in sensors tab
8 years ago
Pawel Spychalski (DzikuVx) 77004021b5 feature OSD 8 years ago
Pawel Spychalski (DzikuVx) 48bd843a17 SOnar, inflight acc calibration, transponder and failsafe features removed 8 years ago
Konstantin Sharlaimov (DigitalEntity) 191aa6ac86 Report raw baro altitude in sensors tab 8 years ago
Pawel Spychalski (DzikuVx) c977b19432 advanced tuning tab done 8 years ago
Pawel Spychalski (DzikuVx) 31dad7a826 backend for MSP_POSITION_ESTIMATION_CONFIG 8 years ago
Pawel Spychalski (DzikuVx) 2f4dcc9a37 backend of pidSumLimit 8 years ago
Pawel Spychalski (DzikuVx) fc11eca5c0 Backend for dterm_setpoint_weight 8 years ago
U-PAWEL-X220\pawel c5556f2f40 Backend for Notch filters settings over MSP 8 years ago
U-PAWEL-X220\pawel e59726e204 backend layer for MSP_NAV_POSHOLD 8 years ago
Konstantin Sharlaimov (DigitalEntity) 372b51f897 Change arming checks to a table 8 years ago
U-PAWEL-X220\pawel a5bc3e56ab Arming status reporting 8 years ago
Pawel Spychalski (DzikuVx) a722f89973 improved hinting 8 years ago
Pawel Spychalski (DzikuVx) c6b2e40cbb features non-radio rework 8 years ago
Pawel Spychalski (DzikuVx) 4bd6f46710 RSSI rework 8 years ago
Pawel Spychalski (DzikuVx) 684d8c90d2 Updated sensor detection for AUTOdetection mode 8 years ago
Pawel Spychalski (DzikuVx) 55293812d2 MSP layer for MSP_SENSOR_CONFIG 8 years ago
Pawel Spychalski (DzikuVx) b8567252af fixed disabling of OSD elements 8 years ago
Pawel Spychalski (DzikuVx) 6766be0f93 Merge remote-tracking branch 'origin/master' into async-support 8 years ago
Konstantin Sharlaimov (DigitalEntity) 2946004ccf Add support for MSP_SENSOR_STATUS if firmware version is gte 1.5 8 years ago
Pawel Spychalski (DzikuVx) 026edebe88 other frequencies 8 years ago
Pawel Spychalski (DzikuVx) dace7d27d8 GUI for async gyro mode 8 years ago
Pawel Spychalski (DzikuVx) b68f9a15c4 various code improvements 8 years ago
Pawel Spychalski (DzikuVx) d503cb92c7 Filtering configuration 8 years ago
Pawel Spychalski (DzikuVx) ea9efd4622 Yaw jump and prevention limit 8 years ago
Pawel Spychalski (DzikuVx) 58da169cdf Simplified UI for looptime selection in async_mode=NONE 8 years ago
Pawel Spychalski (DzikuVx) f88f0b7d81 accSoftLpfHz 8 years ago
Pawel Spychalski (DzikuVx) ead5f02022 gyro_lpf and gyro sync setable in async_mode=NONE 8 years ago
Pawel Spychalski (DzikuVx) f19f668a6e Log entry for disabled PWM output 8 years ago
Pawel Spychalski (DzikuVx) 540d90a45a MSP commands for ADVANCED_CONFIG 8 years ago
Martin Budden 9f49d59f5f Added NRF24 setting to configuration tab 8 years ago
gaelj 0e5190edd3 LED strip update 8 years ago
Paweł Spychalski ad55318829 possibility to change controller in UI removed from code (#17) 8 years ago
Pawel e9d2563dad rates in dps for iNav > 1.1.0, see iNavFlight#204 8 years ago
Konstantin Sharlaimov (DigitalEntity) 15dfc2ad41 Update GPS page 9 years ago
Dominic Clifton 1a58bfcf82 Add Race Transponder configuration support.
Also cleans up i18n support for 'features' and adds tooltip support for
them on the configuration tab.
9 years ago
Dominic Clifton 5c2273bd65 Reset all FC configuration state on connect to prevent side effects when
configuring multiple FC's without restarting the configurator each time.
9 years ago