Noob question thread! 2020_Summer

Sounds good… I’ll just get them in 30mm. Looks like that’s pretty standard for motor shafts.

get 8mm diameter, thank me later.

2 Likes

Whose got the Hypa hole pattern on file?

Edit: It’s a 81mm diameter pattern

VSS test on a slope:

2 Likes

Is it just me or does he actually have issues with it while he’s literally saying there’s no issues with it lol

1 Like

Why would you avoid motors below 140KV?
Also, I live on a hill, so I need to both brake when going down and go up. Together with weighing close to 120kg and not planning to exceed 30km/h, would you say 140KV is alright?

You’ll get more power with a 190kv geared for a 30km top speed than a 140kv geared for the same top speed.

Dispite popular belief, lower kv motors don’t produce more torque if the voltage is fixed.

3 Likes

TL;DR: KV will affect how much current you need for certain torque and how much voltage you need for certain speed. But max possible torque stays about the same if the motor is the same size.

So if you can gear down a 190kv motor for 30km/h top speed, then that will be more torquey (or, at the same torque level, more efficient) than the 140kv motor. However, if you can’t gear the 190kv motor down enough and your top speed is still more than you need, then feel free to go with a lower kv motor to give your ESC an easier time.

3 Likes

Exactly!

I will point out that while the motors may produce the same torque at a given voltage, the watts are much higher on higher KV motors (if you bump up your VESC motor amps appropriately). Torque to the wheel is a combination of motor watts and gear ratio, so if they are both geared for the same top speed, wheel torque will be higher with a higher wattage motor.

2 Likes

Yes, and to add on what the other two folks said, a higher Kv motor geared down more will have less problems with zero rpm HFI, sensors, or VSS if you use any of that

Higher Kv geared lower is a lot better usually. Use the biggest wheel pulley/cog that you can.

1 Like

A guy in my local community has pretty much the same Mountainboard as me but instead of Maytech 170KV 6374 he has Flipsky 140Kv 6374 and With the same settings he gets significantly lower torque then me. He also seems to have problems pulling the same 90A motor current as me. We are not sure what’s causing this.

The only other difference is that he uses a maker X 6.6 instead of my Trampa6MK4
Could this be a result of the lower KV or more likely a problem with the VESC ?

1 Like

It’s nice to see a real world example of KV selection affecting performance!

Lower KV motors use thinner wires and can carry less amps. Take a look at the chart above for that Reacher motor and look how the rated amps change with KV. I don’t understand why Flipsky/Maytech and others don’t properly rate their motors when the KV changes. They all say 80A regardless of KV which doesn’t match up with more detailed motor manufacturer specs.

Selecting KV should really be based off max motor RPM (a 63mm motor can do ~18k), battery voltage and pulley size limitations. esk8 recommendations went off track when the early VESCs had a low RPM limit coupled with gearing limitations on small urethane wheels. If you put a 140 KV motor on a board that had a 170kv motor you may notice higher torque right away, but if you change the gearing to match the same top speed, you end up with less.

If voltage could be anything we wanted, lower KV motors can make perfect sense. Notice how the lower the KV, the higher the volts and lower the amps… but they still recommend like 22s on 195kv to get maximum power because these motors can spin to 18k.

2 Likes

The thing is our drivetrain is completely the same. Not adjusted to the KV. We both use a 1:4 etoxx gear drive. He may pull lower motor amps because of the higher resistance motor but shouldn’t he at least have the same torque?

The whole reason he went for lower KV motors is to get better low end torque because we don’t really need that much speed in the woods.

2 Likes

The 140kv motor may be running at a lower efficiency at the same km/h speed, turning power in to heat instead of wheel torque. These motors can run as high as 85%, and lower than 60% if they are too heavily loaded at low RPMs. Pedro did some great work on efficiency charts but we don’t yet have a good way to put that into practical use like the ebike motor simulator based on the loads we actually see.

There are other factors that could also cause him to be slower too:

Larger tires
Heavier rider
Lower battery amp setting will limit total watts to the motor
Different throttle curves
Lower voltage

Most likely, a higher KV motor will improve performance though

3 Likes

Maybe because the higher Kv motors have typically lower winding resistance which allows the same voltage to push more current

Look at your motor detection results and there is a resistance number. I suspect yours is significantly lower.

3 Likes

Make sure both sides of the vesc are programmed, you have to do all the settings twice (once per motor)

1 Like

Its like the 10th build I helped setup. Im sure everything is correct. I even adjusted the PWM calibration so it hits 100% even if the remote is not pressed all the way to rule out remote problems.
We have exactly the same battery, wheel size vesc settings and gear drive.

The new VESC-Tool will have a mythbuster buit into it. It is called motor comparison…
You can basically plot your motor efficiency in a graph and play with voltages and gearing etc.

https://vesc-project.com/node/2859

7 Likes

In order to measure efficiency we need to measure mechanical power output correct? I see a “torque out” and “torque shaft” field in there so can it accept a load cell input for example (HX711/Arduino)?

Im still on vesc tool 3.00 and im wondering how the “KV” command works. It only outputs 0 KV but it would be great to get KV from vesc tool instead of calculating it myself.