![]() |
![]() |
![]() |
|
|
|||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
|
|
Tools | Display Modes |
|
|
#3 (permalink) |
|
I believe the ULN2003 is similar, but only has 7 outputs instead of 8 as the one your inquiring about. Both are rated for 500mA from memory, so if your motor requires more than that, Consider using a FET.
Heres a diagram on how to interface one with a unipolar stepper motor, a DC motor would be very similar, but only has a single winding to control; Click here to watch this circuit in action Generally because of the high current requirement of DC motors, FETs are the way too go. You can control copious amounts of current with a FET, and the IRL2203 is a great little logic driven FET. Click here too watch this circuit in action You have to be careful about how much current the FET is driving & how long it takes to switch. The FET has a bias point, where it has resistance as it turns on or off. During this phase, there will be a voltage dropped over the FET & current running through it - it can dissipate massive amounts of power in the form of heat. Without a drive circuit, your FET will burn out over time. Logic devices are very limited to the amount of current they can deliver, and the problem is that the Gate acts like a capacitor, and takes time to "charge" and "discharge". A PIC micro is capable of 25mA MAX per output, pro-longing this charge time significantly. As a result, there’s an instantaneous heat build up, that will reduce the life of the FET every time it occurs. Using a Drive circuit allows the FET to turn On and Off much faster, limiting the amount of time it spends at the "bias point" - reducing the heat developed on the FET.
__________________
digital-diy.com - Hobby microcontroller projects and tutorials. Assembly, PICBasic and C examples. |
|
|
|
|
|
#5 (permalink) |
|
hey thanx for providing me with circuit for interfacing but i am a lil confused , the circuit u provided is interfacing ULN2003A with PIC16F876. i want to know is PIC16F876 same as 8051? sorry the question may sound dumb but want to clear my doubt n also tell me that if i can use the same circuit with 8051?
|
|
|
|
|
|
#7 (permalink) | |
|
Quote:
Pin 9 is the common to Vcc, and the built in diodes protect the ULN2003 from EMF caused by inductive loads, I could be wrong
__________________
digital-diy.com - Hobby microcontroller projects and tutorials. Assembly, PICBasic and C examples. Last edited by gramo; 12th March 2007 at 08:26 AM. |
||
|
|
|
|
#8 (permalink) | |
|
Quote:
|
||
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
|
|
||||
| Title | Starter | Forum | Replies | Latest |
| interfacing dc motor with 8051 | abbas1707 | Micro Controllers | 10 | 3rd February 2009 01:47 PM |
| PIC16F877 interface to 2 unipolar stepper motors | denis_b | Robotics Chat | 8 | 23rd June 2007 06:05 PM |
| Help needed....8051 based LCD interface design | vik1501 | Electronic Projects Design/Ideas/Reviews | 1 | 19th November 2003 04:40 PM |
| How doI interface a 8051 microcon with the PC parallel port? | jukeball | Electronic Projects Design/Ideas/Reviews | 7 | 7th October 2003 09:03 PM |