Showing posts with label Basic Electronics. Show all posts
Showing posts with label Basic Electronics. Show all posts

FET 2N3819 with 10 minute time delay

FET 2N3819 with 10 minute time delay

This circuit is a basic function of the FET 2N3819, which acts as a switch. In the conduction and not conduction. It runs contrary to the transistor. The circuit can be used to delay the cycle is small. Such as delay, 9-volt light bulb, or motor delay to any DC 9 volts.
When raising the power supply circuit FET Q1 is running. D and S stand by the legs of furniture to the Tong Q1 will flow together, current flows through R2, so the flow from the legs through the leg and S. D, and through R4 to ground. So no current flows into R3 to transistor Q2 does not conduct. Resulting in a voltage appearing at the output is 12 volt, but when I press the S1 switch current flows into the capacitor C1 fully. Then go to the legs G of the FET. Q1 stopped working. Therefore, the current flowing through R2 is flowing to the R3 instead, and to bias transistor Q2 to work on the output transistor Q2 is not working out for 10 minute, because C1 is discharged. The S2 is the reset switch. By acting shock C1 to discharge out soon. That the time delay depends on the C1. If it will delay much longer, if less it will have less delay.

S:eleccircuit.com

Semiconductor design basics and doping silicon

Any material can be classified as one of three types: conductor, insulator, or semiconductor. A conductor (such as copper or salt water) can easily conduct electricity because it has an abundance of free electrons. An insulator (such as ceramic or dry air) conducts electricity very poorly because it has few or no free electrons. A semiconductor (such as silicon or gallium arsenide) is somewhere between a conductor and an insulator. It is capable of conducting some electricity, but not much.

Doping silicon

Most ICs are made of silicon, which is abundant in ordinary beach sand. Pure crystalline silicon, as with other semiconducting materials, has a very high resistance to electrical current at normal room temperature. However, with the addition of certain impurities, known as dopants, the silicon can be made to conduct usable currents. In particular, the doped silicon can be used as a switch, turning current< off and on as desired.

Semiconductor design basics and doping silicon

The process of introducing impurities is known as doping or implantation. Depending on a dopant’s atomic structure, the result of implantation will be either an n-type (negative) or a p-type (positive) semiconductor. An n-type semiconductor results from implanting dopant atoms that have more electrons in their outer (bonding) shell than silicon, as shown in the figure. The resulting semiconductor crystal contains excess, or free, electrons that are available for conducting current. A p-type semiconductor results from implanting dopant atoms that have fewer electrons in their outer shell than silicon. The resulting crystal contains “holes” in its bonding structure where electrons would normally be located. In essence, such holes can move through the crystal conducting positive charges.

S:britannica.com

p-type or an n-type semiconductors or P-n junction

 p-type or  an n-type semiconductors or P-n junction
 p-type or  an n-type semiconductors or P-n junction
A p-type or an n-type semiconductor is not very useful on its own. However, joining these opposite materials creates what is called a p-n junction (see figure above)

. A p-n junction forms a barrier to conduction between the materials. Although the electrons in the n-type material are attracted to the holes in the p-type material, the electrons are not normally energetic enough to overcome the intervening barrier. However, if additional energy is provided to the electrons in the n-type material, they will be capable of crossing the barrier into the p-type material—and current will flow. This additional energy can be supplied by applying a positive voltage to the p-type material, as shown in the figure. The negatively charged electrons will then be highly attracted to the positive voltage across the junction.

A p-n junction that conducts electricity when energy is added to the n material is called forward-biased because the electrons move forward into the holes. If voltage is applied in the opposite direction—a positive voltage connected to the n side of the junction—no current will flow. The electrons in the n material will still be attracted to the positive voltage, but the voltage will now be on the same side of the barrier as the electrons. In this state a junction is said to be reverse-biased. Since p-n junctions conduct electricity in only one direction, they are a type of diode. Diodes are essential building blocks of semiconductor switches.

S:.britannica.com

Introduction to switch

SWITCH

(1) In networks, a device that filters and forwards packets between LAN segments. Switches operate at the data link layer (layer 2) and sometimes the network layer (layer 3) of the OSI Reference Model and therefore support any packet protocol. LANs that use switches to join segments are called switched LANs or, in the case of Ethernet networks, switched Ethernet LANs.

(2) A small lever or button. The switches on the back of printers and on expansion boards are called DIP switches. A switch that has just two positions is called a toggle switch.

(3) Another word for option or parameter -- a symbol that you add to a command to modify the command's behavior.

S:webopedia.com

comparison between circuit switching and packet switching

The old telephone system (PSTN) uses circuit switching to transmit voice data whereas VoIP uses packet-switching to do so. The difference in the way these two types of switching work is the thing that made VoIP so different and successful.

To understand switching, you need to realize that the network in place between two communicating persons is a complex field of devices and machines, especially if the network is the Internet. Consider a person in Mauritius having a phone conversation with another person on the other side of the globe, say in the US. There are a large number of routers, switches and other kinds of devices that take the data transmitted during the communication from one end to the other.

Switching and routing

Switching and routing are technically two different things, but for the sake of simplicity, let us take switches and routers (which are devices that make switching and routing respectively) as devices doing one job: make a link in the connection and forward data from the source to the destination.

Paths or circuits

The important thing to look for in transmitting information over such a complex network is the path or circuit. The devices making up the path are called nodes. For instance, switches, routers and some other network devices, are nodes.

In circuit-switching, this path is decided upon before the data transmission starts. The system decides on which route to follow, based on a resource-optimizing algorithm, and transmission goes according to the path. For the whole length of the communication session between the two communicating bodies, the route is dedicated and exclusive, and released only when the session terminates.

Packets

To be able to understand packet-switching, you need to know what a packet is. The Internet Protocol(IP), just like many other protocols, breaks data into chunks and wraps the chunks into structures called packets. Each packet contains, along with the data load, information about the IP address of the source and the destination nodes, sequence numbers and some other control information. A packet can also be called a segment or datagram.

Once they reach their destination, the packets are reassembled to make up the original data again. It is therefore obvious that, to transmit data in packets, it has to be digital data.

In packet-switching, the packets are sent towards the destination irrespective of each other. Each packet has to find its own route to the destination. There is no predetermined path; the decision as to which node to hop to in the next step is taken only when a node is reached. Each packet finds its way using the information it carries, such as the source and destination IP addresses.

As you must have figured it out already, traditional PSTN phone system uses circuit switching while VoIP uses packet switching.

Brief comparison

  • Circuit switching is old and expensive, and it is what PSTN uses. Packet switching is more modern.
  • When you are making a PSTN call, you are actually renting the lines, with all it implies. See why international calls are expensive? So if you speak for, say 10 minutes, you pay for ten minutes of dedicated line. You normally speak only when your correspondent is silent, and vice versa. Taking also into consideration the amount of time no one speaks, you finally use much less than half of what you are paying for. With VoIP, you actually can use a network or circuit even if there are other people using it at the same time. There is no circuit dedication. The cost is shared.
  • Circuit-switching is more reliable than packet-switching. When you have a circuit dedicated for a session, you are sure to get all information across. When you use a circuit which is open for other services, then there is a big possibility of congestion (which is for a network what a traffic jam is for the road), and hence the delays or even packet loss. This explains the relatively lower quality of VoIP voice compared to PSTN. But you actually have other protocols giving a helping hand in making packet-switching techniques to make connections more reliable. An example is the TCP protocol. Since voice is to some extent tolerant to some packet loss (unless text - since a comma lost can mean a big difference), packet-switching is finally ideal for VoIP.
  • S:voip.about.com

Introduction to circuit switching

A type of communications in which a dedicated channel (or circuit) is established for the duration of a transmission. The most ubiquitous circuit-switching network is the telephone system, which links together wire segments to create a single unbroken line for each telephone call.

The other common communications method is packet switching, which divides messages into packets and sends each packet individually. The Internet is based on a packet-switching protocol, TCP/IP.

Circuit-switching systems are ideal for communications that require data to be transmitted in real-time. Packet-switching networks are more efficient if some amount of delay is acceptable.

Circuit-switching networks are sometimes called connection-oriented networks. Note, however, that although packet switching is essentially connectionless, a packet switching network can be made connection-oriented by using a higher-level protocol. TCP, for example, makes IP networks connection-oriented.

S:webopedia.com

basics of Nanoelectronics

This article explains the basics of Nanoelectronics and its concept. The different approaches are also explained in detail.

Nanoelectronics are based on the application of nanotechnology in the field of electronics and electronic components. Although the term Nanoelectronics may generally mean all the electronic components, special attention is given in the case of transistors. These transistors have a size lesser than 100 nanometres. Visibly, they are very small that separate studies have to be made for knowing the quantum mechanical properties and inter-atomic design. As a result, though the transistors appear in the nanometre range, they are designed through nanotechnology. Their design is also very much different from the traditional transistors and usually falls in the category of one dimensional nanotubes/nanowires, hybrid molecular electronics, or advanced molecular electronics.

This technology is said to be the next future, but its practicality is near to impossible even now that they may be difficult to emerge soon.

Basic Concept of Nanoelectronics

Although a nanoelectronic device can be made fully functional, the work load it can do is restricted to its size. The basic principle is that the power of a machine will increase according to the increase in volume, but the amount of friction that the machine’s bearings hold will depend on the surface area of the machine.

For the small size of the nanoelectronic device cannot be used for the moving of heavy load like a mechanical device. If such a task is tried, it will fail as the available power will be easily overcome by the frictional forces. So, it is sure that these devices have limitations in real world applications.

Different Approaches to Nanoelectronics

  • Nanofabrication

This method is used to design arrays or layers of nanoelectronic device to work for a single operation. Nanoelectromechanical systems are also a part of nanofabrication.

  • Nanomaterials electronics

In Nanoelectronics, the transistors are packed as arrays on to a single chip. Thus they remain in a uniform manner and symmetrical in nature. Thus they are known to have a more speedy movement of electrons in the material. The dielectric constant of the device also increases and the electron or hole characteristics also become symmetrical in nature.

Some of the devices that have been developed with the help of Nanoelectronics and its future applications are listed below.

  • Nanoradio
  • Nanocomputers

The conventional computers with a big processor will be replaced with Nanocomputers with nanoprocessors that will have higher performance and speed than the conventional computers. Researchers are performing various experiments on by using nanolithographic methods to design better nanoprocessors. Experiments are also taking place by replacing the CMOS components in conventional processors with nanowires. The FET’s in the computers are replaced by carbon nanotubes.

  • Energy production

The devices using Nanoelectronics technology also includes solar cells that are highly efficient and cheaper than the conventional ones. If such efficient solar energy can be created it would be a revolution to the global energy needs.

Using the technology, researchers are developing a generator for energy production in vivo called bio-nano generators. Basically, the generator is an electrochemical device which is designed in nanoscale size. It works like a fuel cell which generates the power by absorbing the blood glucose in a living body. The glucose will be separated from the body with the help of an enzyme. This enzyme separates the glucose from the electrons and makes them useful for generating power.

The power generated through such a device will be only a few watts as the body itself needs some glucose for its normal functioning. This small power can be used to power up devices placed inside the body like pacemakers or sugar-fed nanorobots.


components and working of a rheostate

Components
  1. The components needed for the connection are
  2. Flashlight bulb and socket [1]
  3. Dry cell lantern battery/D-cell battery [2]
  4. Wire [About 15 to 17 inches and another one 2 inches]
  5. Spring [1]
  6. Wire Clippers [A pair]
  7. A typical spring can be obtained from a widow roll up. You can even get to buy one at a cheap rate.

Procedure

  • Connect the two Dry cell lantern/D-cell batteries tail-to-tail, so that the positive polarity of one battery is connected to the negative polarity of the other.
  • Using a wire cutter, cut the wire in equal lengths. One wire should be at least 8 centimetres long.
  • Connect the wires onto the open ends of both the batteries.
  • The end of one wire must be connected to the bulb socket with the bulb in it.
  • Connect the second wire to one end of the long spring.
  • Connect the free end of one wire to one terminal of the light socket.
  • Connect the other free wire to one end of the spring.
  • Take the two inch wire and connect it to the second terminal of bulb socket.
  • Connect the other end of the two inch wire onto the other end of the spring.

components and working of a rheostate

components and working of a rheostate



What happens?

As soon as the circuit is in closed loop, the bulb begins to glow. Although the glow intensity is less, when you move the wire through the spring onto the other end where the wire is connected, the bulb starts to glow more brightly. When both the wires are nearby the glow will be in its maximum.

The spring is mainly made of steel wire. Steel wires are not very good conductors of electricity. Thus the resistance of the circuit also increases. If the spring length is long enough you will get to see different stages of the glow. Thus you will get to see the working of a rheostat.

S:circuitstoday.com

Basic Quartz 1Hz Timebase Circuit


Quartz 1Hz Timebase Generator Circuit

Here is one basic circuit of a simple but accurate 1Hz timebase generator built around a standard Quartz clock circuit board. Just lift the clock PCB from any cheap quartz clock and carefully remove all extra components like the drive coil, buzzer, alarm switch and clock mechanism (quartz movement), etc.
Next wire the circuit as shown in the schematic diagram, observing correct connection points and polarities, and power it from a 5VDC supply. Precision 1Hz clock signal generator is now ready to serve you. With suitable modification(s) at the output you can use this circuit to drive blinkers, beepers and microcontroller based ciruits.

Notes:

  • 1. Stable 1.5-1.6 VDC supply for the clock PCB is derived from the 5VDC input supply with the help of componets R1, D1 and C1. Only use a 10mm Red color (Vf=1.6V) LED for D3.
  • 2. Drive coil outputs (L1&L2) of the clock PCB are joined together to get one second pulse output with the help of two schottky diodes (D1&D2). Such low-drop diodes are crucial for this circuit.
  • 3. The circuit is inverting output type and hence, the output is normally at high level,and pulses low once a second.By adding a second (optional) transistor, this can be reversed, ie non inverting, so that the output is normally at low level, and pulses high once a second.


Basic Electronics concepts

Basic Electronics

The goal of this chapter is to provide some basic information about electronic circuits. We make the assumption that you have no prior knowledge of electronics, electricity, or circuits, and start from the basics. This is an unconventional approach, so it may be interesting, or at least amusing, even if you do have some experience. So, the first question is ``What is an electronic circuit?'' A circuit is a structure that directs and controls electric currents, presumably to perform some useful function. The very name "circuit" implies that the structure is closed, something like a loop. That is all very well, but this answer immediately raises a new question: "What is an electric current?" Again, the name "current" indicates that it refers to some type of flow, and in this case we mean a flow of electric charge, which is usually just called charge because electric charge is really the only kind there is. Finally we come to the basic question:

What is Charge?

No one knows what charge really is anymore than anyone knows what gravity is. Both are models, constructions, fabrications if you like, to describe and represent something that can be measured in the real world, specifically a force. Gravity is the name for a force between masses that we can feel and measure. Early workers observed that bodies in "certain electrical condition" also exerted forces on one another that they could measure, and they invented charge to explain their observations. Amazingly, only three simple postulates or assumptions, plus some experimental observations, are necessary to explain all electrical phenomena. Everything: currents, electronics, radio waves, and light. Not many things are so simple, so it is worth stating the three postulates clearly.

Charge exists.

We just invent the name to represent the source of the physical force that can be observed. The assumption is that the more charge something has, the more force will be exerted. Charge is measured in units of Coulombs, abbreviated C. The unit was named to honor Charles Augustin Coulomb (1736-1806) the French aristocrat and engineer who first measured the force between charged objects using a sensitive torsion balance he invented. Coulomb lived in a time of political unrest and new ideas, the age of Voltaire and Rousseau. Fortunately, Coulomb completed most of his work before the revolution and prudently left Paris with the storming of the Bastille.

Charge comes in two styles.

We call the two styles positive charge, + , and (you guessed it) negative charge, - . Charge also comes in lumps of 1.6 ×10-19C , which is about two ten-million-trillionths of a Coulomb. The discrete nature of charge is not important for this discussion, but it does serve to indicate that a Coulomb is a LOT of charge.

Charge is conserved.

You cannot create it and you cannot annihilate it. You can, however, neutralize it. Early workers observed experimentally that if they took equal amounts of positive and negative charge and combined them on some object, then that object neither exerted nor responded to electrical forces; effectively it had zero net charge. This experiment suggests that it might be possible to take uncharged, or neutral, material and to separate somehow the latent positive and negative charges. If you have ever rubbed a balloon on wool to make it stick to the wall, you have separated charges using mechanical action.

Those are the three postulates. Now we will present some of the experimental findings that both led to them and amplify their significance.

Voltage

First we return to the basic assumption that forces are the result of charges. Specifically, bodies with opposite charges attract, they exert a force on each other pulling them together. The magnitude of the force is proportional to the product of the charge on each mass. This is just like gravity, where we use the term "mass" to represent the quality of bodies that results in the attractive force that pulls them together (see Fig. 4.1).

Figure 4.1: Opposite charges exert an attractive force on each other, just like two masses attract. External force is required to hold them apart, and work is required to move them farther apart.
\begin{figure}   \fbox {\centerline{\psfig{figure=basicelec/opp-charge.I}}}\end{figure}


Electrical force, like gravity, also depends inversely on the distance squared between the two bodies; short separation means big forces. Thus it takes an opposing force to keep two charges of opposite sign apart, just like it takes force to keep an apple from falling to earth. It also takes work and the expenditure of energy to pull positive and negative charges apart, just like it takes work to raise a big mass against gravity, or to stretch a spring. This stored or potential energy can be recovered and put to work to do some useful task. A falling mass can raise a bucket of water; a retracting spring can pull a door shut or run a clock. It requires some imagination to devise ways one might hook on to charges of opposite sign to get some useful work done, but it should be possible.

The potential that separated opposite charges have for doing work if they are released to fly together is called voltage, measured in units of volts (V). (Sadly, the unit volt is not named for Voltaire, but rather for Volta, an Italian scientist.) The greater the amount of charge and the greater the physical separation, the greater the voltage or stored energy. The greater the voltage, the greater the force that is driving the charges together. Voltage is always measured between two points, in this case, the positive and negative charges. If you want to compare the voltage of several charged bodies, the relative force driving the various charges, it makes sense to keep one point constant for the measurements. Traditionally, that common point is called "ground."

Early workers, like Coulomb, also observed that two bodies with charges of the same type, either both positive or both negative, repelled each other (Fig. 4.2). They experience a force pushing

Figure 4.2: Like charges exert a repulsive force on each other. External force is required to hold them together, and work is required to push them closer.
\begin{figure}  \fbox {\centerline{\psfig{figure=basicelec/like-charge.I}}}\end{figure}


them apart, and an opposing force is necessary to hold them together, like holding a compressed spring. Work can potentially be done by letting the charges fly apart, just like releasing the spring. Our analogy with gravity must end here: no one has observed negative mass, negative gravity, or uncharged bodies flying apart unaided. Too bad, it would be a great way to launch a space probe. The voltage between two separated like charges is negative; they have already done their work by running apart, and it will take external energy and work to force them back together.

So how do you tell if a particular bunch of charge is positive or negative? You can't in isolation. Even with two charges, you can only tell if they are the same (they repel) or opposite (they attract). The names are relative; someone has to define which one is "positive." Similarly, the voltage between two points A and B , VAB , is relative. If VAB is positive you know the two points are oppositely charged, but you cannot tell if point A has positive charge and point B negative, or visa versa. However, if you make a second measurement between A and another point C , you can at least tell if B and C have the same charge by the relative sign of the two voltages, VAB and VAC to your common point A . You can even determine the voltage between B and C without measuring it: VBC = VAC - VAB . This is the advantage of defining a common point, like A , as ground and making all voltage measurements with respect to it. If one further defines the charge at point A to be negative charge, then a positive VAB means point B is positively charged, by definition. The names and the signs are all relative, and sometimes confusing if one forgets what the reference or ground point is.

Current

Charge is mobile and can flow freely in certain materials, called conductors. Metals and a few other elements and compounds are conductors. Materials that charge cannot flow through are called insulators. Air, glass, most plastics, and rubber are insulators, for example. And then there are some materials called semiconductors, that, historically, seemed to be good conductors sometimes but much less so other times. Silicon and germanium are two such materials. Today, we know that the difference in electrical behavior of different samples of these materials is due to extremely small amounts of impurities of different kinds, which could not be measured earlier. This recognition, and the ability to precisely control the "impurities" has led to the massive semiconductor electronics industry and the near-magical devices it produces, including those on your RoboBoard. We will discuss semiconductor devices later; now let us return to conductors and charges.

Imagine two oppositely charged bodies, say metal spheres, that are being held apart, as in Fig. 4.3.

Figure 4.3: Two spheres with opposite charges are connected by a conductor, allowing charge to flow.
\begin{figure}   \fbox {\centerline{\psfig{figure=basicelec/current.I}}}\end{figure}


There is a force between them, the potential for work, and thus a voltage. Now we connect a conductor between them, a metal wire. On the positively charged sphere, positive charges rush along the wire to the other sphere, repelled by the nearby similar charges and attracted to the distant opposite charges. The same thing occurs on the other sphere and negative charge flows out on the wire. Positive and negative charges combine to neutralize each other, and the flow continues until there are no charge differences between any points of the entire connected system. There may be a net residual charge if the amounts of original positive and negative charge were not equal, but that charge will be distributed evenly so all the forces are balanced. If they were not, more charge would flow. The charge flow is driven by voltage or potential differences. After things have quieted down, there is no voltage difference between any two points of the system and no potential for work. All the work has been done by the moving charges heating up the wire.

The flow of charge is called electrical current. Current is measured in amperes (a), amps for short (named after another French scientist who worked mostly with magnetic effects). An ampere is defined as a flow of one Coulomb of charge in one second past some point. While a Coulomb is a lot of charge to have in one place, an ampere is a common amount of current; about one ampere flows through a 100 watt incandescent light bulb, and a stove burner or a large motor would require ten or more amperes. On the other hand low power digital circuits use only a fraction of an ampere, and so we often use units of 1/1000 of an ampere, a milliamp, abbreviated as ma, and even 1/1000 of a milliamp, or a microamp, µa . The currents on the RoboBoard are generally in the milliamp range, except for the motors, which can require a full ampere under heavy load. Current has a direction, and we define a positive current from point A to B as the flow of positive charges in the same direction. Negative charges can flow as well, in fact, most current is actually the result of negative charges moving. Negative charges flowing from A to B would be a negative current, but, and here is the tricky part, negative charges flowing from B to A would represent a positive current from A to B . The net effect is the same: positive charges flowing to neutralize negative charge or negative charges flowing to neutralize positive charge; in both cases the voltage is reduced and by the same amount.

Batteries

Charges can be separated by several means to produce a voltage. A battery uses a chemical reaction to produce energy and separate opposite sign charges onto its two terminals. As the charge is drawn off by an external circuit, doing work and finally returning to the opposite terminal, more chemicals in the battery react to restore the charge difference and the voltage. The particular type of chemical reaction used determines the voltage of the battery, but for most commercial batteries the voltage is about 1.5 V per chemical section or cell. Batteries with higher voltages really contain multiple cells inside connected together in series. Now you know why there are 3 V, 6 V, 9 V, and 12 V batteries, but no 4 or 7 V batteries. The current a battery can supply depends on the speed of the chemical reaction supplying charge, which in turn often depends on the physical size of the cell and the surface area of the electrodes. The size of a battery also limits the amount of chemical reactants stored. During use, the chemical reactants are depleted and eventually the voltage drops and the current stops. Even with no current flow, the chemical reaction proceeds at a very slow rate (and there is some internal current flow), so a battery has a finite storage or shelf life, about a year or two in most cases. In some types of batteries, like the ones we use for the robot, the chemical reaction is reversible: applying an external voltage and forcing a current through the battery, which requires work, reverses the chemical reaction and restores most, but not all, the chemical reactants. This cycle can be repeated many times. Batteries are specified in terms of their terminal voltage, the maximum current they can deliver, and the total current capacity in ampere-hours.

You should handle batteries carefully, especially the ones we use in this course. Chemicals are a very efficient and compact way of storing energy. Just consider the power of gasoline or explosives, or the fact that you can play soccer for several hours powered only by a slice of cold pizza for breakfast. Never connect the terminals of a battery together with a wire or other good conductor. The battery we use for the RoboBoard is similar to the battery in cars, which uses lead and sulphuric acid as reactants. Such batteries can deliver very large currents through a short circuit, hundreds of amperes. The large current will heat the wire and possibly burn you; the resulting rapid internal chemical reactions also produce heat and the battery can explode, spreading nasty, reactive chemicals about. Charging these batteries with too large a current can have the same effect. Double check the circuit and instructions before connecting a battery to any circuit. More information on batteries can be found in Chapter 7.

Circuit Elements

Resistors

We need some way to control the flow of current from a voltage source, like a battery, so we do not melt wires and blow up batteries. If you think of current, charge flow, in terms of water flow, a good electrical conductor is like big water pipe. Water mains and fire hoses have their uses, but you do not want to take a drink from one. Rather, we use small pipes, valves, and other devices to limit water flow to practical levels. Resistors do the same for current; they resist the flow of charge; they are poor conductors. The value of a resistor is measured in ohms and represented by the Greek letter capital omega. There are many different ways to make a resistor. Some are just a coil of wire made of a material that is a poor conductor. The most common and inexpensive type is made from powdered carbon and a glue-like binder. Such carbon composition resistors usually have a brown cylindrical body with a wire lead on each end, and colored bands that indicate the value of the resistor. The key to reading these values is given in Chapter 2.

There are other types of resistors in your robot kit. The potentiometer is a variable resistor. When the knob of a potentiometer is turned, a slider moves along the resistance element. Potentiometers generally have three terminals, a common slider terminal, and one that exhibits increasing resistance and one that has decreasing resistance relative to the slider as the shaft is turned in one direction. The resistance between the two stationary contacts is, of course, fixed, and is the value specified for the potentiometer. The photoresistor or photocell is composed of a light sensitive material. When the photocell is exposed to more light, the resistance decreases. This type of resistor makes an excellent light sensor.

Ohm's Law

Ohm's law describes the relationship between voltage, V , which is trying to force charge to flow, resistance, R , which is resisting that flow, and the actual resulting current I . The relationship is simple and very basic: \begin{displaymath} V = I R \quad{\rm or}\quad I = {V \over R} \end{displaymath}. Thus large voltages and/or low resistances produce large currents. Large resistors limit current to low values. Almost every circuit is more complicated than just a battery and a resistor, so which voltage does the formula refer to? It refers to the voltage across the resistor, the voltage between the two terminal wires. Looked at another way, that voltage is actually produced by the resistor. The resistor is restricting the flow of charge, slowing it down, and this creates a traffic jam on one side, forming an excess of charge with respect to the other side. Any such charge difference or separation results in a voltage between the two points, as explained above. Ohm's law tells us how to calculate that voltage if we know the resistor value and the current flow. This voltage drop is analogous to the drop in water pressure through a small pipe or small nozzle.

Power

Current flowing through a poor conductor produces heat by an effect similar to mechanical friction. That heat represents energy that comes from the charge traveling across the voltage difference. Remember that separated charges have the potential to do work and provide energy. The work involved in heating a resistor is not very useful, unless we are making a hotplate; rather it is a byproduct of restricting the current flow. Power is measured in units of watts (W), named after James Watt, the Englishman who invented the steam engine, a device for producing lots of useful power. The power that is released into the resistor as heat can be calculated as P=VI , where I is the current flowing through the resistor and V is the voltage across it. Ohm's law relates these two quantities, so we can also calculate the power as \begin{displaymath} P = {V^2 \over R} \quad {\rm or}\quad P = I^2 R \end{displaymath}The power produced in a resistor raises its temperature and can change its value or destroy it. Most resistors are air-cooled and they are made with different power handling capacity. The most common values are 1/8, 1/4, 1, and 2 watt resistors, and the bigger the wattage rating, the bigger the resistor physically. Some high power applications use special water cooled resistors. Most of the resistors on the RoboBoard are 1/8 watt.

Combinations of Resistors

Resistors are often connected together in a circuit, so it is necessary to know how to determine the resistance of a combination of two or more resistors. There are two basic ways in which resistors can be connected: in series and in parallel. A simple series resistance circuit is shown in Figure 4.4.

Figure 4.4: Two Resistors in Series
\begin{figure}  \fbox {\centerline{\psfig{figure=basicelec/resseries.PS}}}\end{figure}


Determining the total resistance for two or more resistors in series is very simple. Total resistance equals the sum of the individual resistances. In this case, RT=R1+R2 . This makes common sense; if you think again in terms of water flow, a series of obstructions in a pipe add up to slow the flow more than any one. The resistance of a series combination is always greater than any of the individual resistors.

The other method of connecting resistors is shown in Figure 4.5, which shows a simple parallel resistance circuit.

Figure 4.5: Two Resistors in Parallel
\begin{figure}  \fbox {\centerline{\psfig{figure=basicelec/resparallel.PS}}}\end{figure}


Our water pipe analogy indicates that it should be easier for current to flow through this multiplicity of paths, even easier than it would be to flow through any single path. Thus, we expect a parallel combination of resistors to have less resistance than any one of the resistors. Some of the total current will flow through R1 and some will flow through R2, causing an equal voltage drop across each resistor. More current, however, will flow through the path of least resistance. The formula for total resistance in a parallel circuit is more complex than for a series circuit:


RT={1{1R1}+{1R2}...+{1Rn}} (1)

Parallel and series circuits can be combined to make more complex structures, but the resulting complex resistor circuits can be broken down and analyzed in terms of simple series or parallel circuits. Why would you want to use such combinations? There are several reasons; you might use a combination to get a value of resistance that you needed but did not have in a single resistor. Resistors have a maximum voltage rating, so a series of resistors might be used across a high voltage. Also, several low power resistors can be combined to handle higher power. What type of connection would you use?

Capacitors

Capacitors are another element used to control the flow of charge in a circuit. The name derives from their capacity to store charge, rather like a small battery. Capacitors consist of two conducting surfaces separated by an insulator; a wire lead is connected to each surface. You can imagine a capacitor as two large metal plates separated by air, although in reality they usually consist of thin metal foils or films separated by plastic film or another solid insulator, and rolled up in a compact package. Consider connecting a capacitor across a battery, as in Fig. 4.6.

Figure 4.6: A simple capacitor connected to a battery through a resistor.
\begin{figure}   \fbox {\centerline{\psfig{figure=basicelec/capacitor.I}}}\end{figure}


As soon as the connection is made charge flows from the battery terminals, along the wire and onto the plates, positive charge on one plate, negative charge on the other. Why? The like-sign charges on each terminal want to get away from each other. In addition to that repulsion, there is an attraction to the opposite-sign charge on the other nearby plate. Initially the current is large, because in a sense the charges can not tell immediately that the wire does not really go anywhere, that there is no complete circuit of wire. The initial current is limited by the resistance of the wires, or perhaps by a real resistor, as we have shown in Fig. 4.6. But as charge builds up on the plates, charge repulsion resists the flow of more charge and the current is reduced. Eventually, the repulsive force from charge on the plate is strong enough to balance the force from charge on the battery terminal, and all current stops. Figure 4.7 shows how the current might vary with

Figure 4.7: The time dependence of the current in the circuit of Fig. 4.6 for two values of resistance.
\begin{figure}   \fbox {\centerline{\psfig{figure=basicelec/decay.I}}}\end{figure}


time for two different values of resistors. For a large resistor, the whole process is slowed because the current is less, but in the end, the same amount of charge must exist on the capacitor plates in both cases. The magnitude of the charge on each plate is equal.

The existence of the separated charges on the plates means there must be a voltage between the plates, and this voltage be equal to the battery voltage when all current stops. After all, since the points are connected by conductors, they should have the same voltage; even if there is a resistor in the circuit, there is no voltage across the resistor if the current is zero, according to Ohm's law. The amount of charge that collects on the plates to produce the voltage is a measure of the value of the capacitor, its capacitance, measured in farads (f). The relationship is C = Q/V , where Q is the charge in Coulombs. Large capacitors have plates with a large area to hold lots of charge, separated by a small distance, which implies a small voltage. A one farad capacitor is extremely large, and generally we deal with microfarads ( µf ), one millionth of a farad, or picofarads (pf), one trillionth (10-12) of a farad.

Consider the circuit of Fig. 4.6 again. Suppose we cut the wires after all current has stopped flowing. The charge on the plates is now trapped, so there is still a voltage between the terminal wires. The charged capacitor looks somewhat like a battery now. If we connected a resistor across it, current would flow as the positive and negative charges raced to neutralize each other. Unlike a battery, there is no mechanism to replace the charge on the plates removed by the current, so the voltage drops, the current drops, and finally there is no net charge left and no voltage differences anywhere in the circuit. The behavior in time of the current, the charge on the plates, and the voltage looks just like the graph in Fig. 4.7. This curve is an exponential function: exp(-t/RC) . The voltage, current, and charge fall to about 37% of their starting values in a time of R ×C seconds, which is called the characteristic time or the time constant of the circuit. The RC time constant is a measure of how fast the circuit can respond to changes in conditions, such as attaching the battery across the uncharged capacitor or attaching a resistor across the charged capacitor. The voltage across a capacitor cannot change immediately; it takes time for the charge to flow, especially if a large resistor is opposing that flow. Thus, capacitors are used in a circuit to damp out rapid changes of voltage.

Combinations of Capacitors

Like resistors, capacitors can be joined together in two basic ways: parallel and series. It should be obvious from the physical construction of capacitors that connecting two together in parallel results in a bigger capacitance value. A parallel connection results in bigger capacitor plate area, which means they can hold more charge for the same voltage. Thus, the formula for total capacitance in a parallel circuit is:


CT=C1+C2...+Cn , (2)

the same form of equation for resistors in series, which can be confusing unless you think about the physics of what is happening.

The capacitance of a series connection is lower than any capacitor because for a given voltage across the entire group, there will be less charge on each plate. The total capacitance in a series circuit is


CT={1{1C1}+{1C2}...+{1Cn}}. (3)

Again, this is easy to confuse with the formula for parallel resistors, but there is a nice symmetry here.

Inductors

Inductors are the third and final type of basic circuit component. An inductor is a coil of wire with many windings, often wound around a core made of a magnetic material, like iron. The properties of inductors derive from a different type of force than the one we invented charge to explain: magnetic force rather than electric force. When current flows through a coil (or any wire) it produces a magnetic field in the space outside the wire, and the coil acts just like any natural, permanent magnet, attracting iron and other magnets. If you move a wire through a magnetic field, a current will be generated in the wire and will flow through the associated circuit. It takes energy to move the wire through the field, and that mechanical energy is transformed to electrical energy. This is how an electrical generator works. If the current through a coil is stopped, the magnetic field must also disappear, but it cannot do so immediately. The field represents stored energy and that energy must go somewhere. The field contracts toward the coil, and the effect of the field moving through the wire of the coil is the same as moving a wire through a stationary field: a current is generated in the coil. This induced current acts to keep the current flowing in the coil; the induced current opposes any change, an increase or a decrease, in the current through the inductor. Inductors are used in circuits to smooth the flow of current and prevent any rapid changes.

The current in an inductor is analogous to the voltage across a capacitor. It takes time to change the voltage across a capacitor, and if you try, a large current flows initially. Similarly, it takes time to change the current through an inductor, and if you insist, say by opening a switch, a large voltage will be produced across the inductor as it tries to force current to flow. Such induced voltages can be very large and can damage other circuit components, so it is common to connect some element, like a resistor or even a capacitor across the inductor to provide a current path and absorb the induced voltage. (Often, a diode, which we will discuss later, is used.)

Inductors are measured in henrys (h), another very big unit, so you are more likely to see millihenries, and microhenries. There are almost no inductors on the RoboBoard, but you will be using some indirectly: the motors act like inductors in many ways. In a sense an electric motor is the opposite of an electrical generator. If current flows through a wire that is in a magnetic field (produced either by a permanent magnet or current flowing through a coil), a mechanical force will be generated on the wire. That force can do work. In a motor, the wire that moves through the field and experiences the force is also in the form of a coil of wire, connected mechanically to the shaft of the motor. This coil looks like and acts like an inductor; if you turn off the current (to stop the motor), the coil will still be moving through the magnetic field, and the motor now looks like a generator and can produce a large voltage. The resulting inductive voltage spike can damage components, such as the circuit that controls the motor current. In the past this effect destroyed a lot of motor controller chips and other RoboBoard components. The present board design contains special diodes that will withstand and safely dissipate the induced voltages -- we hope.

Combinations of Inductors

You already know how inductors act in combination because they act just like resistors. Inductance adds in series. This makes physical sense because two coils of wire connected in series just looks like a longer coil. Parallel connection reduces inductance because the current is split between the several coils and the fields in each are thus weaker.

Semiconductor Devices

The Truth About Charge

Our statements above about charge are not wrong, but they are simple and incomplete. In order to understand how semiconductor devices work one needs a more complete description of the nature of charge in the real world. Charge does not exist independently; it is carried by subatomic particles. For this discussion we will be concerned primarily with electrons, which carry a negative charge of 1.6 × 10-19 C , the minimum amount of charge that can exist in isolation. At least, no one has found any smaller amount than this fundamental quantum of charge.

Electrons are one component of atoms and molecules. Atoms are the building blocks out of which all matter is constructed. Atoms bond with each other to form substances. Substances composed of just one type of atom are called elements. For example, copper, gold and silver are all elements; that is, each of them consists of only one type of atom. More complex substances are made up of more than one atom and are known as compounds. Water, which has both hydrogen and oxygen atoms, is such a compound. The smallest unit of a compound is a molecule. A water molecule, for example, contains two hydrogen atoms and one oxygen atom.

Atoms themselves are made up of even smaller components: protons, neutrons and electrons. Protons and neutrons form the nucleus of an atom, while the electrons orbit the nucleus. Protons carry positive charge and electrons carry negative charge; the magnitude of the charge for both particles is the same, one quantum charge, 1.6 ×10-19 C . Neutrons are not charged. Normally, atoms have the same number of protons and electrons and have no net electrical charge.


Figure 4.8: Structure of an Atom
\begin{figure}  \fbox {\centerline{\psfig{figure=basicelec/atomstruct.PS}}}\end{figure}


Electrons that are far from the nucleus are relatively free to move around under the influence of external fields because the force of attraction from the positive charge in the nucleus is weak at large distances. In fact, it takes little force in many cases to completely remove an outer electron from an atom, leaving an ion with a net positive charge. Once free, electrons can move at speeds approaching the speed of light (roughly 670 million miles per hour) through metals, gases and vacuum. They can also become attached to another atom, forming an ion with net negative charge.

Electric current in metal conductors consists of a flow of free electrons. Because electrons have negative charge, the flow of electrons is in a direction opposite to the positive current. Free electrons traveling through a conductor drift until they hit other electrons attached to atoms. These electrons are then dislodged from their orbits and replaced by the formerly free electrons. The newly freed electrons then start the process anew. At the microscopic level, electron flow through a conductor is not a steady stream, like water flowing from a faucet, but rather a series of short bursts.

Figure 4.9: A Simple Model of Electron Flow
\begin{figure}  \fbox {\centerline{\psfig{figure=basicelec/eflow.PS}}}\end{figure}


Silicon

Semiconductor devices are made primarily of silicon (silicon's element symbol is "Si"). Pure silicon forms rigid crystals because of its four valence (outermost) electron structure -- one Si atom bonds to four other Si atoms forming a very regularly shaped diamond pattern. Figure 4.10 shows part of a silicon crystal structure.

Figure 4.10: A Silicon Crystal Structure
\begin{figure}  \fbox {\centerline{\psfig{figure=basicelec/silicon.PS}}}\end{figure}


Pure silicon is not a conductor because there are no free electrons; all the electrons are tightly bound to neighboring atoms. To make silicon conducting, producers combine or "dope" pure silicon with very small amounts of other elements like boron or phosphorus. Phosphorus has five outer valence electrons. When three silicon atoms and one phosphorus atom bind together in the basic silicon crystal cell of four atoms, there is an extra electron and a net negative charge. Figure4.11 shows the crystal structure of phosphorus doped silicon.

Figure 4.11: Silicon Doped with Phosphorus
\begin{figure}  \fbox {\centerline{\psfig{figure=basicelec/phosphorus.PS}}}\end{figure}


This type of material is called n-type silicon. The extra electron in the crystal cell is not strongly attached and can be released by normal thermal energy to carry current; the conductivity depends on the amount of phosphorus added to the silicon.

Boron has only three valance electrons. When three silicon atoms and one boron atom bind with each other there is a "hole" where another electron would be if the boron atom were silicon; see Fig. 4.12. This gives the crystal cell a positive net charge (referred to as p-type silicon), and the ability to pick up an electron easily from a neighboring cell.

Figure 4.12: Silicon Doped with Boron
\begin{figure}  \fbox {\centerline{\psfig{figure=basicelec/boron.PS}}}\end{figure}


The resulting migration of electron vacancies or holes acts like a flow of positive charge through the crystal and can support a current. It is sometimes convenient to refer to this current as a flow of positive holes, but in fact the current is really the result of electrons moving in the opposite direction from vacancy to vacancy.

Diodes

Both p-type and n-type silicon will conduct electricity just like any conductor; however, if a piece of silicon is doped p-type in one section and n-type in an adjacent section, current will flow in only one direction across the junction between the two regions. This device is called a diode and is one of the most basic semiconductor devices.

A diode is called forward biased if it has a positive voltage across it from from the p- to n-type material. In this condition, the diode acts rather like a good conductor, and current can flow, as in Fig. 4.13.

Figure 4.13: A Forward Biased Diode
\begin{figure}  \fbox {\centerline{\psfig{figure=basicelec/fbdiode.PS}}}\end{figure}


There will be a small voltage across the diode, about 0.6 volts for Si, and this voltage will be largely independent of the current, very different from a resistor.

If the polarity of the applied voltage is reversed, then the diode will be reverse biased and will appear nonconducting (Fig. 4.14). Almost no current will flow and there will be a large voltage across the device.

Figure 4.14: A Reverse Biased Diode
\begin{figure}  \fbox {\centerline{\psfig{figure=basicelec/rbdiode.PS}}}\end{figure}


The non-symmetric behavior is due to the detailed properties of the pn-junction. The diode acts like a one-way valve for current and this is a very useful characteristic. One application is to convert alternating current (AC), which changes polarity periodically, into direct current (DC), which always has the same polarity. Normal household power is AC while batteries provide DC, and converting from AC to DC is called rectification. Diodes are used so commonly for this purpose that they are sometimes called rectifiers, although there are other types of rectifying devices. Figure 4.15 shows the input and output current for a simple half-wave

Figure 4.15: A Half-Wave Rectifier
\begin{figure}  \fbox {\centerline{\psfig{figure=basicelec/halfrect.PS}}}\end{figure}


rectifier. The circuits gets its name from the fact that the output is just the positive half of the input waveform. A full-wave rectifier circuit (shown in Figure 4.16) uses four diodes arranged so that both polarities of the input waveform can be used at the output.

Figure 4.16: A Full-Wave Rectifier
\begin{figure}  \fbox {\centerline{\psfig{figure=basicelec/fullrect.PS}}}\end{figure}


The full-wave circuit is more efficient than the half-wave one.

source: .owlnet.rice.edu/

the basic electrical, electronics and radio concepts that are the basis for today's technology

There are a number of basic concepts that form the foundations of today's electronics and radio technology. Electrical current, voltage, resistance, capacitance, and inductance are a few of the basic elements of electronics and radio.

Apart from current, voltage, resistance, capacitance, and inductance, there are many other interesting elements to electronic technology. While some can become quite complicated, it is nevertheless possible to gain a good understanding of them without delving into the complicated depths of these topics.

Current
Current is one of the elements that is at the very core of electrical and electronic science.
- The basics of current

Voltage
Voltage, potential difference and electro-motive force and all similar concepts but they have slightly different meanings. Often they may be used interchangeably, but an understanding of the basic concepts behind voltage, potential difference and electro-motive force along with their applications is at the core of electrical, electronics and radio technology.
- The basics of voltage

Resistance
Resistance and resistors are one of the most fundamental elements in an electronis circuit. The relationship between resistance, voltage and current is governed by Ohms Law, a simple and yet very important relationship between the three quantities.
- What is resistance and Ohms Law
- Resistors in series and parallel

Capacitance
Capacitance is another basic concept that is at the core of electonics circuits.
- The basics of capacitance
- Capacitive reactance

Power
The power in an electrical circuit is of great importance. It is disspated as heat and high power circuits obvioulsy need to be large to handle this heat wheras ones dissipating lower levels of pwoer can be muh smaller.
- The basics of electrical power

Transformers
Information and overviews about transformers, how they work and what their uses are in electronics
- Transformer basics

source:: -radio.com/

Electronics Basics

Electronics Basics

RESISTORS

Resistors come in all types of packages but they all do the something, which is to limit current. Resistors are pretty easy to keep track of because they are color-coded.

Below are some common ways resistors are depicted in schematics. The most common way is with the use of R1. In schematics you will usually find the value of the resistor using color code. R3 and R4 are variable resistors. These are resistors, which you can change the resistance of. Variable resistors are called potentiometer. They are used to adjust the volume of radios, brightness of a lamp or adjust the sensitivity of a sensor. These resistors are not color coded, but you’ll most often find a stamped labeled on the bottom or inner ring giving the value of pots as they are called. Another version of the variable resistor is the trimmer. These are potentiometers with a plastic thumbwheel or slot for a screwdriver and are designed for occasional adjustments. R5 is a photo resistor, which is sensitive to light and gives a higher or lower resistance value depending on the level of light.

Carbon_Film_Resistors

Fixed Resistor

potensiometer_trimmer

Variable Resistor or Potentiometer

CAPACITORS

Capacitors have 3 primary functions:

1. To store a charge, much like a battery. These capacitors are normally electrolytic and are used in situations like power supplies where a fluctuating DC voltage needs to be smoothed, or, have the ripple taken out.

2. A capacitor is used to block DC while allowing AC to pass through such as in an audio amplifier where we are passing the audio signal through from one stage to the next.

3. To counteract inductive reactance in order to create a “tuned circuit”.

4. A cap can also be used as a spike filtering, which is slightly different than smoothing an AC signal. The term for this purpose is “bypass cap” in case anyone out there was wondering about that one.

When power gets to them they hold a charge right away, but will eventually discharge if left alone or you can discharge a capacitor by hitting both of it’s leads together or connect a resistor between both leads. Capacitors have different levels, which are specified in farads. Below are common schematics symbols for capacitors and common farad ratings.

An important thing to take notice of is that capacitors DO NOT add in series like resistors, just the opposite,
two 1mfd capacitors in series equal 0.5 mfd.

capacitors01

SWITCHES

I know, you are saying I know what a switch is. Well we are going to learn about them anyway. First let’s look at S1, this is a Normally Open push button switch. NO is short for Normally Open. This would be a good simple way to add a sensor for a robot when it hits a wall. If this switch hit a wall it would close and complete the circuit and current would travel though it. S2 is a NC or Normally Closed switch. When a NC switch is hit is opens the circuit and so no current runs though it while it is depressed.

Push_Button_Switch

DIODES

There are different types of diodes. The most common in small electronics is the signal diode shown in fig.2 and can be used to transform low current from AC to DC, multiply voltage, perform logic and absorb voltage spikes created by other devices. You also have your zener diodes that can function like a voltage sensitive switch. You also have your LED’s, which stand for Light Emitting Diodes, which we will discuss later. And you have your photodiode, which detects light, this also to be addressed later. Circuit schematics will always give you the name of the diode used, it will be something like 1N4003 or 1N914…this is how you will look them up to order or buy them at a local electronics store.

An important note on all forms of diodes is that they are not like resistors; they have positive and negative ends. Current will flow when a diode’s Anode end is more positive than it’s Cathode end.

029_02

LED’s

LED stands for Light Emitting Diode. LED’s convert an electrical current directly into light. The light emitted by an LED is directly proportional to current through the LED. This means LED’s are ideal for transmission of information. However, LED’s need direct line of sight and they usually have a short range of light emission. Because LED’s are current dependent they need to be protected from excessive current with a resistor. For most robotic applications with power sources of around 9 volts I find that a 1K resistor will always to the trick. A normal schematics symbol for a LED is pictured below along with a drawing of what an actual LED looks like. You’ll notice one lead is longer than the other, in most cases a longer lead indicates that it is the positive lead.

1883Fig04

OPTICS

A Photo-Resistor is acts like a variable resistor because it changes resistance as the light level changes. They have no positive or negative end and there resistance is very high (up to millions of ohms) when no light is present. These are great for simple robotics eye to find the darkest or brightest point in a room or detect the difference between day and night. You’ll find photo resistor in many common security sensor and toys, including the Furby.

Now what is the schematics symbol that looks like a box with a LED and phototransistor inside? It is an “Opto isolator” which means simply optical isolator. It really is not much more than a box with a Light Emitting Diode and a phototransistor inside. This would not be used as a sensor. It as used as a switch. Say you have a high-powered motor you want to control with your computer. You would use an opto isolator in-between your computer and motor (along with other proper control circuitry) so that you computer can control your motor with out being directly linked to the motor incase something should go wrong the motor end, nothing will happen to your computer because it is “isolated” via the opto isolator!

photoresistor_thermistor

TRANSISTORS

Transistors are semiconductor devices with three leads. For those that don’t know “leads” simply refer to the pins or wires coming from a device or component. A very small current or voltage at one lead can control a much larger current flowing through the other two leads. This type of action turns a transistor into a mechanical switch. That’s pretty much the basic function, it’s a switch. Most integrated chips or IC’s as they are commonly called chips with several or many thousands of transistors inside. Computer processors are built up from millions of transistors. However, switching is not all a transistor can do, they can also be used as amplifiers.

The most basic transistor is probably a bipolar transistor and these transistors are made of three layers, which are the Emitter, Base and Collector.

labelled-transistor

Iif you wanted to control a relay with your computer you would need a transistor of this sort. The transistor would allow the very small current produced by your computer would go to the transistor’s base and emitter, which would allow the larger current on the emitter collector to flow to the relay.

Transistors of this sort have a few key features in common for instance the base – emitter junction and a diode will not conduct until the forward voltage exceeds 0.6 volts.

Too much current will cause a transistor to become hot and stop functioning. If a transistor is hot to the touch, disconnect the power it! Some project will force transistors to become hot and so proper heat sinks are connected to these transistors. Transistor meant for heavier loads will come with a metal tab on the back for mounting to a heat sink. A heat sink is black metal that is designed to dissipate the heat coming from these “power” transistors. As they relate to robotics heavy-duty motor controls (for motors 12 volt and up) you might see power transistors like this with heat sinks attached to them. Also power supplies often have these sort of transistors. Transistors of this sort are often MOSFET’s, which stands for Metal Oxide Semiconductor Field-Effect Transistor, or MOSFET for short. These transistor schematics symbols are picture to the right in the pervious schematics listing picture. MOSFET allow a few volts to switch or amplify many amperes at very fast speeds, this makes them perfect for control of larger motors.

The middle transistor schematics symbols are JFET’s or Junction Field-Effect Transistors. JFET’s can be used as amplifiers or switches just like all other transistors but they have a built in high resistance on their Gates (JFET’s don’t have an emitter, base and collector they have a source, gate and drain pins) so the have little effect on external components connect to their gates. If a JFET were used in the above relay circuit this would mean the computer would be even safer from voltage spikes. JFET’s are not often used for high power jobs.

INTERGRATED CIRCUITS

Integrated Circuits or IC’s for short reference are small electronics circuits contained inside a silicon chip. For instance an IC’s might have for build in transistor with 2 diodes and 2 resistors….this may never be displaced in the schematics symbols but that are build inside by tiny layers of silicon. IC’s are what make smaller electronics possible and what drive you computer; there are millions of different types of IC’s. At their most common core an IC is built up from basic transistors.

Integrated Circuits some in many different packages, the most common by far is the “dip” which stands for Dual In-line Package, in other words you have two rows of pins of a chip like this. Most IC’s will come with a little index marker, which will indicate which is pin 1, the marker looks like a little indented hole. DIP can range in pin count from 4 to 64. Most IC’s of this nature are clearly marked with the part number on them, such as 7404 or 555. Some schematic symbols for IC’s will look like the actual dip package with a box and the pins labeled and going to the other components of the circuit. This is the case with many schematics with 555 chips in them. However, most of the time the chip is cut up and parts of it are placed though out the circuit schematics. The cut up parts are the gates of the chips. The gates are like individual circuits inside the IC.

ic

RELAYS and SPEAKERS

There are many different types of relays, but they all do the same things, which is to act like a switch. Inside a relay you’ll find a coil (as pictured) and an arrangement of contacts which provide different types of switching, such as SPST, SPDT and DPDT or Double Pole Double Through.

relays

HyDrive_Speaker_cutaway-web

T

Advertisement