PX4 / PX4-Autopilot

PX4 Autopilot Software
https://px4.io
BSD 3-Clause "New" or "Revised" License
8.18k stars 13.36k forks source link

Add feature for CRSF RX binding via cli or vehicle_command #23281

Open benjinne opened 2 months ago

benjinne commented 2 months ago

Describe problem solved by the proposed feature

Add ability to bind CRSF receivers from flight controller

Example code was introduced in betaflight: https://github.com/betaflight/betaflight/pull/13119

Describe your preferred solution

Add CLI or UI method to bind CRSF receivers

Describe possible alternatives

n/a

Additional context

No response

dagar commented 2 months ago

Is this officially documented anywhere?

benjinne commented 2 months ago

Is this officially documented anywhere?

Sort-of in the ELRS documentation: https://www.expresslrs.org/quick-start/binding/#updated-binding-procedure-since-expresslrs-340

benjinne commented 2 months ago

I've opened a PR but don't have hardware to test. If anyone wants to give a try and verify it works, we can merge it in

benjinne commented 2 weeks ago

I've verified on my hardware that my PR works. We can close this once it's merged