- Posts: 5
Looking for SBUS/Serial output to OpenLRSng
- ohhorob
- Topic Author
- Offline
(I've searched here for "serial output", and for "sbus", but cant find anyone describing outputting SBUS/serial)
Ideally, I could use the trainer port to connect the Devo with the Deluxe TX, however I'm fine with cracking open the Devo and wiring up whatever I need (Already have a Hubsan radio module in there)
My overall set up is:
Devo12S -- Serial/SBUS -- { DTH-UHF Delux TX } -- openlrsng -- { Brotronics 4ch remix } -- Serial/SBUS -- { SPRacingF3 } -- Cleanflight
I know my TX can take serial input .. github.com/openLRSng/openLRSngWiki/wiki/...-and-how-is-it-used-
What is the use of the "Serial" port on the bottom of the Deluxe Tx ? and how is it used ?
The serial port can be used for telemetry or for inputting serial RC protocol such as SBUS/SpektrumSAT/SUMD.
My RX is fine too .. www.multirotorsuperstore.com/brotronics-4ch-remix.html
"Small and light OpenLRSng reciever with native SBUS output, support for PPM or 4 phsyical PWM outputs."
Any the flight controller has built-in inverter for SBUS
Broad RC receiver Support
Supports SBus, SumH, SumD, Spektrum1024/2048, XBus, PPM, PWM receivers. No external inverters required (built-in).
Please Log in or Create an account to join the conversation.
- mwm
- Offline
Of course it can be done. You'll need to add an "SBUS" protocol to deviation that outputs on the trainer port. Then you can connect that to your Deluxe Tx and set it to use SBUS.
it might be easier to create a cable for the PPM input on the Deluxe TX, and then connect that to the trainer port, since deviation already has a PPM protocol that outputs to the trainer port.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- ohhorob
- Topic Author
- Offline
- Posts: 5
I'm happy to code something up, but something similar driving the trainer port would be a huge head start!
Please Log in or Create an account to join the conversation.
- Elmtree
- Offline
- Posts: 60
Please Log in or Create an account to join the conversation.
- Cereal_Killer
- Offline
Maybe that'll happen some day but till then it's always possible to use a sbus capable 2.4 receiver as a repeater.
Devo binds to 2.4 rx, that receivers sbus output gets wired to yhe input of your LRS ground side as if it were directly connected to the tx.
Taranis X9E | DEVO 10 | Devo U7E | Taranis Q7
What I do in real life: rivergoequestrian.com/
Please Log in or Create an account to join the conversation.
- Elmtree
- Offline
- Posts: 60
I'm wondering how much latency would be added by having a 2.4ghz repeater though...
The main reason I want to move to deviation from opentx (9x) is the form factor of the 7e/6s while keeping full featured. Having built in 2.4 modules is just icing on the cake. The only issue is that there is a shared ppm in/out. I would like to use both my lrs and my headtracker. The lrs can have one ppm input and one serial input so if I can get serial out of the transmitter then I can do ppm into the lrs box from the headtracker. This would give me a nice compact setup. A hope rf module inside the TX would be even more compact of course, but I'm guessing a bit harder to implement than a serial protocol out.
Please Log in or Create an account to join the conversation.
- Cereal_Killer
- Offline
Elmtree wrote: I'm wondering how much latency would be added by having a 2.4ghz repeater though...
An unnoticeable amount.
Now I'm sure you could measure it with some sort of test equipment but I fly with a repeater setup (but note, I use ppm from the 2G4 rx to LRS input) and I literally can not notice any latency at all. If I don't notice any on PPM you're definitely not gonna notice any on sbus.
At first I just used this system on planes and larger non-racing multis but as of last weekend I installed a LRS rx on my mini tri racer and even still I can't notice any latency, it's not like a video system...
Taranis X9E | DEVO 10 | Devo U7E | Taranis Q7
What I do in real life: rivergoequestrian.com/
Please Log in or Create an account to join the conversation.
- Elmtree
- Offline
- Posts: 60
What do you use?
Please Log in or Create an account to join the conversation.
- Cereal_Killer
- Offline
Elmtree wrote: What do you use?
Well I use a taranis (X9E) so I use a X4R as my repeater but I can bind my devo 10 to it if I wanted a non-tray radio.
Rc control
Taranis --[2g4]--> X4R --[ppm]--> LRS ground D side
MAV Telemetey
APM --> LRS air side --[OTA]--> LRS ground side serial port output --> teensy3.2 MAV converter --> X4R S.Port
Cleanflight telemetry
Naze32 serial port (NOT SOFTSERIAL) --> air side ULRS serial port --[OTA]--> ground side ULRS serial port --[serial inverter and pins bridged]--> X4R s.port. Note you need a s.port sensor in there somewhere to request the comms, can be on either side.
Note as far as telemerty I've got some BIG things in the works! RSSI displayed on taranis to begin with. Track my progress here
Taranis X9E | DEVO 10 | Devo U7E | Taranis Q7
What I do in real life: rivergoequestrian.com/
Please Log in or Create an account to join the conversation.
- Elmtree
- Offline
- Posts: 60
Please Log in or Create an account to join the conversation.
- Home
- Forum
- General
- General Discussions
- Looking for SBUS/Serial output to OpenLRSng