pascallanger / DIY-Multiprotocol-TX-Module

Multiprotocol TX Module (or MULTI-Module) is a 2.4GHz transmitter module which controls many different receivers and models.

Home Page:https://www.rcgroups.com/forums/showthread.php?t=2165676&goto=newpost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support cloned FLYSKY AFHDS2A protocol

richieg66 opened this issue · comments

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!

commented

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

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) ;)