Difference between revisions of "Basic Circuit Building Blocks"
Russ hensel (talk | contribs) (New page: These are circuits and parts of circuits that we see over and over again in larger projects. Understanding a complex circuit is much easier if you understand these building blocks. == Se...) |
Russ hensel (talk | contribs) |
||
Line 29: | Line 29: | ||
== Three Terminal Regulator == | == Three Terminal Regulator == | ||
− | == Transistor Low Side Switch == | + | == Transistor Low Side Switch == |
+ | |||
+ | A low side switch is one which switches a circuit on and off at the ground or low side of the circuit. The advantage of a low side switch is that when using a transistor as the switch the voltage to drive the transistor is itself a low voltage. It is often the easy way to drive leds motors and other high current devices from such low power devices as PIC output ports. Low side switche are popular and there are many integrated circuits for them as well as this circuit. | ||
+ | |||
+ | Circuit: | ||
+ | |||
+ | [[Image:tran_lss.png | Transistor Low Side Switch ]] | ||
+ | |||
+ | Where | ||
+ | *LED is a low power LED | ||
+ | *R_LED is a current limiting resistor for the LED | ||
+ | *Q is a bipolar transistor | ||
+ | *R_1 is a current limiting resistor transistor base current | ||
+ | *VPLUS_VDD is the power supply for the LED | ||
+ | |||
+ | |||
+ | |||
+ | The voltage at the collector of the circuit should fall to a fraction of a volt when the input is high. To acomplish this: | ||
+ | |||
+ | *Compute the value of R_LED using ohms law and the specifications for the LED. | ||
+ | *Compute the current through the LED. | ||
+ | *The transistor must supply the current, it should be equal approxtely to the input voltage divided by R1 times the beta of the transistor. | ||
+ | |||
+ | An example calculation would be nice, and will appear later. | ||
== Transistor Emitter Follower == | == Transistor Emitter Follower == |
Revision as of 15:58, 15 January 2008
These are circuits and parts of circuits that we see over and over again in larger projects. Understanding a complex circuit is much easier if you understand these building blocks.
Contents
- 1 Series Circuit
- 2 Parallel Circuit
- 3 Current Sense Resistor ( Shunt Resistance )
- 4 Filter Capacitor / Decoupling Capacitor / Low Pass Filter
- 5 Pull Up and Switch
- 6 Pull Down and Switch
- 7 Op amp Non Inverting Amplifier
- 8 Op amp Unity Gain Buffer
- 9 Light Emitting Diode ( with current limiting resistor )
- 10 Three Terminal Regulator
- 11 Transistor Low Side Switch
- 12 Transistor Emitter Follower
- 13 Voltage Divider
- 14 Light Emitting Diode ( with current limiting resistor )
- 15 Push Pull Circuit ( with transistor emitter follower )
- 16 Darlington connected Transistors
- 17 Schmitt Trigger
Series Circuit
Parallel Circuit
Current Sense Resistor ( Shunt Resistance )
A current Sense Resistor is a low value of resistor that is placed in series with some other circuit. We can then measure the voltage across the resistor to compute the current. If the resistor has a low value compared to other components we can ignore the effect on the circuit. We use the word shunt when the voltage is measured by a device that has a fairly low resistance itself. We then have to do a more careful calculation of how the current is shared by the two devices.
More information:
- Scienceshareware.com's How A Precision Resistor Is Used to Measure / Calculate Current and Power in an Electrical Circuit.
- High-Side Current-Sense Measurement: Circuits and Principles
- Shunt (electrical) From Wikipedia, the free encyclopedia
- Other ways to measure current: Motor_driver#current_sense
Filter Capacitor / Decoupling Capacitor / Low Pass Filter
Pull Up and Switch
Pull Down and Switch
Op amp Non Inverting Amplifier
Op amp Unity Gain Buffer
Light Emitting Diode ( with current limiting resistor )
Three Terminal Regulator
Transistor Low Side Switch
A low side switch is one which switches a circuit on and off at the ground or low side of the circuit. The advantage of a low side switch is that when using a transistor as the switch the voltage to drive the transistor is itself a low voltage. It is often the easy way to drive leds motors and other high current devices from such low power devices as PIC output ports. Low side switche are popular and there are many integrated circuits for them as well as this circuit.
Circuit:
Where
- LED is a low power LED
- R_LED is a current limiting resistor for the LED
- Q is a bipolar transistor
- R_1 is a current limiting resistor transistor base current
- VPLUS_VDD is the power supply for the LED
The voltage at the collector of the circuit should fall to a fraction of a volt when the input is high. To acomplish this:
- Compute the value of R_LED using ohms law and the specifications for the LED.
- Compute the current through the LED.
- The transistor must supply the current, it should be equal approxtely to the input voltage divided by R1 times the beta of the transistor.
An example calculation would be nice, and will appear later.