-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for RX FS2A version with LQFP STM32 chip. #307
base: master
Are you sure you want to change the base?
Conversation
I'll be able to test this for you shortly... I have both the problem receivers in question from pascallanger/DIY-Multiprotocol-TX-Module#730, and recently acquired a FS-i6X. |
I got the docker build environment up, and matched the proposed change as needing to be made to line 311 of the current master. However, it did not seem to have any effect with these RX... I basically had to sit the PCB (not the aerial?!) on top of the transmitter antenna for it to successfully bind (it would either not bind, or kick the transmitter out of bind mode but not be bound - I'm assuming incomplete bind). Unfortunately, it didn't occur to me until after I'd flashed current main back on to try against a Flysky FS-iA6B as a comparison, so will try again later with that to see what happens with a genuine receiver. opentx/radio/src/targets/flysky/AFHDS2A_a7105.cpp Lines 309 to 313 in a11fc23
|
Thanks, seems like something else must also be changed. |
Hello |
On what, the receiver?
…---------- Forwarded message ---------
From: TomTech2004 ***@***.***>
Date: Fri, 5 July 2024, 3:19 am
Subject: Re: [OpenI6X/opentx] Fix for RX FS2A version with LQFP STM32 chip.
(PR #307)
To: OpenI6X/opentx ***@***.***>
Cc: Peter Feerick ***@***.***>, Comment <
***@***.***>
Hello
Can someone tell me what pins of the processor the channels are connected
to?
Thanks
—
Reply to this email directly, view it on GitHub
<#307 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJ66KPG3IYZ6FBKCSCNMGTZKV733AVCNFSM6AAAAABKL4VX6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBZGM3TIMZXGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Yes, on the FS2A-4CH receiver. I received one but with broken pins. The receiver itself works but I don't know which pins channels 1-4 are on. |
Thank you |
Waiting for someone to test if it works.
This is partial port of pascallanger/DIY-Multiprotocol-TX-Module@5148449