OpenI6X / opentx

OpenTX for FlySky FS-i6X
GNU General Public License v2.0
165 stars 40 forks source link

Is variometer implemented using FlySky FS-CAT01 altimeter sensor? #390

Open gbesoain opened 6 months ago

gbesoain commented 6 months ago

I can't find any reference of if this sensor is implemented as vario sensor too, like is on https://hackaday.io/project/175220-flysky-variometer/details for openTx or as is on FlyPlus

ajjjjjjjj commented 6 months ago

Hi, it is not, but I'm happy to add it if someone want to spend time to integrate this solution.

gbesoain commented 6 months ago

Hi and thanks for your reply!

I'll be glad to try to integrate and test this solution, but I can't find the way nor instructions on how to build it.... I'm being trying to build using OpenTX instructions, but they are a bit outdated regarding software versions (QT Studio for instance) and I didn't be able to build it on my Windows 11 PC.

ajjjjjjjj commented 6 months ago

Have you tried build instruction described in wiki?

gbesoain commented 6 months ago

Have you tried build instruction described in wiki?

Yes, I am trying, firstly I've tried with Windows 11 and get a lot of errors and missing components, now I'm trying with Linux with OpenTX 2.1 instructions but still there are lot or errors.

Also I'm confused on which OpenTX version instructions should I follow to build OpenI6X

ajjjjjjjj commented 6 months ago

I don't think we are talking about the same. Have you tried this way? https://github.com/OpenI6X/opentx/wiki/Development#compile

gbesoain commented 6 months ago

I don't think we are talking about the same. Have you tried this way? https://github.com/OpenI6X/opentx/wiki/Development#compile

I missed those instructions, will try and let you know back

gbesoain commented 6 months ago

Build done, using docker as instructed.

Question... I've added the lua script under "radio/sdcard/mixes" directory. It's ok or should be added on another directory?

ajjjjjjjj commented 6 months ago

Lua is not supported on i6X, it has to be rewritten to C.