How to read electronic circuits
In electronic circuit drawings there are two types of objects: component symbols and nets. Nets represent wires connecting the components – which represent physical devices. In a example bellow we see component type MAX3232. U2 is a reference label of component. Electronic component usually has pins. Pins always have their numbers starting from 1. Pins also have their names. They are usually written inside component block like C1+.

Fig1. Component Reading
For this particular component we used U2label. U (or IC) label applies to all semiconductors. But you know that resistors usually are labeled as R1, R3. Capacitors C1, C2, Diodes – D1, D2, Transistors Q1, Q2, Crystals – X1, X2, X3, Jumpers J1, J2, J3, Inductors L1, L2.
Other semiconductors devices may have special labels like RAM0, RAM1.

Fig2. Component Pins
Let’s go further and talk about PIN characteristics. In figure 2 we can see:
- Pin 1 – is a generic pin;
- Pin 2 has a bar over the name. This means that active is low signal;
- Pin 3 indicates that this is edge triggered input. Input responds on signal level change;
- Pin 4 and Pin 8 are GND and VCC (VDD). VCC stands for “collector” in other hand VDD stands for “drain”. This is just terminology both of them means voltages.
- Pin 7 is output-active high;
- Pin 6 is output active low;
- Pin 5 is labeled as NC – this means Not Connected.
Related signals may be routed using a bus wire.

Fig3. Routing using bus wires.
In figure 3 there is generic sub circuit, which can be used in many designs. You see that there are Ports used, that indicate the direction of signals. D0:D3 port is bidirectional, port A0:A3 is an output and port MODE is as input.
Fig4. Connected and not connected wires
In figure 4 there is shown how correctly wires should be drawn. If wires are interconnected, then dot should be drawn. Otherwise wires are just crossed, that means they are not connected.
Fig5. Variety of grounds
Always use ground symbols down and power source up.
Blogsphere: TechnoratiFeedsterBloglines
Bookmark: Del.icio.usSpurlFurlSimpyBlinkDigg
RSS feed for comments on this post | TrackBack URI for this post
New on WinAVR Tutorial
Running TX433 and RX433 RF modules with AVR microcontrollers,Sometimes in embedded design you may want to go wireless. Might be you will want to log various readi …Programming AVR ADC module with WinAVR,Most of AVR microcontrollers have Analog to Digital Converter (ADC) integrated in to chip. Such solut … |
New on WinARM Tutorial
What are differences between WinARM and WinAVR,Everyone who is working with AVR microcontrollers knows this powerful tool – WinAVR (http://win …LPC2000 watchdog timer,As in all microcontrollers watchdog timers purpose isto reset microcontroller after reasonable amount … |

November 17th, 2007 at 7:27 pm
thanks
Jamin