Any plan to support brake or just no interest in this function?
This is easily handled via Lua script if you want the feature now. I’m unaware of plans to add it natively.
I should add that I have also handled brake application in EdgeTX with a custom mix/function that applies the brake via RC when disarmed or when hold mode is selected via 6POS switch.
Is it possible to control a brake pedal using PWM? Is there a type of braking mechanism like this that can be used on a toy car? My model car can’t be controlled at all when going down a parking garage—it just keeps rolling down.
Add a servo and some linkage. There are also linear actuators that can operate using a PWM signal. If the car is small enough, even a solenoid and relay could be employed.
See also, ATC_BRAKE
I noticed that there is a param called ATC_STOP_SPEED
, is this mean ATC_BRAKE
needs GPS or encoder to sensing the speed?
BTW, I didn’t find any ATC_BRAKE
wiki docs for settings? any links or blog that use this feature?
Stop speed has nothing to do with ATC_BRAKE. But any vehicle needs some type of speed sensing to be useful in any mode other than manual.
The parameter functions exactly as described in the parameter list. I don’t know of further documentation.