pascallanger / DIY-Multiprotocol-TX-Module

Multiprotocol TX Module (or MULTI-Module) is a 2.4GHz transmitter module which controls many different receivers and models.
https://www.rcgroups.com/forums/showthread.php?t=2165676&goto=newpost
GNU General Public License v3.0
1.62k stars 436 forks source link

Support cloned FLYSKY AFHDS2A protocol #956

Open richieg66 opened 6 months ago

richieg66 commented 6 months ago

Is it possible to add support for cloning the FLYSKY AFHDS2A protocol? I've successfully cloned Frsky transmitters and that works. It would be great to extend this to use Flysky to enable me to bind FS-IA6B receivers with multiple transmitters.

Thanks Richard

P.S. Thanks for all the work you've done on the MPM!

pagrey commented 6 months ago

My RXID fork currently supports this. The new MultiConfig lua script will allow you to read and edit the RX ID which allows you to bind any AFHDS2A RX (or any protocol that uses an RX ID) without rebinding on any TX with this firmware and script. I've mentioned it on RC groups and there was no interest, nobody else has tested it so I haven't made a pull request. It works for me and is obviously experimental. It's simple enough but you do have to understand IDs and RX numbers. You need to build custom firmware with the new MULTI_RXID option enabled.

https://github.com/pagrey/DIY-Multiprotocol-TX-Module/tree/RXID

pfeerick commented 6 months ago

Just so you know... "I'm interested" (so am also putting my hand up as a willing victim volunteer to test it and give feedback) ;)