Transistor feedback loop

capacitorcurrenttransistors

In an attempt to create a single transistor flipflop I made this : enter image description here

The Idea : When the base is triggered by a pulse ,current starts flowing from collector to emitter . From the emitter it divides and goes to the base and ground keeping the circuit open .

The Reality : Current stop flowing when trigger is removed .

Adding a resistor to the base made no difference .Adding a capacitor from the base to the emitter got me the expected results but when the capacitor was fully charged the current stopped flowing from collector to emitter .

I have two question ,

1) Why will this not work ?
2) What did the capacitor do to make it work ?

Best Answer

A flip-flop cannot be implemented by a single BJT or transistor,there is no feedback hence your output only depends on the current input,its not a flip-flop.

You have shorted the base and the emitter hence they are at same voltage,giving trigger will add same potential to both terminals,hence no current flows,when you add a capacitor between the base and emitter,it acts like a voltage source, hence current flows as long as the capacitor charges to the base supply or your trigger voltage,but when the capacitor voltage become equal to the trigger same problem arise the base Vbb and the emitter are at same potential Vee.hence Vbb- Vee = 0. (no current flows).

The base and emitter must have alteast have 0.6v difference for current to flow,also remember BJT is a current switching device.