Skip to content

Commit

Permalink
Aos Presets (#464)
Browse files Browse the repository at this point in the history
* First release of presets

First release of presets

* Update aos_ul5_tune.txt

indexer update

* update to BF 4.5

* index update

* Squashed commit of the following:

commit 7bb67bf
Author: ChrisRosser <[email protected]>
Date:   Wed May 8 10:45:47 2024 +0100

    update

commit 8dd0d55
Author: ChrisRosser <[email protected]>
Date:   Wed May 8 10:45:02 2024 +0100

    update

commit ad24af9
Author: ChrisRosser <[email protected]>
Date:   Wed May 8 10:38:39 2024 +0100

    update

commit 5efa223
Author: ChrisRosser <[email protected]>
Date:   Wed May 8 10:37:12 2024 +0100

    update with prop options

commit 1be5cef
Author: ChrisRosser <[email protected]>
Date:   Wed May 8 10:21:16 2024 +0100

    remove index files

* fix line endings

* change to community status

update index

* added rates

update rates

Update AOS_rates.txt

* add AOS 4

* Squashed commit of the following:

commit 44ba2f3
Merge: 6818385 49b10c9
Author: ChrisRosser <[email protected]>
Date:   Thu May 9 15:21:50 2024 +0100

    Merge branch 'betaflight:master' into aos-rc

commit 6818385
Author: ChrisRosser <[email protected]>
Date:   Thu May 9 12:24:49 2024 +0100

    add AOS 4

commit 9fe0c5e
Author: ChrisRosser <[email protected]>
Date:   Thu May 9 09:58:41 2024 +0100

    added rates

    update rates

    Update AOS_rates.txt

commit 5de0e28
Author: ChrisRosser <[email protected]>
Date:   Wed May 8 11:50:24 2024 +0100

    change to community status

    update index

commit 2e84481
Author: ChrisRosser <[email protected]>
Date:   Wed May 8 11:34:12 2024 +0100

    fix line endings

commit 5cf3f46
Author: ChrisRosser <[email protected]>
Date:   Wed May 8 10:53:08 2024 +0100

    Squashed commit of the following:

    commit 7bb67bf
    Author: ChrisRosser <[email protected]>
    Date:   Wed May 8 10:45:47 2024 +0100

        update

    commit 8dd0d55
    Author: ChrisRosser <[email protected]>
    Date:   Wed May 8 10:45:02 2024 +0100

        update

    commit ad24af9
    Author: ChrisRosser <[email protected]>
    Date:   Wed May 8 10:38:39 2024 +0100

        update

    commit 5efa223
    Author: ChrisRosser <[email protected]>
    Date:   Wed May 8 10:37:12 2024 +0100

        update with prop options

    commit 1be5cef
    Author: ChrisRosser <[email protected]>
    Date:   Wed May 8 10:21:16 2024 +0100

        remove index files

commit f0b4b68
Author: ChrisRosser <[email protected]>
Date:   Wed May 8 10:06:24 2024 +0100

    index update

commit 127178b
Author: ChrisRosser <[email protected]>
Date:   Wed May 8 09:59:43 2024 +0100

    update to BF 4.5

commit 40f4342
Merge: 01cc234 beab257
Author: ChrisRosser <[email protected]>
Date:   Wed May 8 09:33:55 2024 +0100

    Merge branch 'master' into aos-rc

commit 01cc234
Author: ChrisRosser <[email protected]>
Date:   Mon May 15 21:28:59 2023 +0100

    Update aos_ul5_tune.txt

    indexer update

commit 832f604
Author: ChrisRosser <[email protected]>
Date:   Thu May 4 15:39:28 2023 +0100

    First release of presets

    First release of presets

* remove index

* add throttle expo

* remove index

* fix option group

* unchecked options
  • Loading branch information
ChrisRosser authored May 12, 2024
1 parent 49b10c9 commit 5f99859
Show file tree
Hide file tree
Showing 45 changed files with 4,409 additions and 0 deletions.
40 changes: 40 additions & 0 deletions presets/4.4/filters/aos_rc/aos_3.5_filters.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
#$ TITLE: AOS 3.5 Filters
#$ FIRMWARE_VERSION: 4.4
#$ FIRMWARE_VERSION: 4.3
#$ CATEGORY: FILTERS
#$ STATUS: COMMUNITY
#$ KEYWORDS: filter, filters, aos, chris, rosser, 3.5
#$ AUTHOR: Chris Rosser
#$ DESCRIPTION: Developed for the AOS 3.5
#$ DESCRIPTION: NOTE this needs bidirectional Dshot support and RPM filtering active to use. DO NOT ATEMPT TO USE WITH OUT RPM FILTERING!
#$ DESCRIPTION: Follow the usual process of hover testing and safely checking out your tune before using. USE AT YOUR OWN RISK.
#$ DISCUSSION: https://www.aos-rc.com
#$ INCLUDE_WARNING: misc/warnings/en/rpm_filters.txt
#$ INCLUDE: presets/4.3/filters/defaults.txt


# -- Gyro lowpass filters --
set gyro_lpf1_dyn_min_hz = 0
set gyro_lpf1_dyn_max_hz = 0
set gyro_lpf1_static_hz = 0
set gyro_lpf2_static_hz = 1000
set simplified_gyro_filter = OFF


# -- Gyro Dynamic Notches --
set dyn_notch_count = 1
set dyn_notch_q = 500
set dyn_notch_min_hz = 150

# -- RPM filtering --
set dshot_bidir = ON
set rpm_filter_harmonics = 3
set rpm_filter_fade_range_hz = 50
set rpm_filter_min_hz = 100

# -- Dterm filtering --
set dterm_lpf1_dyn_min_hz = 80
set dterm_lpf1_dyn_max_hz = 110
set dterm_lpf1_type = BIQUAD
set dterm_lpf2_static_hz = 0
set simplified_dterm_filter = OFF
40 changes: 40 additions & 0 deletions presets/4.4/filters/aos_rc/aos_4_filters.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
#$ TITLE: AOS 4 Filters
#$ FIRMWARE_VERSION: 4.4
#$ FIRMWARE_VERSION: 4.3
#$ CATEGORY: FILTERS
#$ STATUS: COMMUNITY
#$ KEYWORDS: filter, filters, aos, chris, rosser, 4
#$ AUTHOR: Chris Rosser
#$ DESCRIPTION: Developed for the AOS 4
#$ DESCRIPTION: NOTE this needs bidirectional Dshot support and RPM filtering active to use. DO NOT ATEMPT TO USE WITH OUT RPM FILTERING!
#$ DESCRIPTION: Follow the usual process of hover testing and safely checking out your tune before using. USE AT YOUR OWN RISK.
#$ DISCUSSION: https://www.aos-rc.com
#$ INCLUDE_WARNING: misc/warnings/en/rpm_filters.txt
#$ INCLUDE: presets/4.3/filters/defaults.txt


# -- Gyro lowpass filters --
set gyro_lpf1_dyn_min_hz = 0
set gyro_lpf1_dyn_max_hz = 0
set gyro_lpf1_static_hz = 0
set gyro_lpf2_static_hz = 1000
set simplified_gyro_filter = OFF


# -- Gyro Dynamic Notches --
set dyn_notch_count = 1
set dyn_notch_q = 500
set dyn_notch_min_hz = 150

# -- RPM filtering --
set dshot_bidir = ON
set rpm_filter_harmonics = 3
set rpm_filter_fade_range_hz = 50
set rpm_filter_min_hz = 100

# -- Dterm filtering --
set dterm_lpf1_dyn_min_hz = 80
set dterm_lpf1_dyn_max_hz = 110
set dterm_lpf1_type = BIQUAD
set dterm_lpf2_static_hz = 0
set simplified_dterm_filter = OFF
39 changes: 39 additions & 0 deletions presets/4.4/filters/aos_rc/aos_5.5_filters.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#$ TITLE: AOS 5.5 Filters
#$ FIRMWARE_VERSION: 4.4
#$ FIRMWARE_VERSION: 4.3
#$ CATEGORY: FILTERS
#$ STATUS: COMMUNITY
#$ KEYWORDS: filter, filters, aos, chris, rosser, 5.5
#$ AUTHOR: Chris Rosser
#$ DESCRIPTION: Developed for the AOS 5.5
#$ DESCRIPTION: NOTE this needs bidirectional Dshot support and RPM filtering active to use. DO NOT ATEMPT TO USE WITH OUT RPM FILTERING!
#$ DESCRIPTION: Follow the usual process of hover testing and safely checking out your tune before using. USE AT YOUR OWN RISK.
#$ DISCUSSION: https://www.aos-rc.com
#$ INCLUDE_WARNING: misc/warnings/en/rpm_filters.txt
#$ INCLUDE: presets/4.3/filters/defaults.txt


# -- Gyro lowpass filters --
set gyro_lpf1_dyn_min_hz = 0
set gyro_lpf1_dyn_max_hz = 0
set gyro_lpf1_static_hz = 0
set gyro_lpf2_static_hz = 1000
set simplified_gyro_filter = OFF

# -- Gyro Dynamic Notches --
set dyn_notch_count = 1
set dyn_notch_q = 500
set dyn_notch_min_hz = 150

# -- RPM filtering --
set dshot_bidir = ON
set rpm_filter_harmonics = 3
set rpm_filter_fade_range_hz = 50
set rpm_filter_min_hz = 100

# -- Dterm filtering --
set dterm_lpf1_dyn_min_hz = 80
set dterm_lpf1_dyn_max_hz = 110
set dterm_lpf1_type = BIQUAD
set dterm_lpf2_static_hz = 0
set simplified_dterm_filter = OFF
39 changes: 39 additions & 0 deletions presets/4.4/filters/aos_rc/aos_5_filters.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#$ TITLE: AOS 5 Filters
#$ FIRMWARE_VERSION: 4.4
#$ FIRMWARE_VERSION: 4.3
#$ CATEGORY: FILTERS
#$ STATUS: COMMUNITY
#$ KEYWORDS: filter, filters, aos, chris, rosser, 5
#$ AUTHOR: Chris Rosser
#$ DESCRIPTION: Developed for the AOS 5
#$ DESCRIPTION: NOTE this needs bidirectional Dshot support and RPM filtering active to use. DO NOT ATEMPT TO USE WITH OUT RPM FILTERING!
#$ DESCRIPTION: Follow the usual process of hover testing and safely checking out your tune before using. USE AT YOUR OWN RISK.
#$ DISCUSSION: https://www.aos-rc.com
#$ INCLUDE_WARNING: misc/warnings/en/rpm_filters.txt
#$ INCLUDE: presets/4.3/filters/defaults.txt


# -- Gyro lowpass filters --
set gyro_lpf1_dyn_min_hz = 0
set gyro_lpf1_dyn_max_hz = 0
set gyro_lpf1_static_hz = 0
set gyro_lpf2_static_hz = 1000
set simplified_gyro_filter = OFF

# -- Gyro Dynamic Notches --
set dyn_notch_count = 1
set dyn_notch_q = 500
set dyn_notch_min_hz = 150

# -- RPM filtering --
set dshot_bidir = ON
set rpm_filter_harmonics = 3
set rpm_filter_fade_range_hz = 50
set rpm_filter_min_hz = 100

# -- Dterm filtering --
set dterm_lpf1_dyn_min_hz = 80
set dterm_lpf1_dyn_max_hz = 110
set dterm_lpf1_type = BIQUAD
set dterm_lpf2_static_hz = 0
set simplified_dterm_filter = OFF
39 changes: 39 additions & 0 deletions presets/4.4/filters/aos_rc/aos_7_filters.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#$ TITLE: AOS 7 Filters
#$ FIRMWARE_VERSION: 4.4
#$ FIRMWARE_VERSION: 4.3
#$ CATEGORY: FILTERS
#$ STATUS: COMMUNITY
#$ KEYWORDS: filter, filters, aos, chris, rosser, 7
#$ AUTHOR: Chris Rosser
#$ DESCRIPTION: Developed for the AOS 7
#$ DESCRIPTION: NOTE this needs bidirectional Dshot support and RPM filtering active to use. DO NOT ATEMPT TO USE WITH OUT RPM FILTERING!
#$ DESCRIPTION: Follow the usual process of hover testing and safely checking out your tune before using. USE AT YOUR OWN RISK.
#$ DISCUSSION: https://www.aos-rc.com
#$ INCLUDE_WARNING: misc/warnings/en/rpm_filters.txt
#$ INCLUDE: presets/4.3/filters/defaults.txt


# -- Gyro lowpass filters --
set gyro_lpf1_dyn_min_hz = 0
set gyro_lpf1_dyn_max_hz = 0
set gyro_lpf1_static_hz = 0
set gyro_lpf2_static_hz = 1000
set simplified_gyro_filter = OFF

# -- Gyro Dynamic Notches --
set dyn_notch_count = 1
set dyn_notch_q = 500
set dyn_notch_min_hz = 150

# -- RPM filtering --
set dshot_bidir = ON
set rpm_filter_harmonics = 3
set rpm_filter_fade_range_hz = 50
set rpm_filter_min_hz = 100

# -- Dterm filtering --
set dterm_lpf1_dyn_min_hz = 75
set dterm_lpf1_dyn_max_hz = 100
set dterm_lpf1_type = BIQUAD
set dterm_lpf2_static_hz = 0
set simplified_dterm_filter = OFF
40 changes: 40 additions & 0 deletions presets/4.4/filters/aos_rc/aos_cine25_filters.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
#$ TITLE: AOS Cine25 Filters
#$ FIRMWARE_VERSION: 4.4
#$ FIRMWARE_VERSION: 4.3
#$ CATEGORY: FILTERS
#$ STATUS: COMMUNITY
#$ KEYWORDS: filter, filters, aos, chris, rosser, cine25
#$ AUTHOR: Chris Rosser
#$ DESCRIPTION: Developed for the AOS Cine25
#$ DESCRIPTION: NOTE this needs bidirectional Dshot support and RPM filtering active to use. DO NOT ATEMPT TO USE WITH OUT RPM FILTERING!
#$ DESCRIPTION: Follow the usual process of hover testing and safely checking out your tune before using. USE AT YOUR OWN RISK.
#$ DISCUSSION: https://www.aos-rc.com
#$ INCLUDE_WARNING: misc/warnings/en/rpm_filters.txt
#$ INCLUDE: presets/4.3/filters/defaults.txt


# -- Gyro lowpass filters --
set gyro_lpf1_dyn_min_hz = 0
set gyro_lpf1_dyn_max_hz = 0
set gyro_lpf1_static_hz = 0
set gyro_lpf2_static_hz = 1000
set simplified_gyro_filter = OFF


# -- Gyro Dynamic Notches --
set dyn_notch_count = 1
set dyn_notch_q = 500
set dyn_notch_min_hz = 150

# -- RPM filtering --
set dshot_bidir = ON
set rpm_filter_harmonics = 3
set rpm_filter_fade_range_hz = 50
set rpm_filter_min_hz = 100

# -- Dterm filtering --
set dterm_lpf1_dyn_min_hz = 80
set dterm_lpf1_dyn_max_hz = 110
set dterm_lpf1_type = BIQUAD
set dterm_lpf2_static_hz = 0
set simplified_dterm_filter = OFF
40 changes: 40 additions & 0 deletions presets/4.4/filters/aos_rc/aos_cine35_filters.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
#$ TITLE: AOS Cine35 Filters
#$ FIRMWARE_VERSION: 4.4
#$ FIRMWARE_VERSION: 4.3
#$ CATEGORY: FILTERS
#$ STATUS: COMMUNITY
#$ KEYWORDS: filter, filters, aos, chris, rosser, cine35
#$ AUTHOR: Chris Rosser
#$ DESCRIPTION: Developed for the AOS Cine35
#$ DESCRIPTION: NOTE this needs bidirectional Dshot support and RPM filtering active to use. DO NOT ATEMPT TO USE WITH OUT RPM FILTERING!
#$ DESCRIPTION: Follow the usual process of hover testing and safely checking out your tune before using. USE AT YOUR OWN RISK.
#$ DISCUSSION: https://www.aos-rc.com
#$ INCLUDE_WARNING: misc/warnings/en/rpm_filters.txt
#$ INCLUDE: presets/4.3/filters/defaults.txt


# -- Gyro lowpass filters --
set gyro_lpf1_dyn_min_hz = 0
set gyro_lpf1_dyn_max_hz = 0
set gyro_lpf1_static_hz = 0
set gyro_lpf2_static_hz = 1000
set simplified_gyro_filter = OFF


# -- Gyro Dynamic Notches --
set dyn_notch_count = 1
set dyn_notch_q = 500
set dyn_notch_min_hz = 150

# -- RPM filtering --
set dshot_bidir = ON
set rpm_filter_harmonics = 3
set rpm_filter_fade_range_hz = 50
set rpm_filter_min_hz = 100

# -- Dterm filtering --
set dterm_lpf1_dyn_min_hz = 80
set dterm_lpf1_dyn_max_hz = 110
set dterm_lpf1_type = BIQUAD
set dterm_lpf2_static_hz = 0
set simplified_dterm_filter = OFF
44 changes: 44 additions & 0 deletions presets/4.4/filters/aos_rc/aos_cine80_filters.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
#$ TITLE: AOS Cine80 Filters
#$ FIRMWARE_VERSION: 4.4
#$ FIRMWARE_VERSION: 4.3
#$ CATEGORY: FILTERS
#$ STATUS: COMMUNITY
#$ KEYWORDS: filter, filters, aos, chris, rosser, cine80
#$ AUTHOR: Chris Rosser
#$ DESCRIPTION: Developed for the AOS Cine80
#$ DESCRIPTION: NOTE this needs bidirectional Dshot support and RPM filtering active to use. DO NOT ATEMPT TO USE WITH OUT RPM FILTERING!
#$ DESCRIPTION: Follow the usual process of hover testing and safely checking out your tune before using. USE AT YOUR OWN RISK.
#$ DISCUSSION: https://www.aos-rc.com
#$ INCLUDE_WARNING: misc/warnings/en/rpm_filters.txt
#$ INCLUDE: presets/4.3/filters/defaults.txt


# -- Gyro lowpass filters --
set gyro_lpf1_dyn_min_hz = 0
set gyro_lpf1_dyn_max_hz = 0
set gyro_lpf1_static_hz = 0
set gyro_lpf2_static_hz = 1000
set simplified_gyro_filter = OFF

# -- Gyro Dynamic Notches --
set dyn_notch_count = 1
set dyn_notch_q = 500
set dyn_notch_min_hz = 30
set dyn_notch_max_hz = 400

# -- RPM filtering --
set dshot_bidir = ON
set rpm_filter_harmonics = 3
set rpm_filter_fade_range_hz = 50
set rpm_filter_q = 700
set rpm_filter_min_hz = 60

# -- Dterm filtering --
set dterm_lpf1_dyn_min_hz = 70
set dterm_lpf1_dyn_max_hz = 110
set dterm_lpf1_type = BIQUAD
set dterm_lpf1_static_hz = 0
set dterm_lpf2_static_hz = 0
set simplified_dterm_filter = OFF


39 changes: 39 additions & 0 deletions presets/4.4/filters/aos_rc/aos_lr5_filters.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#$ TITLE: AOS LR5 Filters
#$ FIRMWARE_VERSION: 4.4
#$ FIRMWARE_VERSION: 4.3
#$ CATEGORY: FILTERS
#$ STATUS: COMMUNITY
#$ KEYWORDS: filter, filters, aos, chris, rosser, lr5
#$ AUTHOR: Chris Rosser
#$ DESCRIPTION: Developed for the AOS LR5
#$ DESCRIPTION: NOTE this needs bidirectional Dshot support and RPM filtering active to use. DO NOT ATEMPT TO USE WITH OUT RPM FILTERING!
#$ DESCRIPTION: Follow the usual process of hover testing and safely checking out your tune before using. USE AT YOUR OWN RISK.
#$ DISCUSSION: https://www.aos-rc.com
#$ INCLUDE_WARNING: misc/warnings/en/rpm_filters.txt
#$ INCLUDE: presets/4.3/filters/defaults.txt


# -- Gyro lowpass filters --
set gyro_lpf1_dyn_min_hz = 0
set gyro_lpf1_dyn_max_hz = 0
set gyro_lpf1_static_hz = 0
set gyro_lpf2_static_hz = 1000
set simplified_gyro_filter = OFF

# -- Gyro Dynamic Notches --
set dyn_notch_count = 1
set dyn_notch_q = 500
set dyn_notch_min_hz = 150

# -- RPM filtering --
set dshot_bidir = ON
set rpm_filter_harmonics = 3
set rpm_filter_fade_range_hz = 50
set rpm_filter_min_hz = 100

# -- Dterm filtering --
set dterm_lpf1_dyn_min_hz = 75
set dterm_lpf1_dyn_max_hz = 110
set dterm_lpf1_type = BIQUAD
set dterm_lpf2_static_hz = 0
set simplified_dterm_filter = OFF
Loading

0 comments on commit 5f99859

Please sign in to comment.