-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Mixer configurations issue #2764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
what you might be seeing is the effects of the configurator needs updating. in the meantime use the mixer commands in the cli (mixer CUSTOM, mmix, etc). |
e.g. for HEX 6X source: https://github.com/cleanflight/cleanflight/blob/master/src/main/flight/mixer.c#L173-L179
which easily translates into mixer commands as follows: cli:
|
i agree however, that the the configurator should be updated to: we have talked about integrating this into the configurator UI for a while, but it's not been done as yet. |
Good spot, @hydra. This was a puzzling one. As a quick improvement, how about we change the mixer setting to be reset to default (QuadX), if a mixer preset for a not-compiled-in mixer is selected? |
this was done in 0b1383a |
Uh oh!
There was an error while loading. Please reload this page.
A - Description
-- not all of the mixer configurations applied through the cleanflight configurator are working after the update to 2.xx firmware
B - Steps To Repeat
BOARD SPRacing F3 Deluxe
-- update cleanflight to firmware 2.xx and configure your receiver settings
In my case I found the BUG by using spektrum receiver on serial 3 rx with taer1234 and 1024 us and I am arming the copter via the Aux1
Try the default configuration (QuadX) it should work and motors respond correctly to receiver.
Change the mixer configuration to HEX+ and try again. The copter will arm but the motors won't respond to commands anymore despite the throttle level they will always keep the signal to the min_throttle
Change again to HEX X. With this configuration the copter will work again and respond to motors.
Change to HEX H. This mixer does not work as well
C - Video Links
https://youtu.be/KNWpODkTtTc
D - Forum post links
-- provide links to forum posts if you have discussed this with others --
E - Version Information
Cleanflight: v2.X.X
Configurator: v2.X.X
E - Other information
-- SPRACINGF3 Deluxe
-- config dump + diff
dump_diff_HEX+NOTworking.txt
dump_diff_HEXHNOTworking.txt
dump_diff_HEXX_working.txt
dump_diff_Quad+working.txt
dump_diff_QuadXworking.txt
-- FUNFLY30A with BLHeli 14.9
-- Spektrum DX7 Satellite
-- Skektrum DX7
-- See SPRacing website: http://seriouslypro.com/spracingf3
-- windows 7 64bit
The text was updated successfully, but these errors were encountered: