Search results

  1. M

    CYC PHOTON

    So, can that be compiled into the stock Photon firmware? I used to modify the TSDZ2 firmware, rebuild it, and flash it. I'd like to be able to customize the Photon. So I scanned the code and from what I can see it appears to be the case. Where do you get the interface (hardware) to do the...
  2. M

    New "TSDZ2 Torque Sensor Central Motor"

    As Elinx said already, it is more than likely something with the speed sensor. Mine was doing the exact same thing, but I had a spare sensor and just swapped it - no more problem. Could be a bad/loose/dirty connection back to the sensor too.
  3. M

    New "TSDZ2 Torque Sensor Central Motor"

    My first thought would be something is either wrong with the motor or the temperature sensor. I had a "false" over temp warning one time (one time meaning one time until I fixed it). I felt the motor which was not warm at all, so just shut the sensor off after I was sure it was a false alarm...
  4. M

    New "TSDZ2 Torque Sensor Central Motor"

    Maybe now? Think I did it right this time.
  5. M

    New "TSDZ2 Torque Sensor Central Motor"

    I forked the main branch, did the edits to state.c and a pull request. Pretty naive on github protocols so let me know if it didn't come through as expected. I may have done a pull against my own fork and it not be something that shows up where you can see it. I need to get up to speed on all...
  6. M

    New "TSDZ2 Torque Sensor Central Motor"

    I have 8000 km (5200 mi) on mine and greased the main drive gear once just because. I've had more trouble with my seat squeaking than the motor :).
  7. M

    New "TSDZ2 Torque Sensor Central Motor"

    One last comment and I will stop cluttering the channel. I saw calc_odometer was discarding some turns of the wheel too and made a change to hang on to those also: static void rt_calc_odometer(void) { static uint8_t ui8_1s_timer_counter; static uint32_t ui32_remainder = 0; uint8_t...
  8. M

    New "TSDZ2 Torque Sensor Central Motor"

    I think that was it. I fixed it with 3 lines of code. The beginning of state.c now looks like this in my rev (changes are bold faced). My odometer and trip now both match after applying the updated code: static void rt_calc_trips(void) { static uint8_t ui8_1s_timer_counter = 0; static...
  9. M

    New "TSDZ2 Torque Sensor Central Motor"

    I did some more looking into the code and saw the odometer calc was done like it was in 1.0.0 so checked the distance on the odometer vs. the trip meter. I found the odometer gave a correct value but the trip meter was short. I'm still working out the logic of the trip code, but I'm wondering if...
  10. M

    New "TSDZ2 Torque Sensor Central Motor"

    Did that, but it's been raining too much to check it out. Thought about just trying the 'Reset to Defaults' to and reconfiguring to see if that shook it loose. Going to try the version compiled with the new perimeter default first though.
  11. M

    New "TSDZ2 Torque Sensor Central Motor"

    I've got a strange problem I can't figure out. My 850C display went out on me and so I updated to an 860C. At the same time, I went from 1.00 to 1.10 on the opensource software. I have a 29 bike with larger tires and setting the circumference to 2410 had me sync'd with my GPS perfectly with the...
  12. M

    New "TSDZ2 Torque Sensor Central Motor"

    I just pulled again and same '56' in the binary. The newly downloaded copy was a perfect binary match of the previous one. Maybe the old file is not being overwritten on the upload repository? Don't know if these executables use checksums for integrity, but I could plug the '56' with a '55' in...
  13. M

    New "TSDZ2 Torque Sensor Central Motor"

    Ok, did nothing but download your source, recompile it, and load it. It worked. No more motor init errors. I did modify the 850/860 Makefile to default to a bootloader version, but didn't touch anything else - the rev was correct in the downloaded source. Pretty certain it is the rev in the...
  14. M

    New "TSDZ2 Torque Sensor Central Motor"

    I'm getting a firmware error on boot with 6.9 for the 850C and 55.0 hex file. Went back to previous version I was using and all is well. Anyone successfully running 850C 6.9 with the 55.0 hex file? I looked at the change log and it looked like 6.9 was associated with a 56.0 hex and then knocked...
  15. M

    New "TSDZ2 Torque Sensor Central Motor"

    Just tried it and that's it. Thanks!!
  16. M

    New "TSDZ2 Torque Sensor Central Motor"

    I have the same question. I downloaded the source and looking at line 220 of mainscreen-850.c and lines 745 to 760 of mainscreen.c, it looks like a short press of the power button should toggle between the normal display, the config screen, and a 3rd optional screen that is now null. Mine...
Back
Top