File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ All ADSB receivers which can send Mavlink [ADSB_VEHICLE](https://mavlink.io/en/m
3434* [ PINGRX] ( https://uavionix.com/product/pingrx-pro/ ) (not tested)
3535* [ TT-SC1] ( https://www.aerobits.pl/product/aero/ ) (tested)
3636* [ ADSBee1090] ( https://pantsforbirds.com/adsbee-1090/ ) (tested)
37+ * [ SoftRf] ( https://github.com/lyusupov/SoftRF/wiki/Nano-Edition ) (not tested)
3738
3839## TT-SC1 settings
3940* download software for ADSB TT-SC1 from https://www.aerobits.pl/product/aero/ , file Micro_ADSB_App-vX.XX.X_win_setup.zip and install it
@@ -63,3 +64,14 @@ AT+SETTINGS=SAVE
6364* in INAV configurator ports TAB set telemetry MAVLINK, and baudrate 115200
6465* https://pantsforbirds.com/adsbee-1090/quick-start/
6566
67+ ## SoftRF settings
68+ SoftRF needs more mavlink messages than other receivers, in INAV cli set correct mavlink output.
69+ ```
70+ set mavlink_version = 1
71+ set mavlink_system_type_rate = 5
72+ set mavlink_pos_rate = 2
73+ save
74+ ```
75+ Baud rate for softRF is 57600. INAV supports only mandatory messages for softRF.
76+ Messages MAVLINK_MSG_ID_SYS_STATUS, MAVLINK_MSG_ID_VFR_HUD, MAVLINK_MSG_ID_ATTITUDE are not supported.
77+
You can’t perform that action at this time.
0 commit comments