build opentx 2.3.xx

Help with any software/desktop related issues. e.g. companion9x, eePe, etc
Post Reply
CatRovacer
Posts: 51
Joined: Tue Nov 14, 2017 11:53 am
Country: Russian Federation

build opentx 2.3.xx

Post by CatRovacer »

Wich cmake keys for build firmware for Jumper T-Lite?
good food & warm summer

User avatar
Kilrah
Posts: 11107
Joined: Sat Feb 18, 2012 6:56 pm
Country: Switzerland

Re: build opentx 2.3.xx

Post by Kilrah »

-DPCB=X7 -DPCBREV=TLITE
CatRovacer
Posts: 51
Joined: Tue Nov 14, 2017 11:53 am
Country: Russian Federation

Re: build opentx 2.3.xx

Post by CatRovacer »

Thanks!!!
1. And which Radio type need specify in Companion Profile and SD content for Jumper -T-Lite?

I trying import-export otx file with models setting for Jumper T12 Pro but get warning about EEPROM error after write models to radio. :|

2. what best and easy way to gather to repository my implementation of vario sound?

Maybe others will like it too. Ofcourse after debuging and etc. I have github account.
good food & warm summer
User avatar
Kilrah
Posts: 11107
Joined: Sat Feb 18, 2012 6:56 pm
Country: Switzerland

Re: build opentx 2.3.xx

Post by Kilrah »

You need to use T-Lite in companion. It's available in nightly builds, so is firmware.

Contributing code:
https://github.com/opentx/opentx/wiki/O ... t-Workflow
CatRovacer
Posts: 51
Joined: Tue Nov 14, 2017 11:53 am
Country: Russian Federation

Re: build opentx 2.3.xx

Post by CatRovacer »

I am debugging vario. There are some difficulties in achieving Vsp more than 2m/s.
Literally, I need to sink or climb the receiver(with altimeter) more than 2m s. In the summer I can do it, but now there is still a lot of snow and -17C.

Is it possible to assign any other variable to the vario instead of the telemetry parameter (Vsp) to simulate the vertical speed.
For example a global variable or a value from Elev.

I also noticed that the simulator does not play the vario sound when the "Silent" at zero parameter is unchecked on "Telemetry" Page/Tab.
good food & warm summer

CatRovacer
Posts: 51
Joined: Tue Nov 14, 2017 11:53 am
Country: Russian Federation

Re: build opentx 2.3.xx

Post by CatRovacer »

please help me how to substitute source for verticalSpeed when simulate vertical speed via stick?
in vario.cpp
verticalSpeed = telemetryItems[item].value * g_model.telemetrySensors[item].getPrecMultiplier();

Now source is one of telemetry. (yes it Vsp)
How to assign value of elevator stick (with 0.1 multipier)?
good food & warm summer
CatRovacer
Posts: 51
Joined: Tue Nov 14, 2017 11:53 am
Country: Russian Federation

Re: build opentx 2.3.xx

Post by CatRovacer »

I tried so:
verticalSpeed = g_model.inputNames[ed->chn] / 10;

But some wrong. How to get Input value from Elevator stick?
good food & warm summer
User avatar
Wimh
Posts: 82
Joined: Wed Dec 28, 2011 1:41 pm
Country: Belgium
Location: Vliermaal, Belgium
Contact:

Re: build opentx 2.3.xx

Post by Wimh »

Kilrah wrote: Fri Mar 05, 2021 9:19 am You need to use T-Lite in companion. It's available in nightly builds, so is firmware.
I can find the T-lite firmware in the nightlies, but not the SD card contents?

edit : Downloaded from the Jumper website for the T-lite, I suppose that is good too...
Edit again, found the correct link :
https://downloads.open-tx.org/2.3/night ... rd/128x64/
Wim
Belgium

Post Reply

Return to “Software”