HEY GUYS,
I'm trying to power a PQ-12 Linear Actuator by Firgelli by bluetooth serial trigger@!
I got the Arduino mini pro to activate to PQ-12 by modifying the "BLINK" script to a different pin. thats all.
I also put baud setting, one second serial counting feedback (1+1..2....2+1....3....etc) SO I KNOW THE SERIAL FEED IS 100%. When i attach both units, (pq-12 and the bluetooth mate gold), the bluetooth connects, but when i send my remote trigger comand that resets the counter, it does not trigger the PQ-12 like it did VIA usb and NO bluetooth mate gold.
i hooked up a small 6v camera batter, a 3.3 v lipo camera better cr123a or something...?
neither changed output (does this rule out having enough power?
if you look up the WWW.FIRGELLI.COM and look at schematics, how can i flip the voltage ? I wanna retract and extent the linear actuator .... hope ive been descriptive enough
A) It requires too high a voltage
B) It draws too much current (over 1/2 Amp at 6V)
C) You need to be able to reverse the power to run it the other way.
Did you get the model with limit switches or with potentiometer feedback?
I purchased a 6 volt WITH the limit switches.
It works fine on 3v, same speed for my load that it does @ 6v. I do have a 6v lithium cell, and a 3v lithium cell at my disposal.
Do i need a DC motor/driver board?
I really am trying to keep this "device" on a diet, so size is everything! This pq-12 is awesome btw
I think it is quite likely that the serial motor controller would work with a Bluetooth adapter. The controller also seems to have the power handling capability necessary.
I have a 1k resistor from the arduino digital signal that then goes into center pin on 2n2222 transistor which is grounded on left pin, and right pin goes to #16 on relay. NOTHING!
im reading 3+volts before resistor
1.6 volts after resistor
1.6 volts switched out of transistor
its not enough to flip relay
what should I do? my power supply is 9v (3X CR123 lithium camera cells)
notoriousalpha:
I have a 1k resistor from the arduino digital signal that then goes into center pin on 2n2222 transistor which is grounded on left pin, and right pin goes to #16 on relay. NOTHING!
im reading 3+volts before resistor
1.6 volts after resistor
1.6 volts switched out of transistor
its not enough to flip relay
what should I do? my power supply is 9v (3X CR123 lithium camera cells)
Do you have a wire going from the 9v negative terminal to a arduino ground pin as well as the emitter lead of the transistor? It's required.
i have 9v+ going to arduino(raw) and 1 pin on relay
i have the 9v- attached to arduino(gnd) , 2 pins on relay, and 1 to the left pin on 2n2222(e i assume)
using digitalwrite (2,high) to send signal
signal is in this order arduino>>1k resistor>>2n2222 "B">> pin 16 on relay
Well it would be better if we could see the whole circuit drawn out in schematic form. However one problem might be that it appears from your link provided, that the relay has a 12vdc coil and you are trying to operate it with a 9vdc battery ?
notoriousalpha:
I have it wired as such. should i use a tip102 because the relay has a 12v coil?
Can't answer that. It's the relay coils current requirement not it's voltage rating that determines what size transistor is needed. If the relay works but the 2n2222A runs very hot then that is an indication that a 'beefer' transistor is required. Or you could simple measure the current draw of the relay coil while it's command on and read the value it's drawing.
1:how can i measure the draw
2:should i get a slightly smaller relay?
3:the arduino could make the relay click before, now it cant... do these things fry easily?
4:thanks for all the help