RPM LIMITER

RPM LIMITER

The Igniter Class uses an RPM Limiter to cap the speed of your motors to the ideal racing speed. Installing this RPM Limiter is necessary for your Igniters to be made legal. This is how you do it:

The Igniter Class uses an RPM Limiter to cap the speed of your motors to the ideal racing speed. Installing this RPM Limiter is necessary for your Igniters to be made legal. This is how you do it:

IMPORTANT NOTE

If you are planning on attending Igniter races this year, please fill out this form so you can get notified of critical spec updates.

I Consent to Receive E-Mail Updates From UDL

Please note: This will NOT put you on our promotional email list. By filling out this form, you will ONLY receive critical rules updates to the spec.

BEFORE YOU START

It is a good idea to start with a good CLI dump for your board from Betaflight 4.4.2, which may or may not be from Kaack. This can help prevent a bug, but it isn't always necessary.

FLASHING THE SL RPM LIMITER

We are now using the SL Limiter, which requires you to flash a new version of Betaflight.

RPM LIMITER CLI

These are the CLI commands you'll need to dump into your Betaflight build after you get it working properly. Without this CLI, your Igniter will not be legal!

RPM Limiter Specific CLI

set rpm_limiter_idle_rpm = 60

set rpm_limiter = ON

set rpm_limiter_p = 20

set rpm_limiter_i = 17

set rpm_limiter_d = 3

set rpm_limiter_rpm_limit = 305

set rpm_limiter_afterburner = 25

set rpm_limiter_afterburner_duration = 5

set rpm_limiter_afterburner_hold_to_use = OFF

set rpm_limiter_afterburner_tank_count = 3

set rpm_limiter_afterburner_reset = OFF

set rpm_limiter_acceleration_limit = 60

set rpm_limiter_deceleration_limit = 60

set rpm_limiter_k_factor = 3000

set rpm_limiter_full_linearization = ON

save

Additional but Necessary CLI

set motor_pwm_protocol = DSHOT300

set motor_poles = 12

save

Additional Recommended CLI

set yaw_motors_reversed = ON

set small_angle = 180

set dshot_idle_value = 450

save