Marin
1 kW
I have a query in to the owner about moisture as I'm trying to get bike going for her, I'll post back what she says and I may just open it up anyway as we both suspect this
casainho said:New firmware release, 860C display now works!!
Thank you for remembering me that I need to update the documentationilu said:casainho said:New firmware release, 860C display now works!!
Is it possible to install firmware on 860C using the same bootloader hardware as for the 850C or does it need different equipment?
Retrorockit said:The IGH hubs almost always have an overdrive function the cassettes don't provide. This can work well for small wheel bikes and wide rear hubs that can run small chainrings in front.izeman said:I finished my bike today. Have the Alfine 11 installed, and a 52T front ring, 20T in the back. But this is too high geared. I will revert to the original 42T next and try that. Also have 16T, 18T and 23T for the back to try and get the optimal setup.
Sheldon Brown's gear calculator has the IGH hubs in it and can let you see what you will have for gearing. You can input several chainrings and rear cogs at once if you like. The chart gets complex but it CAN do it.
https://sheldonbrown.com/gear-calc.html
Nice one. That gives you almost 50% more gear range. So you know have a spread of around 600%. But on the other hand it ruins the simplicity of the IGH setup alone, and adds a lot of complexity.jeff.page.rides said:I use a 16 tooth and a 23 tooth sprocket at the same time on any Alfine & Nexus hubs. Machined down and welded together with a derailleur.
It allows me to have the best of both worlds, speed on the flats and downhill and great climbing ability on the uphill. https://youtu.be/G6kQvM4Or3U https://youtu.be/PH0vLcno_Xc https://youtu.be/NP3uKfEMF_Q
Jeff, I added as example your build of an hand cycle -- I linked to your videos!!jeff.page.rides said:I use a 16 tooth and a 23 tooth sprocket at the same time on any Alfine & Nexus hubs. Machined down and welded together with a derailleur.
It allows me to have the best of both worlds, speed on the flats and downhill and great climbing ability on the uphill. https://youtu.be/G6kQvM4Or3U https://youtu.be/PH0vLcno_Xc https://youtu.be/NP3uKfEMF_Q
Read this page: https://github.com/OpenSource-EBike-firmware/TSDZ2_wiki/wiki/FAQAtrihalov said:Hey. Please tell me how to remove Torque Sensor ?
casainho said:Jeff, I added as an example your build of a handcycle -- I linked to your videos!!jeff.page.rides said:I use a 16 tooth and a 23 tooth sprocket at the same time on any Alfine & Nexus hubs. Machined down and welded together with a derailleur.
It allows me to have the best of both worlds, speed on the flats and downhill and great climbing ability on the uphill. https://youtu.be/G6kQvM4Or3U https://youtu.be/PH0vLcno_Xc https://youtu.be/NP3uKfEMF_Q
![]()
jeff.page.rides said:casainho said:Jeff, I added as an example your build of a handcycle -- I linked to your videos!!jeff.page.rides said:I use a 16 tooth and a 23 tooth sprocket at the same time on any Alfine & Nexus hubs. Machined down and welded together with a derailleur.
It allows me to have the best of both worlds, speed on the flats and downhill and great climbing ability on the uphill. https://youtu.be/G6kQvM4Or3U https://youtu.be/PH0vLcno_Xc https://youtu.be/NP3uKfEMF_Q
![]()
Thanks, Casainho, Today electrifybike.com is going to install the "overrun" modification on the old beta 20 to see how that works. And then later this week we're going to install an 860C and your latest software on my hand-cycle. Where excited to try your latest efforts and your support for the 860C. I'm very thankful for all you and the others have done to improve the TSDZ2 system for hand-cycles and regular riders, my wife loves her TSDZ2 with an 850C.
Well, then I think I have much more development work to do. I am waiting some 860C units on the mail and then I will be able to test connected to the TSDZ2, something I didn't yet...jeff.page.rides said:We tried to install an 860C today, it comes up on the screen and says waiting for tsdz2 and then it says firmware error.
We installed the 860C 69 files on the 860C and installed the 55 files on the TSDZ2.
Any suggestions on why this went wrong and would not work?
You may be correct but I updated twice the files after foj d this issue, I don't know how I could fail twice...mdumdei said: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 back down to 55.0. At any rate not working for me.
Update: I dug into the binary and I think it is looking for a 56 hex, not a 55. Going to recompile from source tomorrow and see if that fixes it. Could be looking at the wrong thing, but what I see looks suspicious.
In a recompiled binary 10bf8 - 35h ('5') and 10bf9 - 35h ('5') or '55'
In the the downloadable 6.9 binary, those values are 35h & 36h which is a '56'
The version of motor firmware expected is defined in a Makefile. I think the online 6.9 was built with the wrong value in the Makefile.
casainho said:You may be correct but I updated twice the files after foj d this issue, I don't know how I could fail twice...mdumdei said: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 back down to 55.0. At any rate not working for me.
Update: I dug into the binary and I think it is looking for a 56 hex, not a 55. Going to recompile from source tomorrow and see if that fixes it. Could be looking at the wrong thing, but what I see looks suspicious.
In a recompiled binary 10bf8 - 35h ('5') and 10bf9 - 35h ('5') or '55'
In the the downloadable 6.9 binary, those values are 35h & 36h which is a '56'
The version of motor firmware expected is defined in a Makefile. I think the online 6.9 was built with the wrong value in the Makefile.
Thanks for reporting and I just updated, again, the release files. I really hope they are working now!!mdumdei said: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 Makefile - think you have one hanging out in your source tree somewhere that it is getting instead of the one you think or you are not pushing the bin you think you are. Just guessing at what it could be. I would MUCH rather use your compile than mine since you know the tools and I just patched them together from your guide. A big part of the reason I chose the TSDZ2 over something else was your code - great work.
casainho said:Thanks for reporting and I just updated, again, the release files. I really hope they are working now!!mdumdei said: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 Makefile - think you have one hanging out in your source tree somewhere that it is getting instead of the one you think or you are not pushing the bin you think you are. Just guessing at what it could be. I would MUCH rather use your compile than mine since you know the tools and I just patched them together from your guide. A big part of the reason I chose the TSDZ2 over something else was your code - great work.
I'd say less than 500mA, these wires are extremely thin.hefest said:One of the wires coming from controller to the display has original battery voltage, in my case 48v. I've got dc-dc step down voltage converter with usb that I'm planning on wiring to that wire to be able to charge various things while on the move, such as phone.
Any ideas what kind of current this wire can handle?
Hasse67 said:It's a mountain bike and I'm lightweight, about cadence at highest gear I don't know,
Is it so, that the motor stops providing power at a certain cadence?