Search results

  1. B

    New TSDZ2 Open Source firmware with Bluetooth interface

    i think you need to open it up and flash the "hard" way https://github.com/OpenSource-EBike-firmware/Color_LCD/wiki/Initial-SW102-firmware-install i don't think that unlocked bootloader makes the difference here Or have you already flashed casainho's official 1.0.0 version ? here you will find...
  2. B

    New TSDZ2 Open Source firmware with Bluetooth interface

    i have actually implemented high cadence support, torque sensor calibration and field weakening first two are working. About FW.. i don't know. I took casainho's code for FOC calculations and simply adding more current in the FW state but somehow don't know how to push the bike to enable this...
  3. B

    New TSDZ2 Open Source firmware with Bluetooth interface

    Hi sw102 only (without ESP32) with 0.20 firmware version (modified by me) Everything apart from the android app (for now) is on the github You need to build the firmware and flash it with NRF Toolbox
  4. B

    New TSDZ2 Open Source firmware with Bluetooth interface

    Hi, thanks for the great mobile app :thumb: Do you maybe plan to add average values that could be shown by click/long click on the tile ? I think having average speed/pedal power values and so on it would be a nice enhancement I have made SW102 compatible with 0.20 and of course your...
  5. B

    TSDZ2 mid drive with 860C, 850C or SW102 displays only -- Flexible OpenSource firmware (Casainho code only)

    Hi casainho and buba since some time i'm trying to make 850c compatible with latest alpha firmware. Sadly there is some problem with communication. There is shift from time to time in values like on the pic 1 - the starting byte is in place of message id and the other values are too on...
  6. B

    TSDZ2 mid drive with 860C, 850C or SW102 displays only -- Flexible OpenSource firmware (Casainho code only)

    Hi casainho, i think developing configuration screen for this lcd is waste of time and resources. We have now like 80 menu items for different settings and this number getting bigger and bigger. On the big screen like 850c it takes lot of time to go through all the menus. SW102 with tiny...
  7. B

    TSDZ2 mid drive with 860C, 850C or SW102 displays only -- Flexible OpenSource firmware (Casainho code only)

    I have adapted it for our firmware on top of latest beta . I'm using LCD850 so i had to revert uart changes because they are not compatible with LCD850 code. Support between 0.4-2.8 and max power on 105 rpm (i have 52v battery). I have changed a bit human power calculation too following your...
  8. B

    TSDZ2 mid drive with 860C, 850C or SW102 displays only -- Flexible OpenSource firmware (Casainho code only)

    Hi here is marcoq's take on emtb mode // calculate delta value between TOUR assist level and TURBO assist level ui8_delta_assit_level = configuration_variables.ui8_assist_level_power[TURBO] - configuration_variables.ui8_assist_level_power[TOUR]; // calculate pedal (torque *...
  9. B

    TSDZ2 mid drive with 860C, 850C or SW102 displays only -- Flexible OpenSource firmware (Casainho code only)

    Hi buba, i have one request for next release(s) which i find interesting for all users - trial/emtb mode like on bikes with brose or bosch motors. It is described here: https://ebike-mtb.com/en/emtb-mode-bosch-cx-review/ To use trial mode user needs to set assist to factor >10 on one of...
  10. B

    TSDZ2 mid drive with 860C, 850C or SW102 displays only -- Flexible OpenSource firmware (Casainho code only)

    My motor is now working too! Changing option bytes has done the trick for me Thx Rafe! :bigthumb:
  11. B

    TSDZ2 mid drive with 860C, 850C or SW102 displays only -- Flexible OpenSource firmware (Casainho code only)

    The same thing. 1 bar on the display and no power after returning back to original firmware...(program and data flashed back from backup) but i have problem that with open source firmware by marcoq my motor doesn't work too :-(
Back
Top