Open silenec opened 1 year ago
I'm not able to reproduce your first issue, does it occur when you hit the 20% speed limit (20kph if you use the default max speed of 100kph)? Is your speed indication on the display correct or is it jumping too?
It occurs anytime but I mostly use thottle + PAS when starting from standstill to get up to speed faster. So even at 5-10km/h (under the set speed limit). Speed indication is correct, not jumping. The motor wants to go but also wants to stop at the same time. Once I let go of the throttle or stop pedaling, it just goes perfectly. Yeah I agree with the backpedaling, it would have to be way less sensitive than PAS activation.
This works fine:
<AssistLevel Type="Pas Throttle CadenceOverride" MaxCurrentPercent="12" MaxThrottlePercent="80" MaxCadencePercent="100" MaxSpeedPercent="100" TorqueAmplificationFactor="0" />
This is unusable:
<AssistLevel Type="Pas Throttle CadenceOverride" MaxCurrentPercent="12" MaxThrottlePercent="80" MaxCadencePercent="100" MaxSpeedPercent="20" TorqueAmplificationFactor="0" />
When I pedal and apply throttle at the same time, it goes something like this: 1000ms of 0% power, 200ms of power, 1000ms of 0% power, 200ms of power and it repeats until I let go of the throttle or stop pedaling. Throttle only or PAS only works fine with this configuration.
Config file attached (rename to .xml): bbsfw 1.3.0.txt
Also when I use walk assist (any PAS level or configuration) and let go of the button, motor goes like: spinning at 3% power, let go of the button -> 100ms of 25% power -> 0% power. But that could be another issue. Stock FW goes like 3% -> 0% with no power spike.
Apart from this everything seems fine with my BBS02B. Runs great. Pretty responsive even with 3 A/s Current Ramp and 90 degree Start Delay. I even tried cruise control, it was fun.
Maybe if I could have one general safety improvement request: when pedaling backwards, disable throttle. This could help in a malfunctioning throttle / damaged wiring situation if you run with no brake sensors like I do. I had it happen once with stock FW where my bike suddenly went 100% throttle with no throttle input. Not fun and any additional way that could help you stop the bike would be helpful.