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.

Steper motor control with 8051 and L293d brdige

Status
Not open for further replies.

chethankp

Member level 4
Joined
Jan 4, 2010
Messages
76
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
bangalore
Activity points
1,860
Hi , I ordered online for stepper and its driver , I got the stepper motor (attached the snapshot1 ) and HBridge for the same (snapshot2) .

I do not know the pin details of stepper motor to integrate with Controller ..

Can you pls suggest how can I connect this with the L293d brdige and 8051 controller .

Steppermotor.jpg

l29.png
 

Hi , I just received this motor .. Nothing is mentioned on the motor .. I went through the link and I connected the motor .

It just rotates one step forward and backward .. Actually I need clock wise full rotation

below is the sequecence I am sending

P1 = 0xF9;
delay(100);
P1 = 0xFC;
delay(100);
P1 = 0xF6;
delay(100);
P1 = 0xF3;
delay(100);
P1 = 0xFC;
delay(100);
P1 = 0xF9;
delay(100);
P1 = 0xFC;
delay(100);
P1 = 0xF6;
delay(100);
P1 = 0xF3;
delay(1000);
 

hi
to rotate stepper require clock to rotate with one step.
if you are giving continous clock to stepper motor and keep the direction of motor pin is +/- as per rotation then it will rotate. again if u are using driver on 800/1600/.... steps/rev
then u will need to give that much clock to stepper motor.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top