VFD display interface question
Don M
Posts: 1,653
The VFD display operates @ 5 VDC. I know all the connections to the display will be configured as outputs from the prop. Should resistors still be used in between? If so what value?
Thanks.
Don
Thanks.
Don
Comments
Thanks.
When the Prop I/O pin is set to output low mode, you have a circuit like this:
Prop (0.3V) ---- 2.2K ---- 10K ---- +5V
The display input is sensing the voltage between the 2.2K and 10K resistors which, by Ohms Law, would be roughly 1.2V. The datasheet says that the maximum logic low input voltage is 1.0V with a +5V supply. The current setup works, but is slightly out-of-spec. You could leave it as it is or change the 2.2K resistor to something like 1K or use a buffer like the HCT245 or even just use a couple of NPN or MOSFET switching transistors as level shifters.
+5v supply - .3v prop low = 4.7v
4.7v / 12200 ohms (total both resistors) = .00039 Amps (.39 mA)
.00039 x 2200 ohm = .85v
Even if you don't figure the .3 voltage drop on prop pin the low would still be less than 1 volt. Am I doing something wrong here? If not then it would be right in spec.
I'll probably use the resistors since that appears to be ok according to the math here.
Thanks for your help guys.
Don