RC Motor with lipo battery doesn't move

Hello guys,

I'm trying to run an RC brushed motor with the lipo battery. I have managed to make the circuit work with the 3-6V motor that comes with the Elegoo pack (a little one with a fan). But when connecting the RC brushed motor I see that it tries to move and makes a little sound (piiiiiii) but does nothing. My logic tells me that it lacks power. I have tried to connect the motor directly to the battery for a second and it runs nice. So I don't know if the motor controller is limiting something or the Arduino or the battery has not much power...

Stuff I use for the circuit:
Board Arduino Elegoo Uno R3
Motor Driver L298N
Battery Lipo 7.4V 1500mAh
Motor RC Surpass Hobby 550/12T (Max voltage: 7.4V, watts: 600, Max: 30A, 26A, 22A, 20A)

Here is the image of the circuit (sorry for the drawing, I'm quite an amputee handling with Gimp and I have not yet found anything free to draw diagrams).

Circuit image

Could someone give me a hand? I'm pretty sure it should be something simple, the thing is my electronic knowledge is super low and I've been getting all this out of manuals and videos.

Thanks in advance.

Your motor is specified to take 20A to 30A depending on which version you have. Your motor driver can supply no more than 1A. There's a very obvious problem there.

It would probably be easier/cheaper to use a standard RC ESC with that motor. Otherwise you need a much better motor driver. Pololu have a lot to choose from Pololu - Brushed DC Motor Drivers You need a high-power driver like the G2 18V25.

Steve

Thank you very much for the nice answer Steve.

Completely agree with you about using RC ESC, which would be cheaper.
Do you think this one would fit with the motor I'm using? RC ESC 30A

Just another question, with RC ESC I don't need a motor driver anymore, so I can connect it to the Arduino board to control the speed and so on, isn't it?

Thanks again.

I don't know anything about that ESC but the connectors it has fitted are JST 2A connectors and will never handle anywhere near 30A.

I'd use something like RC ESC or RC ESC with reverse if you need to run in reverse.

And yes with an ESC you connect it to the Arduino and control the speed by using the Servo library (I don't know what "and so on" you want to control though).

Steve

Hi Steve, thanks again for your answer. I will take one with reverse I think.

Well, my project is creating my own RC car with Lego and Arduino, so the hardest part for me is the electronics and hardware, software is quite easy as I'm a programmer :).
I already have the turn left and right motor connected, and I stuck with the main motor (thanks to you I think I will manage it). Once I will connect it, I would like to add Bluetooth or IR Remote that comes with the Arduino pack to drive the car remotely.

Maybe you have any suggestions about some easy approach to do it?

After all this, I would like to add some front and back lights which could ON with a switch and the rear light when the car run in reverse. Then add a beep or maybe some small speakers to play some music, speedometer and so on...

But yep, the basic part is to make it run. 8)

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.