simplefoc / Arduino-FOC

Arduino FOC for BLDC and Stepper motors - Arduino Based Field Oriented Control Algorithm Library
https://docs.simplefoc.com
MIT License
1.94k stars 510 forks source link

Is this FOC suppot high speed BLDC(5000rpm)?[FEATURE] #391

Closed jnxyatmjx closed 3 months ago

jnxyatmjx commented 3 months ago

Is your feature request related to a problem? Please describe. Description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like I just have a quest , Dose this FOC support drive high speed BLDC?

Describe alternatives you've considered Description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

runger1101001 commented 3 months ago

Dear @jnxyatmjx ,

Our users have run motors in excess of 40000RPM, so achieving 5000RPM is possible.

It depends on the correct choice of hardware including sensor, driver and MCU. In particular, you're unlikely to achieve such high speeds on a slow MCU like the Arduino UNO, you'll have to pick something faster.

If its ok, I will close this issue now.

jnxyatmjx commented 2 months ago

Dear @jnxyatmjx ,

Our users have run motors in excess of 40000RPM, so achieving 5000RPM is possible.

It depends on the correct choice of hardware including sensor, driver and MCU. In particular, you're unlikely to achieve such high speeds on a slow MCU like the Arduino UNO, you'll have to pick something faster.

If its ok, I will close this issue now.

clear , thank you