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.

Need help how to control the stepper motor using PIC 16F84a?

Status
Not open for further replies.

xylynn

Member level 2
Joined
Nov 26, 2007
Messages
47
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,579
16f84 stepper motor

Dear all
I am the new one of using PIC. Now I want to make the stepper motor control ciruict using PIC 16F84a and transistor to drive the stepper motor...
I want to control the speed and the direction of the motor...Would anyone like to show me or give me the circuit diagram? Thank a lot to all

with regards
xylynn
 

16f84 step motor

Try this link :

**broken link removed**
 

pic16f84 stepper motor

i too need help with the same
 

pic16f84 stepper motor controller

see link
**broken link removed**

u find

DC Motor Controlling System using PIC
 

16f84a stepper motor control

use of uln 2003 ic.
or by 4 transistor you can easily control step motor:
write on port:0001-0010-0100-1000-0001-...
 

16f84 motor

Try this

http://www.dakeng.com/u2.html

spotted it a few years ago, i use their TurboCNC software and that is very fine. so i image this is of similar quality.
 

Re: stepper motor control pic


Interesting architectural decision he has made to run a tight loop continually testing PORTA for bit changes - essentially implementing his own interrupt request detection / handling. I can see this being handy for driving 2 motors through PORTB (8 bits - 4 per motor) with step & dir for each motor being read on PORTA (plus an inhibit?).

However, he is driving only one motor. So why not use RB0 as step pulse and use an interrupt handler?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top