Thank you so much.
I have tested the values you have given me and there is still not much difference between level 1 and 2.
#define ASSIST_PEDAL_LEVEL01_PERCENT 50.
The battery level seems to be correct.
Thanks again.
This are the lines I have changed in ebike_app_c
#else // ENABLE_VLCD5 or 850C
if(ui16_battery_voltage_soc_filtered_x10 > ((uint16_t) (BATTERY_CELLS_NUMBER * LI_ION_CELL_VOLTS_7_X100 / 10))) {ui8_battery_state_of_charge = 8;} // overvoltage
else...
I managed to compile the main.ihx file without errors by modifying main.h, config.h and ebike_app_c.
Basically I have added a level of assistance (I have called it "EXTRA") and I have removed a level of battery to the values of the VLCD5 display.
I'm crossing my fingers and I'll flash it...
If I use the battery values for vlcd5, what values should I use 0 to 5 or 1 to 6?
Can assistance levels be changed in main.h and config.h?
Can I change battery settings for vlcd5 in main.h and config.h?
I use linux to configure the firmware and before flashing I compile the main.ihx file.
If I...
Thanks for your contribution.
I hadn't realized that there are five levels of assistance and five battery bars.
I'll see if I can fix it with the configuration values.
The question is to use vlcd5 or vlcd6 in the java configurator.
Which one would you recommend?
I recently bought the vlcd10 display.
I have tried it with the mbrusa firmware, but it does not work correctly.
There is no difference between levels 1 and 2 of assistance and the battery charge percentage does not work well either.
Will you be able to add support in a future version?
Thank you...
I have been using the mbrusa firmware for several years, it is very very good.
I currently use the vlcd6 display (6-pin connector) and everything works correctly.
There is a new display, the vlcd10, which is very similar...
Hello.
I have been using the mbrusa firmware since day one and I can only say that it is very good.
Recently, I have swapped my 36V battery for a 48V one with 21700 cells.
Since changing the battery, my VLCD6 display does not show the battery charge correctly.
These are the values that I...