![]() | ![]() | ![]() |
| |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
![]() |
| | Tools |
| | #1 |
|
I am trying to drive the Firgelli PQ-12f linear actuator from a PIC output. The output of the PIC is 5V as is the input required for the PQ-12f. However, simply connecting them does not work. I'm guessing that the power supplied by the PIC is not high enough (The actuator is supposed to draw about 250 mA). I'm a little hazy on op-amp setups. I need to keep the output voltage at 5v but increase the current (right now it is drawing around 50 mA, according to my lab partner). Anyone know what to do? | |
| |
| | #2 |
|
you could use a transistor, connect it to the 5V source, the signal from the pic and the input to the actuator, just make sure you choose a transistor that can provide at least 250mA, the BC547s I have can do 500mA
| |
| |
| | #3 |
|
Use an N channel logic level friendly mosfet. almost 0 heat and the circuit is really simple.
| |
| |
| | #4 |
|
I forgot to mention that I need to drive the actuator forwards and backwards, meaning that the PIC is supplying +5 and -5 (and also 0 when not moving...). Basically the 2 output pins are set to (HIGH, LOW) and (LOW,HIGH) for the different directions. Now how do I amplify the current for both directions? Please be as specific as possible, thank you. | |
| |
| | #5 | |
| Quote:
You cannot get -Vout from a PIC.
__________________ Eric " Good enough is Perfect " I will NOT answer PM's requesting technical help, please use the Forum PIC tutorials: Nigel's www.winpicprog.co.uk/ Bill's: www.blueroomelectronics.com/ | ||
| |
| | #6 |
|
I'm thinking about doing this: taking two op amps, connecting the output of each one to its own inverting input, connecting the two PIC outputs to the two non-inverting inputs, and sticking in the actuator between the two outputs of the op amps. will that give me a greater current due to the output stage of the amplifier? | |
| |
| | #7 |
|
I looked at the data sheet and the device takes around 250mA maximum and you need to reverse it (forget the +5, -5, etc). What you need to use was mentioned previously and is called an H-bridge. The truth table is as shown here: Actuator pin is Pn where n is 2 or 3., V represents your drive voltage. 0 is ground. P2=V, P3=0 Actuator goes one direction P2=0, P3=V Actuator goes other direction Since this motor is kind of small, you could also use a Dual MOSFET driver. They are available in DIP packages and are easy to interface to a micro. This is probably less total parts than the h-bridge. | |
| |
| | #8 |
|
if you have a spare servo you can rip out the guts and use the board for it. that way it's one i/o pin and you have allot of control over it in regards to speed and such
| |
| |
|
| Tags |
| actuator, driving, linear, pic |
| Thread Tools | |
| Display Modes | |
| |
Similar | ||||
| Title | Starter | Forum | Replies | Latest |
| Problems switchin relay with PIC | Andy1845c | General Electronics Chat | 5 | 17th November 2007 07:14 PM |
| PIC pin to MOSFET gate problem | Futterama | Electronic Projects Design/Ideas/Reviews | 7 | 8th November 2007 06:31 PM |
| High ADC sampling rate PIC, 18F needed? | bananasiong | Micro Controllers | 24 | 28th October 2007 01:13 PM |
| Driving a DC Motor with PIC | Hesam Kamalan | Robotics Chat | 6 | 24th October 2007 12:18 AM |
| Driving a stepper motor with PIC and L293D | Wingmax | Robotics Chat | 0 | 16th October 2007 01:50 PM |