• Howdy! we're looking for donations to finish custom knowledgebase software for this forum. Please see our Funding drive thread

Search results

  1. V

    New "TSDZ2 Torque Sensor Central Motor"

    from my rc times i remember running a brushless motor with a less agressive timing keeps the motor cooler. maybe thats also possible with the tsdz2?
  2. V

    Tsdz2 firmware open source adapted to vlcd5, vlcd6 and xh18

    Hi would need that function too, since my bike lags from time to time and i want to find out if its the torque sensor or the pas sensor.... maybe try setting ui16_oem_wheel_speed to eg 50... before if(ui16_vlcd6_wheel_speed == 0) or try uint16_t ui16_temp; ui16_temp = (uint16_t)...
  3. V

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

    Hi guys, Since my KT LCD3 died, is it possible to enable the TSDZ2 by simply connecting "green|P+|battery voltage" to "white|Vin|ground when LCD disabled and P+ (battery voltage) when LCD is enabled"? https://github.com/OpenSource-EBike-firmware/TSDZ2_wiki/wiki/Wire-KT-LCD3-to-TSDZ2 cheers...
  4. V

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

    hi casainho, i would suggest to use the wheelspeed as a factor for the ramp up. since when on speed faster ramp up is no such a problem for gears compared when wheelspeed is low. so not use a constant but a var multiplied with wheelspeed should give a quick response when its mostly needed, when...
  5. V

    New "TSDZ2 Torque Sensor Central Motor"

    I am running my 36V motor on 12S Lipos for about 1500km now without a problem. So 13S will no problem either.
  6. V

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

    sounds good. might also smooth out the startup sequence from standing still since at the moment sometimes it fells like the gears have a hard time ;) so many good news today!
  7. V

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

    i think the problems lies here: // disable boost if if ((ui8_torque_sensor == 0) || (ui8_startup_boost_timer == 0)) { and // disable fade if if ((ui8_torque_sensor_raw == 0) || (ui8_pas_cadence_rpm == 0) ||...
  8. V

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

    Boost is a very nice feature for me. For instance when you ride around a corner its nice to have some extra boost to get to speed again. Or when i have to climb a short slope, i stop pedaling for a short amount and then use boost to do the climb without loosing speed. Its not that hard to...
  9. V

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

    look at the video again. it did many attempts very similar, pedal, stop pedal, pedal again, similar pressure and cadence. you see the powerlevel (Configuration 9/6) on my display. first tries after starting pedaling again the motor immediately kicks in but look at the video at 0:23 the motor...
  10. V

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

    cool feature! will be interesting to see how that feels. i did some research today on the lag issue. firmware version 14.3 lag definitely only occurs when boost enabled. https://drive.google.com/file/d/1C9-BkfBqgeXD1OBJrcdKneBWStuNWU90/view here in this video i reproduced the lag bug. it...
  11. V

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

    maybe it would make sense to have up to 9 walk speeds. using up/down buttons when in walk mode sets the walkspeed. 0-9.
  12. V

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

    no brake sensors here. will try to disable boost and see if lags are gone.
  13. V

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

    unfortunately lag is still present in 14.3... i hard to analyse since its so random... most of the time it reacts fast, sometimes i needs 2 seconds before motor kicks in again.
  14. V

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

    tried 14.3 "experimental high cadence mode" but its not working for me. motor is less efficient when around 90rpm cadence. (20-40 watt more power needed) less torque too. 36V motor with 12 cell lipo here.
  15. V

    New "TSDZ2 Torque Sensor Central Motor"

    Very cool hacking!!!! Where did you buy yours? Just to be sure to have the same Version. thx vscope
  16. V

    New "TSDZ2 Torque Sensor Central Motor"

    firmware version?
  17. V

    New "TSDZ2 Torque Sensor Central Motor"

    You get a used mobile phone with touch and everything for the price of a bafang 850c... You have GPS, Accelerometer, Bluetooth oboard ... Screen ontime should be about 5 hours for a charge. We just need to do an Android app thats all. Thats not hard to do. I can help here.
  18. V

    New "TSDZ2 Torque Sensor Central Motor"

    the main problem with android stuff is how to change assist levels? i think the buttons of klcd near the grip are very important. however we can use something like these instead...
  19. V

    New "TSDZ2 Torque Sensor Central Motor"

    casainho maybe we can find possible drivers if we have the resolution and size of the display? can you make a high res picture so we can check the resolution (count pixels). then search alibaba :)...
  20. V

    New "TSDZ2 Torque Sensor Central Motor"

    Maybe we should just write an email to bafang, if we are lucky we get some info about the used display/driver.
  21. V

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

    maybe we should add a eeprom config version number to the builds.check on boot if eeprom version in build not the same as eeprom version saved in eeprom. clear eeprom and set defaults from build. if no changes in eeprom layout no reset to default needed eg minor fixes in code
  22. V

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

    like i proposed with my code changes. wouldn't it make sense to include the whole safety logic in one function at the end before powering the motor? so in the other parts of the code no safety checks have and shall be made? so similar to this code below but with added logic? maybe adding codes...
  23. V

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

    i started fixing https://github.com/OpenSource-EBike-fir ... e/issues/9 after 0.14 came out but then i realized that the main problem is not this piece of code but the whole ebike_control_motor is a mess. checking brake values in the middle of ebike_control_motor or setting torque values to 0...
  24. V

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

    No problem for me. @EndlessCadence just copy from my fork if you think something in the changes is worth it. ( i am not angry if you dont and do all the work by your own) If you need some help. Just send me a message. One thing i want to clarify. My changes are for safety reasons not the...
Back
Top