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
Help please receiver
#16
(06-May-2019, 09:06 PM)SnowLeopardFPV Wrote: That final dump is much better. Now it's readable :)

You say you have the yellow (IBUS) wire from the FS-XB6 to the RX1 pad on your FC. Are you sure about that? Your Betaflight settings are configured for Serial RX and IBUS Telemetry on UART3, so if your yellow IBUS wire really is connected to the RX1 pad (UART1) then nothing is going to work.

Until you are able to confirm the actual receiver to FC wiring with some photos then I can't explain why you're seeing VBAT on your transmitter, because that would come via the telemetry data between the FC and receiver, but according to your wiring description and Betaflight configuration settings, I don't see how that can be possible. Photos of the wiring will hopefully reveal more.
Hi snowleopardFPV , here is a link to a picture, its wired the same way as it is in picture
https://drive.google.com/file/d/0B6gin9G...p=drivesdk

https://drive.google.com/file/d/0B6gin9G...p=drivesdk
Reply
Login to remove this ad | Register Here
#17
If you have it on R3, try turn off IBUS telemetry. See if you get controls working.
Reply
#18
Do as Voodoo said.

The X6B doesn't have bi-directional IBUS support so it doesn't get telemetry over IBUS. The X6B has a dedicated voltage sensor port for detecting VBAT. Therefore, the fact that you have IBUS telemetry switched on for UART3 is probably causing a conflict. I think that switching that off will solve your issue.
Reply
#19
Ok guys thanks for your help, iv been onto speedybee and they said to use rx2 ,
So i now have it on rx2 again, with same result?

****Your say switch off ibus telemetry but how do i do that***** ?

Speedybee said i need to go into cli and input
Set serialrx_provider =ibus save ???

They also said to input
Serial 1 64 115200 57600 0 115200
Serial 4 1 19200 57600 0 115200

So do i need to do that ? Will it do anything?
Reply
#20
You enter these commands in the CLI.
[-] The following 1 user Likes voodoo614's post:
  • Leej8
Reply
#21
(07-May-2019, 09:46 PM)Leej8 Wrote: Ok guys thanks for your help,  iv been onto speedybee and they said to use rx2 ,
So i now have it on rx2 again,  with same result?

****Your say switch off ibus telemetry  but how do i do that***** ?

Speedybee said i need to go into cli and input
Set serialrx_provider =ibus  save ???

They also said to input
Serial 1 64 115200 57600 0 115200
Serial 4 1 19200 57600 0 115200

So do i need to do that ? Will it do anything?


The following command sets the serial provider to be "IBUS" but you already have that set correctly so you don't need to run that command.

Code:
set serialrx_provider = ibus
save

The following command sets "Serial RX" to be switched on for UART2. You need to run this command.

Code:
serial 1 64 115200 57600 0 115200
save

The following command sets "MSP" to be switched on for UART5 but you already have that set correctly so you don't need to run that command.

Code:
serial 4 1 19200 57600 0 11520
save

You should also additionally also run the following command to ensure that both "Serial RX" and "IBUS Telemetry" is switched OFF on UART3.

Code:
serial 2 0 19200 57600 0 11520
save
[-] The following 1 user Likes SnowLeopardFPV's post:
  • Leej8
Reply
#22
Snowleopardfpv you are a star ! I don't know how i made that mistake of setting ibus in telemetry,
As you said turn it off and bang , all is now working as it should,
You guys should get paid for the work you put into this site ,
Thanks very very much.
Lee
Reply
#23
Solved!
Reply
#24
(09-May-2019, 08:14 PM)Leej8 Wrote: Solved!

Don't forget to rate them for their help! Big Grin
I'm really IntoFPV
Youtube|Instagram|Facebook|Steam
Don't forget to rate people who have helped you!
[-] The following 1 user Likes bffigjam's post:
  • Leej8
Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  SpeedyBee Not Talking to Spektrum Receiver BobMaine 7 2,444 20-Jun-2024, 10:01 AM
Last Post: SnowLeopardFPV
  Receiver doesn't show up in Betaflight asdvcd 3 177 10-Jun-2024, 11:22 PM
Last Post: asdvcd
  2 Receiver on FC Eyes.fpv 9 276 28-Apr-2024, 09:50 PM
Last Post: Pathfinder075
Question What is the best antenna for goggles with ONE receiver (Ls800d)? samysh 16 998 14-Mar-2024, 07:11 PM
Last Post: brettbrandon
  Connecting IA10B receiver to SpeedyBee F4V4 Ladu 2 185 12-Mar-2024, 05:46 PM
Last Post: Ladu


Login to remove this ad | Register Here