Search results

  1. X

    TSDZ2 OSF for all displays, VLCD5-VLCD6-XH18, LCD3, 860C-850C-SW102.

    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.
  2. X

    TSDZ2 OSF for all displays, VLCD5-VLCD6-XH18, LCD3, 860C-850C-SW102.

    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...
  3. X

    TSDZ2 OSF for all displays, VLCD5-VLCD6-XH18, LCD3, 860C-850C-SW102.

    What value should I put in #define ASSIST_PEDAL_LEVEL01_PERCENT? Default value is 70. 80, 90, 95?
  4. X

    TSDZ2 OSF for all displays, VLCD5-VLCD6-XH18, LCD3, 860C-850C-SW102.

    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...
  5. X

    TSDZ2 OSF for all displays, VLCD5-VLCD6-XH18, LCD3, 860C-850C-SW102.

    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...
  6. X

    TSDZ2 OSF for all displays, VLCD5-VLCD6-XH18, LCD3, 860C-850C-SW102.

    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?
  7. X

    TSDZ2 OSF for all displays, VLCD5-VLCD6-XH18, LCD3, 860C-850C-SW102.

    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...
  8. X

    TSDZ2 OSF for all displays, VLCD5-VLCD6-XH18, LCD3, 860C-850C-SW102.

    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...
  9. X

    TSDZ2 OSF for all displays, VLCD5-VLCD6-XH18, LCD3, 860C-850C-SW102.

    Thanks a lot! I was going crazy with the display. Now everything works correctly. Thanks again.
  10. X

    TSDZ2 OSF for all displays, VLCD5-VLCD6-XH18, LCD3, 860C-850C-SW102.

    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...
Back
Top