Skip to content

Tags: DevPQ/bldc-1

Tags

rel_5.3_plusV4

Toggle rel_5.3_plusV4's commit message
LittleFOCer v3.1 support

Signed-off-by: Dado Mista <dadomista@gmail.com>

rel_5.3_plusV3

Toggle rel_5.3_plusV3's commit message
Balance: Remove multi-ESC / dual-motor support

Signed-off-by: Dado Mista <dadomista@gmail.com>

rel_5.3_imufix

Toggle rel_5.3_imufix's commit message
Integral limiting fix

When ki is 0 then don't do any of the integral logic
Avoids division by zero if integral limit > 0 and I==0

Signed-off-by: Dado Mista <dadomista@gmail.com>

rel_5.3_plus

Toggle rel_5.3_plus's commit message
Integral limiting using deadzone value

If deadzone is > 0, the integral component will be limited to that value.

Signed-off-by: Dado Mista <dadomista@gmail.com>

rel_5.3_osr2

Toggle rel_5.3_osr2's commit message
Added dual-switch option when halfstop erpm is 0

Signed-off-by: Dado Mista <dadomista@gmail.com>

spintend_51f

Toggle spintend_51f's commit message
Support for Spintend ubox single

51g_george

Toggle 51g_george's commit message
Boot time reduction mcpwm_foc

1000ms delay after drv_fault is cleared is obviously excessive.
Using 10ms now, no issues on BalancePro or LittleFOCer.

Signed-off-by: Dado Mista <dadomista@gmail.com>

v50a

Toggle v50a's commit message
Improved quick-start behavior

Smoother yet more aggressive in hills

Signed-off-by: Dado Mista <dadomista@gmail.com>

ttplus36n

Toggle ttplus36n's commit message
ATR: Improved integral shedding

Finally had the courage to test/tune integral shedding in more extreme conditions
After braking there's no more erpm limit for shedding, you can bomb down a hill
that sharply transitions to a level surface and the nose will NOT be down!

After accelerating I still only shed when the speed is very low to allow slowly
climbing small steps.

Signed-off-by: Dado Mista <dadomista@gmail.com>

ttplus36m

Toggle ttplus36m's commit message
ERPM-Based variable tiltback as alternative to constant tiltback

Constant Tiltback ERPM ending in "1" (e.g. 201) will switch to erpm based
tiltback.

The total constant tiltback number will apply @ 10,000erpm linearly scaled.
Not limited.

Signed-off-by: Dado Mista <dadomista@gmail.com>