I can't control the speed of the motors, and I don't know why, the conections are alright because when I don't plugged the ENA and the ENB pins the motors do work. PLZ help me.
motor.ino (350 Bytes)
I can't control the speed of the motors, and I don't know why, the conections are alright because when I don't plugged the ENA and the ENB pins the motors do work. PLZ help me.
motor.ino (350 Bytes)
Whilst the motors may work in some situation a schematic of YOUR wiring may be useful even if hand drawn.
Could you also take a few moments to Learn How To Use The Forum.
Other general help and troubleshooting advice can be found here.
It will help you get the best out of the forum in the future.
You're trying to pwm pin 13.
int ENB = 13; // ENB conectada al pin 3 de Arduino
...
analogWrite(ENB,200);
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.