You were correct, I ran the battery on a light globe until the bms shut it off at 35v.
Do you know if it is possible to change the LVC on a battery bms?
You were correct, I ran the battery on a light globe until the bms shut it off at 35v.
this is probably a problem with a cell or cells in the battery not being equal to the others, in capacity, resistance, etc., so they run low before the others do.
I saw my previous post about the torque sensor range was quoted on Jobike. I tried registering there but something is wrong with my account, so I am replying here.
Code: Select all
line 88: ui8_adc_torque_sensor_max_value = ui8_adc_torque_sensor_min_value + 32;
famichiki wrote: ↑Jan 09 2020 11:13pmI saw my previous post about the torque sensor range was quoted on Jobike. I tried registering there but something is wrong with my account, so I am replying here.
Using Mbrusa's firmware, you can try changing the hardcoded value of 32 to match your match your sensor's measured range. (Measure using his firmware, don't use the VLCD5's service viewing menu.)
If your sensor is not too bad it might improve performance without needing to do the physical calibration.
/src/controller/adc.cCode: Select all
line 88: ui8_adc_torque_sensor_max_value = ui8_adc_torque_sensor_min_value + 32;
Hi Famichiki I tried to change the value as recommended by you and I got excellent results, I reported my experience on jobike, also because I use 152mm short cranks and with the calibration of the force applied on the torque sensor everything works much betterfamichiki wrote: ↑Jan 09 2020 11:13pmI saw my previous post about the torque sensor range was quoted on Jobike. I tried registering there but something is wrong with my account, so I am replying here.
Using Mbrusa's firmware, you can try changing the hardcoded value of 32 to match your match your sensor's measured range. (Measure using his firmware, don't use the VLCD5's service viewing menu.)
If your sensor is not too bad it might improve performance without needing to do the physical calibration.
/src/controller/adc.cCode: Select all
line 88: ui8_adc_torque_sensor_max_value = ui8_adc_torque_sensor_min_value + 32;
famichikifamichiki wrote: ↑Jan 09 2020 11:13pmI saw my previous post about the torque sensor range was quoted on Jobike. I tried registering there but something is wrong with my account, so I am replying here.
Using Mbrusa's firmware, you can try changing the hardcoded value of 32 to match your match your sensor's measured range. (Measure using his firmware, don't use the VLCD5's service viewing menu.)
If your sensor is not too bad it might improve performance without needing to do the physical calibration.
/src/controller/adc.cCode: Select all
line 88: ui8_adc_torque_sensor_max_value = ui8_adc_torque_sensor_min_value + 32;
That should be a good idea, because marcoq and stancecoke have removed their github links to this software.
Actually I rechecked this today and I need to correct that.
How was the operation when you were running the stock firmware? I do suspect the problem is increased at higher assist levels and/or higher torque or cadence but I haven't had any luck determining exactly what.Michael B wrote: ↑Jan 16 2020 3:56amActually I rechecked this today and I need to correct that.
At 35-40 kph at moderate cadence and assist I get more like one full rotation. Yours looks more than that. I'm using a 54T narrow wide chainring.
When changing down and slowing to a stop I get virtually no over run.
The other day I must have been somewhere in between when I randomly look down and just happened to notice the half rotation over run.
Maybe the over run is 'increased' with high motor assist and high cadence?
Hello jbalat,jbalat wrote: ↑Jan 16 2020 2:39amHi Andrea_104 I wonder if you could add links to the latest Marco firmware and configurator in your first post..
From what I can tell the configurator is at version 3.7 and the firmware is 19c and there is also a 19c version from ackmaniak ?
Anyway would be nice to have some links if you get the time. A few of my friends have been asking me about this firmware.
Thanks
JB
Latest releases all based on v0.19 Stable