Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Having problems with chip and DC motor and potentiometer and Arduino....

Status
Not open for further replies.

roineust

Member level 3
Joined
Jul 2, 2013
Messages
58
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,902
Hello!

I have tried to build the following circuit:

https://fritzing.org/projects/drive-motor-using-l293d-sn754410

I have used and copied all the same components and wiring - exactly (i think..).

But - the motor seems to be working at the same speed and is not turning slower or faster, as i turn the potentiometer in each direction.

i have thought of several possibilities, for what is going wrong:

1. maybe the guy in the Fritzing site, refers to a stepper motor and not to a regular DC motor and that changes the whole picture, since i am using a regular small DC motor?

2. At the beginning of wiring and connecting the whole circuit together, i made a mistake and at the channels that are supposed to get 5V (red wires), i connected about 11V instead (the power that i need at max for the motor), maybe i have damaged the chip this way?


That's it...i can't think of anything else...

Can anyone with some serious experience, help me understanding, step by step, what is going wrong here?


Thanks a lot!
 

First of all, have you powered your arduino board properly.?
If yes,
You need to check pwm signal output (orange wire) from arduino board using oscilloscope, is it present pulsed signal on it (pwm signal), or not?
Then,
If the signal not presents, the problem is on your arduino board.
1. measure analog in (yellow wire), the voltage must change simultaneously when you turns left or right the potentiometer.
2. verify the code was downloaded properly into your arduino board.
3. except 2 points above, you have damaged chip.

If the signal presents,
1. check pwm frequency, L293D can support up to 5kHz switching frequency.
2. check pwm duty cycle, pwm duty cycle must change when you turns left or right the potentiometer. if it's not, verify the code.

larger duty cycle = run faster.
PWM_10percent_duty.PNGPWM_50percent_duty.PNG

You can using regular DC motor <1A for that application.
 

Hello dwcookiemonster !
Thanks for the suggestions and PWM explanation!

Indeed it was a fried Arduino problem!
As soon as i replaced to a new Arduino, things started working well.
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top