Okay so cadence does have proportional influence on the assist.stancecoke wrote: ↑Oct 03 2020 10:09am
No, just the direction detection via the PAS fraction is irrelvant.
Code: Select all
else { // torque sensor mode float_temp = (float) ui16_sum_torque; float_temp *= ((float) ui8_assist_percent_actual / 100.0); if (flt_torquesensorCalibration != 0.0) { float_temp *= flt_torquesensorCalibration / ((float) ui16_time_ticks_between_pas_interrupt_smoothed); // influence of cadence }
Please log the output in debug mode, then we can see what happens.
regards
stancecoke
In regards to motor not starting i think it could be low voltage protection but also the use LCD4 display (need to test it more). During the testing i did not noticed how low is the battery and now on full charge and bluOSEC adapter there is no cut off on .
I do have similar question to what @Corrida victim has mention about power consumption. The current limits are:
Batt- 7A
Phase - 20A
Assit 1 - 20%
Dynamic assist - enabled
So how it is possible that on Assit1 the battery curent can go up 3-4A if this is 20%? Is the assist level based on Phase current then? Should i lower the Phase current to 10-15A to get best results with Batt current limit @ 7A?