我正在用Arduino Uno,電源屏蔽(REf to model)和雙極步進電機構建系統。Arduino步進器
我無法使用Arduino的步進庫啓動電機。我實例化我的步進器
Stepper myStepper(motorSteps, motorPin1,motorPin2m motorPin3,motorPin4);
並繼續提供與Arduino一起提供的示例代碼。
當我在Arduino上啓動代碼時,電機會發出一些聲音,但它不會轉動。
如何確定正確的電機引腳使用?在電源屏上,使用哪種模式,PWM或PLL?
這個怎麼樣:http://www.adafruit.com/products/81? – gpasse