electronics forum

Rules | Recent posts | topic RSS | Search | Register  | Log in

Driving stepper motor


Post new topic  Reply to topic    EDAboard.com Forum Index -> Microcontrollers -> Driving stepper motor
Author Message
quium



Joined: 18 Jun 2006
Posts: 15


Post21 Feb 2007 15:59   

Driving stepper motor


Hi
I am having a bipolar 12V 0.6 AMPS 1.8degree stepper motor.I am having problem in finding the driver circuit. And secondly If i have to control it using the signals from the PIC how am I going to do it?????/
Any circuit diagram or any related information will be really helpful
Kind Regards
Quium
Back to top
dindeds



Joined: 11 Aug 2006
Posts: 130
Helped: 9


Post22 Feb 2007 2:48   

Re: Driving stepper motor


Try this link for Bipolar stepper. The PICStep looks good.

http://www.fromorbit.com/projects/picstep/
Back to top
yogi



Joined: 08 Jan 2005
Posts: 345
Helped: 17


Post27 Feb 2007 6:45   

Driving stepper motor


use L298 or L297+L298 combination

you can use L293D also.See how i had done for AVR, use the same logic and hardware for your PIC
http://booksbybibin.14.forumer.com/viewtopic.php?t=9

Bibin John
www.bibinjohn.tk
Back to top
Google
AdSense
Google Adsense




Post27 Feb 2007 6:45   

Ads




Back to top
maggots



Joined: 04 Apr 2007
Posts: 87


Post06 Apr 2007 5:54   

Driving stepper motor


cause stepper need high current U can use uln 2001 .uln 2001 have darlington transistor can give current from electric current to stepper.

i have already make this...

and cause i use avr atmega...source code is

void main(void)
{
DDRB =0xFF;
PORTB =0xFF;


while(1
{
while (1)
{
// Place your code here
PORTB=0x01;
delay_ms(5);
PORTB=0x02;
delay_ms(5);
PORTB=0x04;
delay_ms(5);
PORTB=0x08;
delay_ms(5);
};
}

};

}
}
Back to top
Arabic versionBulgarian versionCatalan versionCzech versionDanish versionGerman versionGreek versionEnglish versionSpanish versionFinnish versionFrench versionHindi versionCroatian versionIndonesian versionItalian versionHebrew versionJapanese versionKorean versionLithuanian versionLatvian versionDutch versionNorwegian versionPolish versionPortuguese versionRomanian versionRussian versionSlovak versionSlovenian versionSerbian versionSwedish versionTagalog versionUkrainian versionVietnamese versionChinese version
Post new topic  Reply to topic    EDAboard.com Forum Index -> Microcontrollers -> Driving stepper motor
Page 1 of 1 All times are GMT + 1 Hour
Similar topics:
Driving stepper motor (6)
Driving a large stepper motor (12)
[Ask]Driving Motor Stepper (8)
Request Stepper Motor Driving Schematic (6)
Stepper Motor Driving at High speed (8)
best way of driving a stepper motor (4)
driving the stepper motor unipolar way (7)
help req. for driving stepper motor with 8051..... (5)
Driving bipolar stepper with uC (11)
Dc motor driving problem (9)


Abuse || Administrator || Moderators || Support us || sitemap
topic RSS