pic base bipolar stepper moter drive

Status
Not open for further replies.

chanakya1111

Newbie level 4
Joined
Oct 25, 2009
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
india
Activity points
1,308
sir
i want c sourse code and circuit diagram for bipolar stepper moter using pic 16f84 or 16f72 and using L298 for drive
i have 48 steps moter



thanks
chanakya
 

Hi Friend

For Stepper Motor driver Circuit

Check the datasheet of L297 and L298

it is working very good, i have already used.


For C Code

Only Three pin of Pic are required
one for Motor Enable
second for Direction
and
third for Pulse

while(1)
{
Enable = 1;
Dir = 1;
Pulse = 1;

Delay();

Pulse = 0;

Delay();
}
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…