INAV Lua Telemetry

Поделиться
HTML-код
  • Опубликовано: 28 авг 2024
  • github.com/tec...

Комментарии • 55

  • @horsthorst482
    @horsthorst482 5 лет назад +1

    a big thank you!! this is exactly what I need for flying safe "classic rc" without video, but with FC and GPS-telemetry support.

  • @goku445
    @goku445 3 года назад

    That's just mind-blowing. You could almost pilot your model looking at your radio screen.

    • @TimEckel
      @TimEckel  3 года назад +1

      I've done it. Really nice if a camera/transmitter goes out. Or if you lose sight of your model.

    • @goku445
      @goku445 3 года назад

      @@TimEckel Exactly! I've just installed it on my old original Taranis. The screen isn't bright enough to see the horizon moving but this is still an amazing "mod". The refresh rate is good enough to pilot it if you fly high.

  • @planesandbikes7353
    @planesandbikes7353 5 лет назад

    thanks. hey it works on the Taranis XLite and Horus too

  • @TimEckel
    @TimEckel  5 лет назад +1

    github.com/iNavFlight/LuaTelemetry

  • @jasalca2000
    @jasalca2000 Год назад

    For when this application so wonderful for Ethos system?

  • @BBFPV
    @BBFPV 4 года назад +1

    Can i playback the logs on PC to capture it for Video?

    • @TimEckel
      @TimEckel  4 года назад

      Yes, if using FrSky Telemetry. You just use the OpenTX Companion for playback (that's how this video was created). Crossfire logs won't work with the OpenTX Companion because it only looks for FrSky Telemetry (OpenTX limitation, nothing to do with LuaTelemetry).
      The latest release of LuaTelemetry also allows you to playback the logs on your device as well. Works with both Crossfire and FrSky. You can also fast forward and reverse.

  • @eligaga
    @eligaga 5 лет назад

    Amazing👍

  • @DVNikus
    @DVNikus 5 лет назад

    Hi!
    In wiki read:
    FrSky X, R9 or D series telemetry receiver: X4RSB, X8R, XSR, R-XSR, XSR-M, XSR-E, RX4R, RX6R, XM, XM+
    But XM and XM+ do not have a Smart Port....
    How can it transmit telemetry to Taranis?

    • @TimEckel
      @TimEckel  5 лет назад

      Please use Github for issues, RUclips is not for support.

  • @martinzikmund9289
    @martinzikmund9289 3 года назад +1

    Hello Tim. I would like to try this script with my Taranis X7, but I still get "Script syntax error
    , attempt to call a nil value". I deleted all models, free space is 30640 and set only one telemetry display page. Nothing helped so far and I do not know, how to contact you in a different way. Can you please help me? OpenTX version is 2.2.2, I tried to follow installation Instructions. Martin

    • @TimEckel
      @TimEckel  3 года назад

      Typically this is due to incorrect installation (copying of source files instead of compiled). Delete your iNav folder from Telemetry and do the install as per the instructions. The wiki gives very precise instructions.

    • @martinzikmund9289
      @martinzikmund9289 3 года назад

      ​Thank you for quick reply. I reinstalled the script although with the same procedure like the first time and it started working. But the root cause was different. When I changed system "Voice language" back to my native, error returned. Thank you very much for pointing me right direction.

    • @TimEckel
      @TimEckel  3 года назад

      @@martinzikmund9289 What language was that? And after changing language I believe you need to reboot the transmitter for it to take effect in the Lua Script.

    • @TimEckel
      @TimEckel  3 года назад

      @@martinzikmund9289 Also, the correct method for support would be on GitHub in the issues: github.com/iNavFlight/LuaTelemetry/issues

  • @ranchen2425
    @ranchen2425 5 лет назад

    hello, first thank you very much for sharing!
    second, i get 'NOT OK' status no mather what flightmode or with 13 sats. any idea? there is a specific way to set the flight modes?

    • @TimEckel
      @TimEckel  5 лет назад

      Sounds like you're running Crossfire and not using the latest version of INAV. For support, open an issue on the GitHub repo: github.com/iNavFlight/LuaTelemetry/issues

  • @martinobrien9534
    @martinobrien9534 5 лет назад

    Thank you very much. This can be a real airplane saver for me. The page with the ADI helps me the most. I am having a problem to solve. the roll indicator is reversed on my taranis 9d+. the command in the inav cli has the set osd_artificial_horizon_reverse_roll = ON it works on the osd but it does not change the lua ADI. Any ideas?

    • @TimEckel
      @TimEckel  5 лет назад

      No, the artificial horizon is correct. When you roll left, the horizon tilts to the right. It's a view from inside the aircraft. What you're assuming is that it shows the attitude of the aircraft, which is not what an artificial horizon is. Only Russian aircraft show the attitude like that. For it to work like you'd like, the horizon would stay fixed horizontally while the plane indicator would rotate in the direction of the roll. But, that won't work with Lua Telemetry as the aircraft indicator is fixed.

  • @mamoshimiloni9559
    @mamoshimiloni9559 4 года назад

    I am new in inav, could someone please point me to where I can read about this, and how to setup taranis for it. Thank you very much

    • @TimEckel
      @TimEckel  4 года назад

      It's in the description, but here it is: github.com/iNavFlight/LuaTelemetry

  • @macaedroneclips
    @macaedroneclips 2 года назад

  • @UniProductions
    @UniProductions 5 лет назад

    sorry i have a dump questions.. i have dji n3 flight contorller and x9D plus also have lua scripts can will it works ?

    • @TimEckel
      @TimEckel  5 лет назад +1

      No, it requires a flight controller running INAV or Betaflight firmware.

    • @UniProductions
      @UniProductions 5 лет назад

      @@TimEckel appreciated with the reply :D

  • @Dims512
    @Dims512 4 года назад

    Hi there! Maybe somebody knows what's happening whith project?

    • @TimEckel
      @TimEckel  4 года назад

      Most desired features are added already. If you have an issue, there's an issue tab in the Github repo.

  • @RCCrawlerDroneSC
    @RCCrawlerDroneSC Год назад

    Hello friend, does this telemetry work on edgetx?

    • @TimEckel
      @TimEckel  Год назад

      I believe the latest development fork does. Visit the GitHub INAV Flight repo.

  • @kasatka60
    @kasatka60 4 года назад

    Cannot get into Configuratuion menu in jumper t12 pro

    • @TimEckel
      @TimEckel  4 года назад +1

      What version of OpenTX are you using? There's been some breaking changes with the latest versions of OpenTX that cause issues as fixing them will cause old versions to also not work. I'll be addressing these issues now that it's been long enough where it's realistic that a newer version of OpenTX can be required.

    • @kasatka60
      @kasatka60 4 года назад

      @@TimEckel Checked on opentx 2.3.7, 2.3.8, 2.3.9

    • @TimEckel
      @TimEckel  4 года назад +1

      @@kasatka60 That makes sense. OpenTX made a breaking change in 2.3. I reported the bug to the OpenTX team but they choose not to fix it (I even submitted the code to fix it). There's an issue with Lua Telemetry about this bug: github.com/iNavFlight/LuaTelemetry/issues/349
      OpenTX did fix compatibility issues with the X9 platform, but not with the T12.

  • @lenguini93
    @lenguini93 5 лет назад

    anybody try this lua script with betaflight? any chance it would work?

    • @TimEckel
      @TimEckel  5 лет назад

      As noted on the repo page: "Compatible with Betaflight using FrSky X or R9 series receivers (with reduced functionality) and TBS Crossfire support with Betaflight > 3.5.5"

  • @crossfpv781
    @crossfpv781 5 лет назад

    Hello where is this moon script available?

    • @TimEckel
      @TimEckel  5 лет назад +1

      github.com/iNavFlight/LuaTelemetry

  • @zhanfengchen8825
    @zhanfengchen8825 4 года назад

    hello Tim! where i can download the voicepack of the inav

    • @TimEckel
      @TimEckel  4 года назад

      All voices are included as part of the script.

    • @zhanfengchen8825
      @zhanfengchen8825 4 года назад

      @@TimEckelthanks !great job you have done! your scripts is wonderful!

  • @derrickmitchell39dm
    @derrickmitchell39dm 4 года назад

    How did you get you GPS to work on lua? Thanks.

    • @TimEckel
      @TimEckel  4 года назад

      GPS is sent from INAV to your transmitter. My install instructions give detailed information on how to set everything up. Just follow along.

    • @derrickmitchell39dm
      @derrickmitchell39dm 4 года назад

      @@TimEckel Good sir, I subscribed to you channel and searched for you instructions and could not find it. What title is your instructions under? Thanks!

    • @TimEckel
      @TimEckel  4 года назад

      @@derrickmitchell39dm github.com/iNavFlight/LuaTelemetry/wiki/Installation

    • @derrickmitchell39dm
      @derrickmitchell39dm 4 года назад

      @@TimEckel thanks😁😄

    • @derrickmitchell39dm
      @derrickmitchell39dm 4 года назад

      Its works!!! I'll never question you man🤣😂. I got gps working on my Teranis x9d plus, lua script. OUTSTANDING! Thank you sir.

  • @perjansson9092
    @perjansson9092 5 лет назад

    Is this working if a have crossfire rx?

    • @perjansson9092
      @perjansson9092 5 лет назад

      I found the answer:
      Crossfire is not currently supported due to missing flight modes that are critical to Lua Telemetry.

    • @TimEckel
      @TimEckel  5 лет назад +1

      There's been a development build for several weeks which supports Crossfire. It couldn't be released till INAV 2.1.0 was released as changes needed to be made in INAV to send critical telemetry information.
      As of a couple days ago, Lua Telemetry v1.6.0 was released which now supports Crossfire when using INAV 2.1.0

    • @perjansson9092
      @perjansson9092 5 лет назад

      @@TimEckel
      Thanks!

  • @spitzentypeins
    @spitzentypeins 5 лет назад

    wie heisst die sexy Stimme?

    • @TimEckel
      @TimEckel  5 лет назад +2

      Amber, I believe most English-speaking pilots use this voice.