ArduPilot / ardupilot

ArduPlane, ArduCopter, ArduRover, ArduSub source
http://ardupilot.org/
GNU General Public License v3.0
10.99k stars 17.52k forks source link

All/Enhancement: add RSSI via SBUS (counting drops) #1711

Closed multigcs closed 3 years ago

multigcs commented 9 years ago

hi, i wrote a patch (for 3.2) to use the drop-bit from SBUS to generate an rssi-value:

http://www.multixmedia.org/test/ardupilot-sbus-rssi.diff http://www.multixmedia.org/test/PX4Firmware-sbus-rssi.diff

olli

squilter commented 9 years ago

Could you try submitting a pull request like this

multigcs commented 9 years ago

done: https://github.com/diydrones/PX4Firmware/pull/24 https://github.com/diydrones/ardupilot/pull/1712

Naterater commented 5 years ago

Isn't this handled by http://ardupilot.org/copter/docs/parameters.html#rssi-parameters?

peterbarker commented 4 years ago

@Naterater I think the concept was to synthesise an RSSI from SBUS packet drop rates. That's not something we currently do (for any RC protocol).

IamPete1 commented 3 years ago

closing in favor of https://github.com/ArduPilot/ardupilot/issues/2721