vulcanears
10 mW
- Joined
- Mar 1, 2019
- Messages
- 24
How loud is a motor with the custom firmware FOC, compared to decent commercial options like Lishui or Phaserunner? Are they comparable?
Xnyle said:@everyone who is using this FW:
It would be nice if you could send me your proven settings based on the current version of the Java tool so that I can add them to the repo.
Please select a filename that contains controller type, system voltage, wheelsize and motortype
You can also add a pull request on github ofc.
Thanks!
gutyex said:I have an S06S flashed with this firmware, and when I turn on the kit, the motor starts going at a moderate speed and doesn't stop until it's turned off again.
kkm said:gutyex said:I have an S06S flashed with this firmware, and when I turn on the kit, the motor starts going at a moderate speed and doesn't stop until it's turned off again.
....I also set 'TQ calib' to 1500. For some reason this doesn't seem to restore from the .ini file and defaults to 1000.
...throttle - same behavior). MXUS XF15 gear motor.
ui16_current_cal_b -= 1;
Xnyle said:No, please don't do that. It's clearly stated in the wiki as well. For every additional watt you pull out of the 5V rail the linear voltage regulator inside the controller has to !burn! ~5 watts (depending what kind of resistor the poor chinese guy had at hand botching together your very controllerOn top of that there is also a high chance you get all sorts of weird bugs because of voltage drops (I tried to isolate software bugs last year which turned out to be hardware bugs because I connected the BT module where it wasn't supposed to be connected.
Use a cheap xl7015 based buck converter and everything will be fine.
Xnyle said:No update, technical restriction on how "not set" == 0 is handled in eeprom settings. I see no practical use case where 1km/h is a problem that would justify a complete refactoring.
float_temp *= (1 - (float) ui16_virtual_erps_speed / 2 / (float) (ui16_speed_kph_to_erps_ratio * ((float) ui8_speedlimit_kph))); //ramp down linear with speed. Risk: Value is getting negative if speed>2*speedlimit
vulcanears said:So which one of the torque sensors on Aliexpress would you recommend for use with the Open Source controller? The Sempu T4? The Eunorau type?
thx in advance
Why don't you guys write resume working torque sensors on wiki?stancecoke said:Yes, the Sempu T4 is the better choice. My experience with the Bafang sensor (eunorau) is very bad, see the german forum:
https://www.pedelecforum.de/forum/index.php?threads/funktionsprinzip-bafang-drehmomentsensor.56636/
regards
stancecoke
Xnyle said:@geofft because Overvoltage is not set so you get a compile error. I didn't check you settings, that's why I asked for ones matching the CURRENT Java tool
I checked in corrected versions
dodjob said:Hey there,
**Edit**
I have replaced the LM317 as it was the only thing getting warm. Well.. no luck unfortunately. The controller is just pulling too much current. Don't know if it's hardware or software related, and the reason I ask here![]()
What about frame vibrations / resonances when using a rear geared motor with an original firmware? I tried the rear engines Mxus XF15R (Gear 50, 1:5 reduction rate), XF08 (1:4.4), as well as Bafang SWX02 500w (1:5). And they all have the same breakdown on the original firmware (6-step ZWS and sinewave SVPR) and on the open source. Unpleasant resonances and vibrations of the frame, pedals, even the KT-LCD3 display on the steering wheel rattles, and strong vibration peaks in the range of ~11-12 km / h and ~ 20-23 km / h. The feeling that you are riding on an old crumbling clunker, and not on a new motor.nox said:Is it worth to try OSEC with KT36-ZWSRT (KTE-6S5-A) + LCD5 + MXUS XF08 rear geared wheel? Will it work?