marka-ee
100 W
- Joined
- Mar 24, 2020
- Messages
- 238
I live in an area that requires e-bikes to have some pretty severe restrictions. They don't like throttles and they only allow power supplementing up to 25 km per hour. On my other bikes, I don't have a problem with this because they look like normal bikes and I just do a lot of ghost pedaling and nobody seems to care. However, now I acquired an old Velomobile which I'm putting in a rear hub motor with a KT controller and LCD3 for the display. I'm going to use a thumb throttle on the right tank control lever. ( They call this tank steering in Velomobiles.) .So I need a system that if it looks like I'm getting pulled over because they like to look at my velomobile because they're so rare, that I have some kind of system in place so I can dumb it down to make it essentially instantly fully legal. Disconnecting the thumb throttle is pretty easy, either with a magnetic reed switch or just pulling the connector or doing something else so that I can say it's completely disabled. That's no problem. But with the PAS, I'm wondering how I could set it so that it could only power up to 25 kilometers per hour without affecting the usual usage I have which allows power above that speed.
One option would be to have a small microcontroller monitoring the speed and simply back off any PAS signals or other signals so that it no longer goes after that speed.
A more complicated option is to have a microcontroller send over the UART serial signal to the controller commands to instantly reprogram it to a max speed and max power setting, which would satisfy the requirements. But that's a lot harder because then I'd have to research the UART protocols, etc., etc. There is a German site where they did write some software that does some of this, but it doesn't look very well organized.
Anyhow, I'm open to suggestions that might be simpler than these complicated things that I've been dreaming up.
One option would be to have a small microcontroller monitoring the speed and simply back off any PAS signals or other signals so that it no longer goes after that speed.
A more complicated option is to have a microcontroller send over the UART serial signal to the controller commands to instantly reprogram it to a max speed and max power setting, which would satisfy the requirements. But that's a lot harder because then I'd have to research the UART protocols, etc., etc. There is a German site where they did write some software that does some of this, but it doesn't look very well organized.
Anyhow, I'm open to suggestions that might be simpler than these complicated things that I've been dreaming up.