Skip to content

Releases: rotorflight/rotorflight-lua-ethos

Rotorflight Lua Scripts for Ethos - Release Candidate 2.1.0-RC2

08 Dec 20:27
Compare
Choose a tag to compare

This is the second Release Candidate of the Rotorflight 2.1 Lua Scripts for Ethos.

NOTE: The final 2.1.0 Lua Scripts will be released after a few release candidates. Please don't use RCs once the final release is out.

Downloads

The download locations are:

Notes

  • Rotorflight setup instructions can be found on the RF website www.rotorflight.org.
  • RF 2.1 is backward compatible with RF 2.0. You can load your configuration dump from RF 2.0 into 2.1.
  • If updating from RF1, please setup your helicopter from scratch. Follow the instructions on the website.
  • As always, please double check your configuration on the bench before flying!

Changes from 2.0.0

  • Added support for custom CRSF/ELRS telemetry
  • Added automatic profile switching to all Profile pages
  • Added a Status page which
    • Shows the currently active PID and rate profile numbers
    • Shows Arming Disabled Flags, if any
    • Shows the amount of free space on a dataflash, if available. It also offers the option to erase the dataflash.
    • Shows Real-time and CPU load
  • The PIDs and Rates pages
    • Now also show the currently active profile
    • You can change and copy the currently active profile
  • Servo page
    • Changing the center of a servo now automatically sets servo override for the servo being editted
    • Added button Override All Servos
  • Added Model on TX page, with which you can automatically set model name, timers or global variables on your transmitter. Data is stored on the heli, so you can have different timers for your helis while using just one model on the transmitter.
  • Profile - Governor page: added Min throttle
  • Added Experimental page for firmware testing purposes
  • Added page ESC - FlyRotor
  • Added page ESC - HW Platinum V5
  • Added page ESC - Scorpion Tribunus
  • Added page ESC - YGE
  • Added Settings page for hiding irrelevant pages
  • Changing a value using the scroll wheel will go quicker if you scroll fast
  • If you try to Save while armed a warning will be given
  • Reformatted the Rescue page, so the different rescue stages are now more clear
  • Improved accessibility by reordering some pages and fields
  • Improved MSP handling and processing

Changes since 2.1.0-RC1

  • ESC - FlyRotor page: added governor support
  • Profile - Governor page: added Min throttle
  • Fix: corrected GPS coordinates in custom telemetry script
  • Fix: use GV8 on flightmode 8 for storing pilotConfigSet

Rotorflight Lua Scripts for Ethos - Release Candidate 2.1.0-RC1

01 Nov 11:48
Compare
Choose a tag to compare

This is the first Release Candidate of the Rotorflight 2.1 Lua Scripts for Ethos.

NOTE: The final 2.1.0 Lua Scripts will be released after a few release candidates. Please don't use RCs once the final release is out.

Downloads

The download locations are:

Notes

  • Rotorflight setup instructions can be found on the RF website www.rotorflight.org.
  • RF 2.1 is backward compatible with RF 2.0. You can load your configuration dump from RF 2.0 into 2.1.
  • If updating from RF1, please setup your helicopter from scratch. Follow the instructions on the website.
  • As always, please double check your configuration on the bench before flying!

Changes from 2.0.0

  • Added support for custom CRSF/ELRS telemetry
  • Added automatic profile switching to all Profile pages
  • Added a Status page which
    • Shows the currently active PID and rate profile numbers
    • Shows Arming Disabled Flags, if any
    • Shows the amount of free space on a dataflash, if available. It also offers the option to erase the dataflash.
    • Shows Real-time and CPU load
  • The PIDs and Rates pages
    • Now also show the currently active profile
    • You can change and copy the currently active profile
  • Servo page
    • Changing the center of a servo now automatically sets servo override for the servo being editted
    • Added button Override All Servos
  • Added Model on TX page, with which you can automatically set model name, timers or global variables on your transmitter. Data is stored on the heli, so you can have different timers for your helis while using just one model on the transmitter.
  • Added Experimental page for firmware testing purposes
  • Added page ESC - FlyRotor
  • Added page ESC - HW Platinum V5
  • Added page ESC - Scorpion Tribunus
  • Added page ESC - YGE
  • Added Settings page for hiding irrelevant pages
  • Changing a value using the scroll wheel will go quicker if you scroll fast
  • If you try to Save while armed a warning will be given
  • Reformatted the Rescue page, so the different rescue stages are now more clear
  • Improved accessibility by reordering some pages and fields
  • Improved MSP handling and processing

Changes since 2.1.0-20240929

  • Added page ESC - FlyRotor
  • Added Settings page
  • Added Experimental page for firmware testing purposes
  • Various ELRS custom telemetry fixes

Rotorflight Lua Scripts for Ethos - Snapshot 2.1.0-20240929

29 Sep 13:07
Compare
Choose a tag to compare

This is a development snapshot of the Rotorflight 2.1 Lua Scripts for EdgeTX/OpenTX.

Notes

This version is intended to be used for beta-testing only.
It is not fully working nor stable, and should not be used by end-users.

For more information, please join the Rotorflight Discord chat.

Downloads

The download locations are:

Changes since 2.1.0 20240828

  • Added automatic profile switching to all Profile pages
  • Added Model on TX page, with which you can soon automatically set model name, timers or global variables on your transmitter.
  • Improved MSP handling

Rotorflight LUA Scripts for Ethos - Snapshot 2.1.0-20240828

28 Aug 15:13
Compare
Choose a tag to compare

This is a development snapshot of the Rotorflight 2.1 Lua Scripts for FrSky Ethos.

Notes

This version is intended to be used for beta-testing only.
It is not fully working nor stable, and should not be used by end-users.

For more information, please join the Rotorflight Discord chat.

Downloads

The download locations are:

Changes since 2.0.0

  • Simplified MSP processing by using a message queue.
  • Added support for chained (multiple) MSP calls.
  • Added MSP message support for use in transmitter simulators.
  • Fields now support preEdit, change and postEdit events.
  • Changing a value using the scroll wheel will go faster if you scroll fast.
  • Added support for 480x320 (Jumper T15).
  • Added a new Status page which
    • Shows the currently active PID and rate profile numbers.
    • Show Arming Disabled Flags, if any.
    • Shows the amount of free space on a dataflash, if available. It also offers the option to erase the dataflash.
    • Shows Real-time and CPU load.
  • The PIDs and Rates pages
    • Now also show the currently active profile.
    • You can also change and copy the currently active profile.
    • If the active profile has been changed externally (e.g. by using Adjustments), the page will now automatically refresh.
  • Servo page:
    • Changing the center of a servo now automatically sets servo override for the servo being editted.
    • Added button 'Override All Servos'.
  • Reformatted the Rescue page, so the different rescue stages are now more clear.
  • Improved accessibility by reordering pages and fields.
  • If you try to Save while armed a warning will be given.
  • Added page 'ESC - HW Platinum V5'.
  • Added page 'ESC - Scorpion Tribunus'.
  • Added page 'ESC - YGE'.

Rotorflight LUA Scripts for Ethos - Release 2.0.0

15 May 09:27
Compare
Choose a tag to compare

This is the 2.0.0 release of the Rotorflight LUA Scripts for FrSky Ethos.

Instructions

For instructions and other details, please read the README.

Downloads

The official download locations for Rotorflight 2.0.0 are:

Notes

  1. There is a new website www.rotorflight.org for Rotorflight 2.
    The old Wiki in GitHub is deprecated, and is for Rotorflight 1 only.
    Big thanks to the documentation team for setting this up!

  2. Rotorflight 2 is NOT backward compatible with RF1. You MUST NOT load your configuration dump from RF1 into RF2.

  3. If coming from RF1, please setup your helicopter from scratch for RF2. Follow the instructions on the website!

  4. As always, please double check your configuration on the bench before flying!

Support

The main source of Rotorflight information and instructions is now the website.

Rotorflight has a strong presence on the Discord platform - you can join us here.
Discord is the primary location for support, questions and discussions. The developers are all active there,
and so are the manufacturers of RF Flight Controllers. Many pro pilots are also there.
This is a great place to ask for advice or discuss any complicated problems or even new ideas.

There is also a Rotorflight Facebook Group for hanging out with other Rotorflight pilots.

Changes

A full changelog can be found online.

Changes since 2.0.0-RC2

  • Enhanced stability due to increased independence from other Ethos LUA scripts.

Rotorflight LUA Scripts for Ethos - Release Candidate 2.0.0-RC2

15 Apr 09:53
Compare
Choose a tag to compare

This is the second Release Candidate of the Rotorflight LUA Scripts for FrSky Ethos.

Instructions

For instructions and other details, please read the README.

Downloads

The official download locations for Rotorflight 2.0.0-RC2 are:

Notes

  1. There is a new website www.rotorflight.org for Rotorflight-2.
    The old Wiki in github is deprecated, and is for Rotorflight-1 only.
    Big thanks to the documentation team for setting this up!

  2. Rotorflight-2 is NOT backward compatible with RF1. You MUST NOT load your configuration dump from RF1 into RF2.

  3. If coming from RF1, please setup your helicopter from scratch for RF2. Follow the instructions on the website!

  4. As always, please double check your configuration on the bench before flying!

Support

The main source of Rotorflight information and instructions is now the website.

Rotorflight has a strong presence on the Discord platform - you can join us here.
Discord is the primary location for support, questions and discussions. The developers are all active there,
and so are the manufacturers of RF Flight Controllers. Many pro pilots are also there.
This is a great place to ask for advice or discuss any complicated problems or even new ideas.

There is also a Rotorflight Facebook Group for hanging out with other Rotorflight pilots.

Changes

A full changelog can be found online later.

Changes since 2.0.0-RC2

  • Remove cyclic (swash) ring
  • Remove Rescue Altitude hold
  • Remove PID mode
  • Update README.md

Rotorflight LUA Scripts for Ethos Release Candidate 2.0.0-RC1

29 Feb 21:20
Compare
Choose a tag to compare

Release Candidate

This is the first Release Candidate of the Rotorflight 2 LUA Scripts for FrSky Ethos.

Instructions

For instructions and other details, please read the README.

Downloads

The official download locations for Rotorflight 2.0.0-RC1 are:

Notes

  1. There is a new website www.rotorflight.org for Rotorflight 2.
    The old Wiki in github is deprecated, and is for Rotorflight-1 only.
    Big thanks to the documentation team for setting this up!

  2. Rotorflight 2 is NOT backward compatible with RF1. You MUST NOT load your configuration dump from RF1 into RF2.

  3. If coming from RF1, please setup your helicopter from scratch for RF2. Follow the instructions on the website!

  4. As always, please double check your configuration on the bench before flying!

Support

The main source of Rotorflight information and instructions is now the website.

Rotorflight has a strong presence on the Discord platform - you can join us here.
Discord is the primary location for support, questions and discussions. The developers are all active there,
and so are the manufacturers of RF Flight Controllers. Many pro pilots are also there.
This is a great place to ask for advice or discuss any complicated problems or even new ideas.

There is also a Rotorflight Facebook Group for hanging out with other Rotorflight pilots.

Changes

A full changelog can be found online later.

Changes since 2.0.0-20240218

  • Added Servos page
  • Aligned MSP messages with the firmware

Rotorflight LUA Scripts Snapshot 2.0.0-20240218

19 Feb 07:32
Compare
Choose a tag to compare

Snapshot Release

This version is a development snapshot, intended to be used only for beta-testing.
It is not fully working nor stable, and should not be used by end-users.

For more information, please join the Rotorflight Discord chat.

Changes from 2.0.0-20240128

  • Aligned MSP messages with firmware 20240218
  • Governor page: added Precomp Bandwidth

Rotorflight LUA Scripts Snapshot 2.0.0-20240128

30 Jan 20:32
Compare
Choose a tag to compare

Snapshot Release

This version is a development snapshot, intended to be used only for beta-testing.
It is not fully working nor stable, and should not be used by end-users.

For more information, please join the Rotorflight Discord chat.

Changes from 2.0.0-20240105

  • Aligned MSP messages with firmware 20240128
  • Profile - Rescue page: fixed collective scaling
  • Profile - Various page: added Yaw Precomp Cutoff
  • Mixer page: renamed link trims
  • Rates page: added Roll/Pitch/Yaw/Collective dynamics
  • Added support for CRSF, tested with ELRS
  • Added support for more RSSI sensor names
  • Added automatic protocol selection (SmartPort/CRSF)

Rotorflight LUA Scripts Snapshot 2.0.0-20240105

05 Jan 13:26
Compare
Choose a tag to compare

Snapshot Release

This version is a development snapshot, intended to be used only for beta-testing.
It is not fully working nor stable, and should not be used by end-users.

For more information, please join the Rotorflight Discord chat.

Changes from 2.0.0-20231118

  • Aligned MSP messages with firmware 20240105
  • Altitude hold: PIDs can now be adjusted by 1
  • Added Mixer page