Voltage to voltage
RogerInHawaii
Posts: 87
I have a particular pin on a chip that has an output voltage of about 1.7V. That pin needs to connect to a pin on another chip that expects about 3V. how do I convert that 1.7V to 3V?
Comments
(INPUT -->10K-->Base, GND-->Emitter, VCC-->10K-->Collector-->OUTPUT).
Otherwise if you need an analog output you should just use an opamp configured as a voltage follower set to a gain of 1.76(total).
*Peter*
If it pulls high use a 2N2222 as an open collector inverter. 1K resistor from output to base of 2N2222, emitter to ground, collector through pullup to output voltage you want. When the output goes high current flows through the 2N2222 base-emitter circuit, turning the transistor on and crowbarring the collector to ground. It inverts the signal but works quite well.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
TERMS OF USE: MIT License
"Permission is hereby granted, free of charge, to any pers...........................
..............................OMITTED FOR FORUM...............................................
.................. OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. "
http://www.linxtechnologies.com/Products/RF-Modules/HP3-Series-Multiple-Channel-Radio-Frequency-Module/
And it's the DATA line that shows only 0V (when low) and 1.7V when high. The documentation indicates it should be approximatley +3V when high. I have a question submitted to Linx about this (they don't have wonderful forums like this), but was hoping someone here might have a suggestion while I'm working on it today.
You could try using the prop to tell you whether the voltage is toggling or stable. Just repeat / text.hex ina[noparse][[/noparse]bit] might be rather informative.
If you have a meter that can measure frequency, that would be a dirty way to determine if that pin is square waving.
This is a situation where I really only need to know whether it's high or low. It actually doesn't much matter whether it's a really nice square wave. I can indeed send a "bit" from the transmitter and have the DATA line on the receiver go high. And I can actually detect that DATA status via the Propeller, since the Propeller appears to be able to handle the 1.7V output. The problem is when I connect that DATA line to my OTHER chip that does indeed seem to require a good strong +3V that I'm having trouble, since all it's getting is that measly 1.7V.
The voltage between Vcc and GND on this chip measures at +3V. So your comments about impedence resulting in 1/2 (Vcc - 0.3v) would seem to account for the 1.7V on the DATA pin.
But, hey, I'm a software engineer. What do I know of impedance? [noparse]:)[/noparse] Nothing, that's what. So I have no clue how to measure it or what to do to correct it. I do have access to +5V on the propeller and MAYBE I can use that for this chip as well as the Prop. But, yikes, I'm afraid of frying something.
Anyone care to hop on over to Waikiki and lend me a hand?
You have of course probably checked all this stuff already, but like my missing # in another post sometimes you just need a kick to look at it in the right other way.
Post Edited (shanghai_fool) : 6/22/2009 7:57:08 AM GMT