Home Projects AVR Programming Guides Electrical Fundamentals Insteon Saving Electricity

Recent Updates

EasyGrow Greenhouse
Follow our adventure of assembling an 8x12 EasyGrow Greenhouse.
AVR Programming Guides
We have some nice AVR code samples to share. Lots of AVR goodies like timers, interrupts, and pin I/O for the beginner.
Watts Tables
Use these tables to help you determine how much various items in your house cost you by the day, month, and year.
Saving Electricity
A list of a variety of ways to help you save money by learning how much it costs to run things.
What is a Kilowatt Hour
Saving money on your electric bill starts with understanding what a kilowatt hour is.
How To Measure Watts
Learn a variety of ways to measure watts in your house.
Read Your Power Meter
By reading your power meter you can get a good idea of how much various electrical devices cost you.
Electronics Fundamentals
Learn some basic electronics fundamentals and see if you enjoy the field of electronics.














Signals and Systems Page 3

Schematic Simplicity

If you have been following these guides from the beginning, then you are pretty familiar with schematics that have a battery, and a large loop for current to flow in a circle in. This is a perfectly valid way of representing a circuit. However, many designers prefer a slightly abbreviated version. Lets take a look at an example.

Circuit with Loops
Circuit with GND and V+

These circuits are equivalent.

The reason many people prefer the layout on the right is it makes the circuit look less complicated. Each system that has a signal going through it is going to need +V and GND, so the special symbols for +V and GND above are used instead of drawing long lines all over the schematic.

Transistor Example

In our Transistor Guide we modulated the speed of a motor with our voice using a microphone (really a speaker), an FET and a motor. Lets look at that example again, only this time we are going to draw it with +V and GND symbols.

Circle Method
Signal Method

These circuits are electrically identical.

On the left is what we will call the "circle method" of drawing this circuit. Where are the systems? Where are the signals? It is less clear because the battery and GND connections get in the way. However, using the "signal method" on the right the two systems are more isolated. With the systems isolated it is much more clear which wire carries the signal from the microphone to the FET. See below.

In this example, System #1 is the Microphone and its connection to GND. System #2 is the motor, FET and their respective power connections. After circling the two systems, the signal wire connecting the two is the only thing that is left.

We made up the names System #1 and System #2. You can call them whatever you want.

A Couple Little Things To Note

In general, signals travel in circuits horizontally and from left to right like we read. However, this is not a hard and fast rule; there are plenty of times where signals travel from right to left or vertically.

Also note that there is a second, unused signal in the circuit above. Can you spot it? Its the wire between the FET's Drain and the bottom of the motor. The voltage on that wire is not 0V because it is not connected to GND, and it is not +10V because it is not connected to +10V. It is actually a signal voltage, somewhere between 0V and +10V that will change as the microphone picks up sound. If this is confusing, don't fret it, it will make more sense later.

Lastly, the +V in a circuit is frequently referred to as Vcc. This is sort of a throwback to BJT transistors when the + rail was connected to the collector leg of the transistor. Collector is the 'c' in Vcc. So when you see Vcc, just think +V and you'll be fine.

Conclusion

We feel that this is a necessary first guide in our Intermediate Electronics Fundamentals series of guides because many schematics can be analyzed in terms of signals and systems. In addition, it is necessary to learn to read schematics that have +V or Vcc and GND in them since many circuits shared on the web are drawn this way.

Previouspage 1page 2page 3Next
 
Thursday, 09-Feb-2012 01:03:18 PST