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
Re-Build the Tyro79
#16
I think we are going to cross post

I moved The FPort wire to TX2

[Image: TJURTlel.jpg]

And predictably, in BF Serial has moved to UART2 and smart audio has disappeared. And UART1 is free

So how do we get Smart Audio back on UART2 ?

Scott
Reply
Login to remove this ad | Register Here
#17
(14-Aug-2019, 12:21 AM)Scott_M Wrote: And predictably, in BF Serial has moved to UART2 and smart audio has disappeared. And UART1 is free

So how do we get Smart Audio back on UART2 ?

Assuming you are going to connect the Caddx Turtle to the RX1 and TX1 pads, and the Smart Audio wire to RX2 (via a pin in the connector from what you are saying), run the following commands in the CLI...

Code:
feature SOFTSERIAL
resource SERIAL_RX 2 NONE
resource SERIAL_TX 11 A03
serial 0 16384 115200 57600 0 115200
serial 1 64 115200 57600 0 115200
serial 30 2048 115200 57600 0 115200
save
[-] The following 1 user Likes SnowLeopardFPV's post:
  • Scott_M
Reply
#18
What Snow says should work.
[-] The following 1 user Likes voodoo614's post:
  • Scott_M
Reply
#19
One of my earlier post disappeared, must have previewed instead of posted Sad

I had done this

[Image: fusWdZDl.jpg]
But had assigned softserial1 to A02  ( I need two TX's ? Right )

I ran Snows Cli commands and totally lost UART2 TX for Fport  ?

[Image: o2QJTEwl.jpg]



Scott
Reply
#20
(14-Aug-2019, 01:59 AM)Scott_M Wrote: But had assigned softserial1 to A02  ( I need two TX's ? Right )

I ran Snows Cli commands and totally lost UART2 TX for Fport  ?

All you are trying to do is to remap an MCU pin/pad to be a SoftSerial TX pad. It can be any pin/pad you aren't using (subject to some restrictions), and doesn't necessarily need to be an existing UART TX pin/pad.

Run the following CLI commands and check to see if UART2 has re-appeared. This should re-instate the original RX2 resource while also ensuring that the other resources are still remapped as before...

Code:
feature SOFTSERIAL
resource SERIAL_RX 2 NONE
resource SERIAL_TX 2 NONE
resource SERIAL_TX 11 NONE
resource SERIAL_RX 2 A02
resource SERIAL_TX 11 A03
serial 0 16384 115200 57600 0 115200
serial 1 64 115200 57600 0 115200
serial 30 2048 115200 57600 0 115200
save
[-] The following 1 user Likes SnowLeopardFPV's post:
  • Scott_M
Reply
#21
Thanks Snow
But isn't it like 2:30 in the morning for you ? Dude , go to bed.  Smile

after the last commands

[Image: rxcwlxnl.jpg]

and
# resource
resource BEEPER 1 B02
resource MOTOR 1 B04
resource MOTOR 2 B05
resource MOTOR 3 B06
resource MOTOR 4 B07
resource MOTOR 5 B03
resource MOTOR 6 B10
resource PPM 1 A03
resource LED_STRIP 1 A08
resource SERIAL_TX 1 A09
resource SERIAL_TX 11 A03
resource SERIAL_RX 1 A10
resource SERIAL_RX 2 A02
resource I2C_SCL 1 B08
resource I2C_SDA 1 B09
resource LED 1 C13
resource LED 2 C14
resource SPI_SCK 1 A05
resource SPI_SCK 2 B13
resource SPI_MISO 1 A06
resource SPI_MISO 2 B14
resource SPI_MOSI 1 A07
resource SPI_MOSI 2 B15
resource ADC_BATT 1 B00
resource ADC_CURR 1 B01
resource OSD_CS 1 B12
resource GYRO_EXTI 1 A01
resource GYRO_CS 1 A04
resource USB_DETECT 1 C15
#

I'll see if that worked tomorrow


Scott
Reply
#22
Yep, that looks like it worked. Yeah, 2:40am here now and I need to get up for work in a little over 4 hours. But that just seems to be the usual daily routine for me Big Grin
[-] The following 1 user Likes SnowLeopardFPV's post:
  • Scott_M
Reply
#23
I just double checked your original dump, and what you have should work.
[-] The following 1 user Likes voodoo614's post:
  • Scott_M
Reply
#24
Wow, I lost another post from this morning Sad

Anyway, no joy. No radio control, no sticks no switches in BF. R-XSR is bound ( solid green and solid blue leds ) I have RSSI and vbat on the QX7.
I think the problem is that Smart Audio is internally connected to TX2

[Image: 6A43WQul.jpg]


Suggestions ?


Scott
Reply
#25
(14-Aug-2019, 06:15 PM)Scott_M Wrote: Anyway, no joy. No radio control, no sticks no switches in BF. R-XSR is bound ( solid green and solid blue leds ) I have RSSI and vbat on the QX7.
I think the problem is that Smart Audio is internally connected to TX2

Suggestions ?

Before we start relocating wires and/or remapping anything, if you temporarily remove the SmartAudio (green?) wire from the 4-pin plug, do you then see stick and switch movements in BFC?
Reply
#26
I did not have the VTX plugged in when I tested it. I just put it there for the picture so it was obvious for all.
The only thing plugged in at the time was USB for BF and the R-XSR.

Scott
Reply
#27
(14-Aug-2019, 06:45 PM)Scott_M Wrote: I did not have the VTX plugged in when I tested it. I just put it there for the picture so it was obvious for all.
The only thing plugged in at the time was USB for BF and the R-XSR.

OK, so that means there no actual cross-interference from a SmartAudio signal is causing the issue. I need to leave the office now so I'll have a think on the way home unless Voodoo or someone else has some ideas and manages to come up with a solution or some other suggestions.
Reply
#28
Thanks Snow I really appreciate it !

There are S5 and S6 pads available, can those be used as RX & TX for Camera control ?

Then I could put Fport back on TX1 and leave Smart Audio on TX2 ( we know that worked )

Scott
Reply
#29
Instead of using the port on the bottom left, try soldering your F. Port to the TX2 pad. Let's see if this works.I want to bypass the wire jump.
Reply
#30
Thanks Voodoo

Just to be clear, you are saying remove the yellow wire ( FPort ) from the plug on the lower left from the R-XSR
And remove the yellow jumper wire from TX2
Then connect the yellow FPort wire from the plug directly to TX2 ?

Scott
Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  Build 4S 2.5" Twiglet Build Pathfinder075 55 1,709 7 hours ago
Last Post: Pathfinder075
  First FPV build. 3.5" help Pums 19 562 18-May-2024, 04:40 AM
Last Post: Cyberess
  Build BetaFPV Meteor65 Pro 1S Build brettbrandon 30 844 14-May-2024, 06:03 PM
Last Post: brettbrandon
  AOS 3" Toothpick build SeismicCWave 38 879 07-May-2024, 08:23 PM
Last Post: SeismicCWave
  Meteor65 pro walksnail build, 24g. ph2t 2 175 07-May-2024, 04:11 AM
Last Post: FPVme


Login to remove this ad | Register Here