Hey guys,
I have following problem.
I have a model car with a motor controller (Reely ESC-310). IT controls a 540 Motor.
I replaced the RC receiver with the arduino and I used the 5V signal from the motor control to power it.
My problem is, HOW can I control the Motor? I thought it's a PWM signal to the Motor control. I tried it, but it didn't work!
I also reprogrammed the Motor Controller with a PWM signalfrom 255, then 0 and then 127! But it doesn't work!
The Leds (green and red) are on (not blinking). At a PWM signal of 127 the motor is off (sometimes it goes short on and off (forward and backward)). But If I change the PWM signal to 0 or 255 Nothing happens!
I use the normal ARduino command:
analogWrite(PORT, PWM (0-255));
What is wrong? Please help me!