Hello guest, if you read this it means you are not registered. Click here to register in a few simple steps, you will enjoy all features of our Forum.
This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Beta flight
#1
I would like to use T2 for fport. It then says” *** T2 can be remapped......”. If I’m going to use T2 for fport do I need to put that cli line in there or is that something else. I don’t see anything on T2 so I assume it’s not used and then the *** line comes in and confuses me. What needs to happen here?

[Image: IYNUtfYl.jpg]
Reply
Login to remove this ad | Register Here
#2
You can just use the T2 pad for FPORT as-is. No need to remap anything. All F7 FCs automatically handle the inverted FPORT signal so you shouldn't have any headaches setting it up, other than the usual FrSky firmware minefield of course,
[-] The following 1 user Likes SnowLeopardFPV's post:
  • Kevin2112
Reply
#3
(05-Apr-2021, 11:41 AM)SnowLeopardFPV Wrote: You can just use the T2 pad for FPORT as-is. No need to remap anything. All F7 FCs automatically handle the inverted FPORT signal so you shouldn't have any headaches setting it up, other than the usual FrSky firmware minefield of course,

What’s all that jazz about soft serial tx1 stuff?
Reply
#4
I see no good reason to use SoftSerial on an F7 FC. It is generally used as a workaround on F4 FC where the hardware UARTs can't handle inverted signals, or where there areas limited UARTs. Neither of those apply to an F7 FC.
Reply
#5
Isnt F7 fc has more UART then you ever needed? No need to messing around with inversion stuffs.
Reply
#6
(05-Apr-2021, 12:47 PM)SnowLeopardFPV Wrote: I see no good reason to use SoftSerial on an F7 FC. It is generally used as a workaround on F4 FC where the hardware UARTs can't handle inverted signals, or where there areas limited UARTs. Neither of those apply to an F7 FC.

Gotcha, just use as T2 and put Fport on uart2 in BF.
Reply
#7
(06-Apr-2021, 05:10 AM)Kevin2112 Wrote: Gotcha, just use as T2 and put Fport on uart2 in BF.

Yes, exactly that. Wire from the normal S.Port/F.Port output pin/pad on the receiver (not the uninverted pad) and then also run the following commands in the CLI to configure it correctly...

Code:
serial 1 64 115200 57600 0 115200
set serialrx_provider = FPORT
set serialrx_halfduplex = ON
set serialrx_inverted = ON
save
[-] The following 1 user Likes SnowLeopardFPV's post:
  • Kevin2112
Reply
#8
So you not only need to use the tabs for fport in BF but also configure with the code. Good to know I would’ve missed the code part. Thanks for saving me a week on BF!
Reply
#9
Yes, the first two lines of those commands just configure what you can also do in the UI (switching on "Serial RX" for UART 2 in the Ports tab, and setting the Serial Receiver Provider to FPORT in the Configuration tab), then the other two command are telling Betaflight that the TX pad is being used for bi-directional data communication (by switching on the half duplex option), and that the signal coming into the FC is an inverted signal (by switching on the inverted option).
Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
Sad Mac/Betaflight no longer recognises Flight Controller after flashing Sev 1 278 02-Mar-2024, 03:31 PM
Last Post: Sev
  Betaflight first flight PID and filters setup access777 1 199 10-Feb-2024, 08:54 AM
Last Post: matt0725
  motor spins up during flight and causes crash | BF4.5 Barst 3 199 21-Jan-2024, 07:48 PM
Last Post: Barst
  Controller : beta flight assistance mswesty 3 1,514 17-Aug-2023, 04:32 PM
Last Post: mswesty
  Flight controller programming maths soso 0 322 09-Jul-2023, 09:10 AM
Last Post: maths soso


Login to remove this ad | Register Here