FTDI NPN Transistor Polarity
SRLM
Posts: 5,045
I noticed something interesting today: the polarity of the collector and emitter on the NPN transistor circuit for the FTDI chip does not seem to matter. I've built a board with this circuit twice: once as shown, and once with C and E reversed (by flipping the transistor SOT-23 package upside down). In both cases, I am able to download via propeller-load a .binary image, and it seems to work correctly.
Does anybody know why this is?
Does anybody know why this is?
Comments
http://en.wikipedia.org/wiki/Bipolar_junction_transistor
Duane J
I gave up (for now) and used a FT232 and all was OK. Dr_A tried the various edges as the reset so there must be another timing issue.
Having the transistor there does keep the differentiated spikes out of the Prop's innards, as well as preserving the open collector feed for the reset pin.
( I found that adding an inverter on the generic adapters, so they look like PropPlugs, is more reliable though.)
Note! If you use the capacitor method add a pair of protection diodes to the reset pin so the voltage doesn't go excessively below ground or above VDD.
Duane J
BTW: I remember having a backwards transistor too, so I just found my old post:
http://forums.parallax.com/showthread.php/109821-My-first-Prop-SMT-board?p=780049&highlight=transistor#post780049
Looks like it works if base and emitter are backwards too
This is a non-inverted configuration. It would pull the collector down on the trailing edge of the reset pulse.
Wow!! You guys with the oddly connected parts are giving me a headache %^)
Keep up the, aah, good work.
Duane J