Menu Bar

Main Window

Trash
electromaniacs.com Theme Home News Downloads Tutorials WebLinks Login to Electromaniacs

  Menu Bar
 
Main Menu
Home
Forum
Live Chat
Blog
News
News Feeds
Links
How To
Online tools
Electronics lessons
Download Zone
Subscription
Search
FAQs
Contact Us
Forum Wrapper
Books store
Jobs
SiteMap
About us
Learnfobia
Translate site
Syndicate
5 Newest Users
nickson
(2007-07-29 04:00:51)
robert2001
(2007-07-28 14:04:51)
umesh kumar
(2007-07-28 11:33:50)
uyducell
(2007-07-28 11:17:06)
lkk
(2007-07-28 10:35:07)
Statistics
Members: 3887
News: 247
Web Links: 21
Visitors: 1702297
Your IP
You are connecting to this site from: 38.107.191.111
Who's Online
We have 12 guests online
jstatus
 
     
Home
 

 
A new PIC was born ! Welcome PIC32 :)
User Rating: / 0
The News - Semiconductor news
Written by Bogdan   

 PIC32

Microchip Technology Inc. announced the PIC32 family of 32-bit microcontrollers (MCUs). The PIC32 family adds more performance and more memory while maintaining pin, peripheral and software compatibility with Microchip’s 16-bit MCU/DSC families. To further ease migration and protect tool investments, the PIC32 family is fully supported by Microchip’s free MPLAB® Integrated Development Environment (IDE). The MPLAB IDE offers unprecedented compatibility by supporting Microchip’s complete portfolio of 8-, 16- and 32-bit devices.

“As a world leader in embedded-control solutions, Microchip is introducing the PIC32 family to build on the success of our vast 8- and 16-bit portfolio and offer customers a seamless migration path that bridges product families,” said Ganesh Moorthy, executive vice president of Microchip. “We provide designers with the most compatible environment in the industry for developing systems with 8-, 16-, and 32-bit MCUs!”

Consumers’ desire for ever-more engaging end products is driving system requirements for increased memory capacity, performance and functionality. Launching with seven general-purpose members, the PIC32 family operates at up to 72 MHz and offers ample code- and data-space capabilities with up to 512 KB Flash and 32 KB RAM. The PIC32 family also includes a rich set of integrated peripherals, significantly reducing total design complexity and cost. Examples include a variety of communication peripherals, a 16-bit Parallel Master Port supporting additional memory and displays, as well as a single-supply on-chip voltage regulator.

“Microchip brings a new perspective to the ever-growing 32-bit microcontroller market, born of their tremendous success in the 8-bit market,” said Tom Starnes, processor analyst at semiconductor market research firm Objective Analysis. “The peripheral-compatible PIC32 family should bring comfort to Microchip’s customers, knowing that the headroom is available as their applications evolve.”

The PIC32 family is based on the industry-standard MIPS32® architecture, with its leading combination of high performance, low power consumption, fast interrupt response and extensive industry tool support. The high-performance MIPS32 M4K® core can achieve best-in-class 1.5 DMIPS/MHz operation, due to its efficient instruction-set architecture, 5-stage pipeline, hardware multiply/accumulate unit and up to 8 sets of 32 core registers. To reduce system cost, the PIC32 supports MIPS16e™ 16 bit ISA—enabling code-size reductions of up to 40%.

“In the hands of the architects at Microchip, the MIPS architecture will do well in 32-bit MCUs,” said Max Baron, principal analyst at In-Stat. “Microchip gets a great architecture, while MIPS gets to be part of a series of MCUs from a company that is very successful in the MCU market. It’s a win-win for both companies.”

 

Read more...
 
Wheatstone bridge
User Rating: / 0
Electronics lessons - General electronics
Written by Sergiu   

Wheatstone bridge

A Wheatstone bridge is a measuring instrument invented by Samuel Hunter Christie in 1833 and improved and popularized by Sir Charles Wheatstone in 1843. It is used to measure an unknown electrical resistance by balancing two legs of a bridge circuit, one leg of which includes the unknown component. Its operation is similar to the original potentiometer except that in potentiometer circuits the meter used is a sensitive galvanometer.

Wheatstone's bridge circuit diagram.
Wheatstone's bridge circuit diagram.

In the circuit at right, Rx is the unknown resistance to be measured; R1, R2 and R3 are resistors of known resistance and the resistance of R2 is adjustable. If the ratio of the two resistances in the known leg (R2 / R1) is equal to the ratio of the two in the unknown leg (Rx / R3), then the voltage between the two midpoints will be zero and no current will flow between the midpoints. R2 is varied until this condition is reached. The current direction indicates if R2 is too high or too low.

Detecting zero current can be done to extremely high accuracy (see Galvanometer). Therefore, if R1, R2 and R3 are known to high precision, then Rx can be measured to high precision. Very small changes in Rx disrupt the balance and are readily detected.

If the bridge is balanced, which means that the current through the galvanometer Rg is equal to zero, the equivalent resistance of the circuit between the source voltage terminals is:

R1 + R2 in parallel with R3 + Rx

R_E = {{(R_1 + R_2) \cdot (R_3 + R_x)}\over{R_1 + R_2 + R_3 + R_x}}

Alternatively, if R1, R2, and R3 are known, but R2 is not adjustable, the voltage or current flow through the meter can be used to calculate the value of Rx, using Kirchhoff's circuit laws (also known as Kirchhoff's rules). This setup is frequently used in strain gauge and Resistance Temperature Detector measurements, as it is usually faster to read a voltage level off a meter than to adjust a resistance to zero the voltage.

Derivation

First, we can use the first Kirchhoff rule to find the currents in junctions B and D:

I_3\ - I_x\ - I_g\ =\ 0
I_1\ + I_g\ - I_2\ =\ 0

Then, we use Kirchhoff's second rule for finding the voltage in the loops ABD and BCD:

I_3 \cdot R_3 + I_g \cdot R_g - I_1 \cdot R_1 = 0
I_x \cdot R_x - I_2 \cdot R_2 - I_g \cdot R_g = 0

The bridge is balanced and Ig = 0, so we can rewrite the second set of equations:

I_3 \cdot R_3 = I_1 \cdot R_1
I_x \cdot R_x = I_2 \cdot R_2

Then, we divide the equations and rearrange them, giving:

R_x = {{R_2 \cdot I_2 \cdot I_3 \cdot R_3}\over{R_1 \cdot I_1 \cdot I_x}}

From the first rule, we know that I3 = Ix and I1 = I2. The desired value of Rx is now known to be given as:

R_x = {{R_3 \cdot R_2}\over{R_1}}

If all four resistor values and the supply voltage (Vs) are known, the voltage across the bridge (V) can be found by working out the voltage from each potential divider and subtracting one from the other. The equation for this is:

V = {{R_x}\over{R_3 + R_x}}V_s - {{R_2}\over{R_1 + R_2}}V_s

This can be simplified to:

V = \left({{R_x}\over{R_3 + R_x}} - {{R_2}\over{R_1 + R_2}}\right)V_s

The Wheatstone bridge illustrates the concept of a difference measurement, which can be extremely accurate. Variations on the Wheatstone bridge can be used to measure capacitance, inductance, impedance and other quantities, such as the amount of combustible gases in a sample, with an explosimeter. The Kelvin Double bridge was one specially adapted for measuring very low resistances. This was invented in 1861 by William Thomson, Lord Kelvin.

The concept was extended to alternating current measurements by James Clerk Maxwell in 1865 and further improved by Alan Blumlein in about 1926.

External links

 
Voltage divider
User Rating: / 0
Electronics lessons - General electronics
Written by Sergiu   

Voltage divider

In electronics, a voltage divider is a simple device designed to create a voltage (Vout) which is proportional to another voltage (Vin). It is commonly used to create a reference voltage, and may also used as a signal attenuator at low frequencies. Voltage dividers are also known by the terms resistor divider and potential divider.

 

Resistor divider

A voltage divider referenced to ground is created by connecting two resistors as shown in the following diagram:

Schematic of a resistor divider. R1 is connected to Vin and Vout, R2 is connected to Vout and GND

The output voltage Vout is related to Vin as follows:

V_\mathrm{out} =  \frac{R_2}{R_1+R_2} \cdot V_\mathrm{in}

It may be useful to note that R1 and R2 may each be comprised of many resistors in series.

As a simple example, if R1 = R2 then

V_\mathrm{out} = \frac{1}{2} \cdot V_\mathrm{in}

As a more specific and/or practical example, if Vout=6V and Vin=9V (both commonly used voltages), then:

\frac{V_\mathrm{out}}{V_\mathrm{in}} = \frac{R_2}{R_1+R_2} = \frac{6}{9} = \frac{2}{3}

and by solving using algebra, R2 must be twice the value of R1.

Any ratio between 0 and 1 is possible. That is, using resistors alone it is not possible to either reverse the voltage or increase Vout above Vin

 

Voltage divider as a voltage source

While voltage dividers may be used to produce very precise reference voltages, they make very poor voltage sources. This is because if a load is connected between the output voltage and ground the effective resistance between Vout and ground decreases. A change in the resistance of R2 changes the load voltage, an undesirable situation for a voltage source.

In terms of the above equation, if current flows into a load resistance (through Vout), that load resistance must be considered in parallel with R2 to determine the voltage at Vout. In this case, the voltage at Vout is calculated as follows:

V_\mathrm{out} = \frac{R_2 \| R_\mathrm{L}}{R_1+R_2 \| R_\mathrm{L}} \cdot V_\mathrm{in} = \frac{R_2}{R_1+R_2+\frac{R_1R_2}{R_\mathrm{L}}} \cdot V_\mathrm{in}

where RL is a load resistor in parallel with R2.

Note that for high impedence loads it is possible to use a voltage divider as a voltage source, as long as R1 and R2 have very small values compared to the load. This technique is rarely used, as the power disipated in such a divider would be considerable.

 

Use of voltage dividers

Voltage dividers are often used to produce stable reference voltages. These reference voltages may be used at a device with a high input impedence, such as an op-amp without fear of loading the divider. Alternatively, the reference voltage may be used to set the voltage being produced by a voltage source. A simple way of doing this (for low power applications) is to simply input the reference voltage into the non-inverting input of an op-amp buffer.

Impedance divider

A voltage divider is usually thought of as two resistors, but for electronics signals at a given frequency capacitors, inductors, or any combined impedance can be used. For general impedances Z1 and Z2, the voltage becomes

V_\mathrm{out} =  \frac{Z_2}{Z_1+Z_2} \cdot V_\mathrm{in}

For instance, a divider can be made with a resistor and capacitor:

Schematic of a voltage divider with a capacitor. Resistor is connected to Vin and Vout.  Cap is connected to Vout and GND

The resistor's impedance is simply its resistance:

ZR = R

The capacitor's impedance is a large resistance at low frequencies and a low resistance at high frequencies. The exact formula is:

Z_\mathrm{C} = {1 \over j \omega C}

where j is the imaginary unit, and ω is frequency in radians per second. This divider will then have the voltage ratio:

{V_\mathrm{out} \over V_\mathrm{in}} =  {Z_\mathrm{C} \over Z_\mathrm{C} + Z_\mathrm{R}} = {{1 \over j \omega C} \over {1 \over j \omega C} + R} = {1 \over 1 + R j \omega C}

The ratio then depends on frequency, in this case decreasing as frequency increases. This circuit is, in fact, a basic (first-order) lowpass filter, or, in the world of audio, a treble-cut filter. The ratio contains an imaginary number, and actually contains both the amplitude and phase shift information of the filter. To extract just the amplitude ratio, calculate the magnitude of the ratio, or just use the reactance of the capacitor instead of the impedance.

External links

References

  • Paul Horowitz and Winfield Hill, The Art of Electronics, Cambridge University Press, 1989.
 
<< Start < Prev 1 2 3 4 5 6 Next > End >>

Results 5 - 8 of 22
Sponsored Links



 
  Privacy Policy