1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 11:29:56 +03:00
Commit graph

56 commits

Author SHA1 Message Date
Roberto
463fe1a877
Fix typo Rx.md 2024-07-07 14:43:36 +02:00
Jonathan Hudson
9c633a816d
[docs] modernise Serial and RX documents (#9322) 2023-09-28 16:09:44 +01:00
ryet9
915626340a
Update Rx.md
inav->INAV
2022-09-25 19:52:30 +00:00
Pawel Spychalski (DzikuVx)
ef317763dd iNav to INAV 2022-09-21 11:05:02 +02:00
Darren Lines
51ba702942
Update PPM 2022-07-30 10:12:12 +01:00
Pawel Spychalski (DzikuVx)
38da030fe1 Drop SUMH telemetry 2022-07-07 18:05:37 +02:00
Pawel Spychalski (DzikuVx)
435721a409 Drop the JR XBUS support as not used 2022-06-29 10:06:38 +02:00
Jonathan Hudson
cee90edce5
fix erroneous instances of "obj/SPEVO..hex" (#8047) 2022-05-23 17:15:13 +01:00
Jonathan Hudson
2131cf92bf
[DOC] add some basic information about SRXL2 (#6284)
* [DOC] add some basic information about SRXL2 (Rx.md)
2020-11-13 15:18:34 +00:00
Alberto García Hierro
a319cd609a [RX] Make halfDuplex (exposed as serialrx_halfduplex) a tristate
This allows us to set the default value to AUTO, so each protocol
can select its default "duplexity". Then the explicit ON and OFF
values can be used to override the default value for the protocol.

Regenerate Settings.md to update the serialrx_halfduplex
documentation. This also regenerates some unrelated settings that
were out of date.

Update Rx.md accordingly.
2020-08-11 10:19:33 +01:00
Konstantin Sharlaimov
f40ef5ade2
Merge pull request #5446 from shellixyz/add_fport_to_rx_doc
Add a F.Port section to the RX documentation
2020-04-25 19:21:49 +02:00
Michel Pastor
00bc08db1a Add a F.Port section to the RX documentation 2020-02-25 16:48:31 +01:00
Jonathan Hudson
a81f709200 remove all traces of RX_TYPE_PWM 2020-02-01 16:20:44 +00:00
Jonathan Hudson
06348818c5 update Rx.md to reference the CLI receiver_type rather than obsolete feature. 2019-07-17 20:34:49 +01:00
Jonathan Hudson
088502f208 remove RX_PWM from documentation 2019-07-17 19:14:52 +01:00
giacomo892
17eeb8c571
Add softserial warning to Rx.md
Warning users about using SS and Serial RX
2019-02-27 10:12:58 +01:00
Michel Pastor
799838bbee Update RX documentation
* Remove mention of the rxfail command
* Fix grammar
2019-02-14 12:24:31 +01:00
Pawel Spychalski (DzikuVx)
dad24ac7f5 CC3D and all its traces removed 2018-04-24 08:40:32 +02:00
Pawel Spychalski (DzikuVx)
bf3d4ac3d0 Naze and all it traces removed 2018-04-23 16:21:23 +02:00
Giacomo
961dc016c4 IBUS updates 2017-04-26 11:24:09 +02:00
Stefan Haubold
9202603d8d replaced "cleanflight" with "inav" in documentation where it make sense 2017-04-19 17:20:15 +02:00
Konstantin Sharlaimov (DigitalEntity)
39f03d31bf IBUS RX code refactoring; Catch up with BF; Support iA6 hacked RX 2017-04-01 01:02:34 +10:00
Konstantin Sharlaimov (DigitalEntity)
7a3e46ed53 Implement sharing an UART for IBUS SerialRX and telemetry (kudos to @hali9 and @unitware) 2017-03-30 21:23:27 +10:00
stronnag
7cd3a25a70 Update Rx.md
Update Rx.md for Spektrum Satellite pseudo-RSSI function.
2017-02-11 11:37:30 +00:00
Konstantin Sharlaimov (DigitalEntity)
394900370d SBUS inversion control (grafting from Cleanflight) 2017-01-18 23:08:29 +10:00
Pawel Spychalski (DzikuVx)
a588ee08b9 docs update fixes#282 2016-06-14 21:38:51 +02:00
Paweł Spychalski
1b1c446980 Ibus 10ch support (#189)
* Document FlySky IBUS support
* Expand IBUS channel parsing to parse channels 9 & 10
2016-05-08 14:27:05 +10:00
ProDrone
a46832fd85 Changed behavior of PR #1233 and doc update
Stick channels only have AUTO and HOLD mode.
AUX channels only have SET and HOLD mode.
Added check to parameter in CLI.
Modified rx.md to reflect changes (and more).

+1 squashed commit:

- A cleaner approach for the same functionality

Basically addressing all comments from Hydra
2015-09-04 16:51:19 +02:00
Dominic Clifton
a373c095e3 Correct new rxfail documentation. Fixes #1238 2015-08-20 18:35:36 +01:00
Dominic Clifton
718729504e Allow FC to reverse input channels by using rxrange.
Just reverse the min/max arguments.

Unit tested.

Fixes #1132.
2015-08-20 02:46:03 +01:00
Dominic Clifton
a030d4dd9e Failsafe - Add rxfail auto mode. Allow rxfail to be used for all
channels, not just aux channel.
2015-08-20 01:37:29 +01:00
Dominic Clifton
9d3276b222 Code and documentation cleanup of rc calibration.
Note: since it didn't actually calibrate anything it has been renamed to
rxrange.

Added ability to reset rxranges using `rxrange reset` - this follows the
same pattern as other cli commands.
2015-08-04 01:13:28 +01:00
Dominic Clifton
27f8223de7 Merge branch 'rc-calibration' of
https://github.com/digitalentity/cleanflight into
digitalentity-rc-calibration

Conflicts:
	docs/Rx.md
	src/main/io/serial_cli.c
	src/main/rx/rx.c
	src/main/rx/rx.h
2015-08-04 00:06:12 +01:00
Dominic Clifton
8af32e28fb Expand on the rx signal loss documentation. 2015-08-03 23:30:01 +01:00
Dominic Clifton
aca179c654 Updating failsafe and rx loss detection documentation. 2015-08-03 21:52:25 +01:00
digitalentity
2614111c39 Implemented RC calibration and unit-tests
Added rc calibration docs to Rx.md
2015-07-16 08:49:18 +10:00
MasterZap
e355463e26 Fix documentation about 16 channel S.Bus to be clearer.
The text mentioned the "Serial Chapter" which isn't really helping you at all (IMHO), I removed that. The stuff you actually want is just a few paragraphs down in the same document....
2015-05-15 14:45:17 +02:00
modem158
2aa8b2bd21 Update Rx.md
Just adding documentation to help with an issue that arose today.
2015-04-15 16:50:58 -04:00
Stefan Grufman
12f45b4f04 Merge branch 'master' into xbus_jr01 2015-01-24 13:54:58 +01:00
Dominic Clifton
4945446579 Updating documentation. 2015-01-16 11:33:19 +00:00
Stefan Grufman
51dd9a4367 Added documentation for Align DMSS RJ01 receiver support. 2015-01-15 20:27:00 +01:00
Dominic Clifton
ec09f0d7fb Adding a Futuba SBus RX to the list of known working SBus receivers. 2015-01-12 23:28:07 +00:00
Dominic Clifton
8310a97605 Updaing receiver documentation. 2015-01-09 11:30:21 +00:00
Joel Fuster
20837a1353 Mixer and SBUS documenation updates 2015-01-09 11:12:37 +00:00
Dominic Clifton
2641f6ada7 Adding more known working receivers to the list. 2015-01-08 01:08:29 +00:00
Dominic Clifton
3e4bf46f1e Updating the Rx documentation. 2015-01-07 20:43:34 +00:00
Pim van Pelt
4e89e748ae s/cli/CLI/ where appropriate 2015-01-04 00:58:41 +01:00
Pim van Pelt
bb5d22a8d2 Various formatting and typographic fixes 2015-01-04 00:53:24 +01:00
Stefan Grufman
67cce3b9a0 Cleanup of code (whitespaces/defines etc). Added initial text for docs about XBus and its configurations. 2014-12-16 18:36:43 +01:00
Fredrik Steen
dcc49dbcbb Added link 2014-11-14 13:48:19 +01:00