12 V DC Motor with IBT-2 H-bridge module on arduino - no movments/sounds

Hi everyone,

I tried to get a 12 V DC motor running. So I got myself a IBT-2 H-bridge module. (See attachments)

My motor doesnt make a sound or move.

I tried it according to this how to:
http://www.hessmer.org/blog/2013/12/28/ibt-2-h-bridge-with-arduino/

First I didnt solder anything and so on. It didint work.
So I put on a little bit effort and soldered my connections to the motor , used some ferrules to connect the motor to the H bridge and some fly legs + ferrules to connect it with my variable DC output.

I got my voltage to the H Bridge, but the arduino doesnt light up but I checked twice that I wired it up corrretly and used a mulitmeter to check the voltage on my bread board.

I also altered in the code the

int SENSOR_PIN = 0; // center pin of the potentiometer

to

int SENSOR_PIN = A0; // center pin of the potentiometer

and back to the prior code.

what could be wrong now? I am very happy to and thankful to get answers from you.
greetings Martin

IMG-20191014-WA0003.zip (1.32 MB)

Martn92Master:
I got my voltage to the H Bridge, but the arduino doesnt light up

I guess you're talking about the power LED of the Arduino? That would indicate you're not providing power to it.

Hi,
Welcome to the forum.

Please read the first post in any forum entitled how to use this forum.
http://forum.arduino.cc/index.php/topic,148850.0.html .
Then look down to item #7 about how to post your code.
It will be formatted in a scrolling window that makes it easier to read.

Can you please post a copy of your circuit, in CAD or a picture of a hand drawn circuit in jpg, png?

Thanks.. Tom... :slight_smile: