Difference between revisions of "Integrated Circuits"

From OpenCircuits
Jump to navigation Jump to search
m (Protected "Integrated Circuits": spam magnet [edit=autoconfirmed:move=autoconfirmed] (expires 02:00, 5 May 2008 (UTC)))
(35 intermediate revisions by 8 users not shown)
Line 1: Line 1:
 +
An '''integrated circuit''' (also called a '''chip''') is a sliver of silicon in a small package with metal "pins" (also called "legs") used to attach it to other things.
 +
There are a few [[Popular Parts]] that are useful in nearly every electronics project.
 +
The main categories of integrated circuits are:
 +
 +
== ADC: Analog to Digital Converter ==
 +
 +
This device takes an analog input and converts it to a digital value. There are a huge variety of ADCs available. Types vary by:
 +
* Number of bits of resolution.
 +
* Span of voltage from lowest to highest, and various methods of adjusting this.
 +
* Speed of conversion.
 +
* Method of conversion.
 +
* Method of reading data from the ADC.
 +
 +
If you need 10 bits or less of resolution, counter-intuitively,
 +
it costs less to buy an ADC plus a microcontroller on one chip than to buy a stand-alone ADC.
 +
 +
* ATTINY13V -- lowest-price chip I know of with at least one 10 bit ADC
 +
* ATTINY261 -- lowest $/ADC chip I know of
 +
* LPC2101FBD48 -- lowest-price 32-bit microcontroller I know of with at least one internal 10 bit ADC
 +
 +
Many people [[Programmable_Chip_EEG#See_also: | (*)]] do EKGs with only 10 bit converters.
 +
 +
The [[Programmable Chip EEG]] might need more bits of resolution.
 +
 +
What low-cost ADC are available with at least 12 bits? ''(prices in quantity 1 from Newark or Digikey)''
 +
* $2.50 MCP3301 has 1 ADC input (13 bits)
 +
* $3.50 MCP3302 has 2 ADC input (13 bits)
 +
* $3.50 MCP3204 has 4 ADC input (12 bits)
 +
* $4 MCP3208 has 8 ADC input (12 bits)
 +
* $7 dsPIC30F 2011 microcontroller has 8 ADC inputs (12 bits). See [[dsPIC30F 5011 Development Board]] for details.
 +
* $10 18F2553 USB microcontroller has 12bit ADC( $5.11 from http://buy.microchip.com in single unit quantities )
 +
* $6.50 CY8C27443 Cypress PSoC microcontroller has 4 ADC inputs (14 bits) -- but what is the sampling rate? Also has 4 DAC outputs (9 bits).
 +
* $56 analog devices AD7716: four independent, simultaneous 22 bit ADCs.
 +
* the Maxim MAX1464 includes a 16-bit ADC, 12-bit DAC, a programmable gain amp (PGA), temp sensor, and 16-bit processor. Its program is in Flash and can be re-programmed. (Replaces the obsolete Maxim MAX1460)
 +
* $16 Analog Devices AduC812: 200kHz 12-bit ADC, 12-bit DAC, and flash-based 8051 MCU core.
 +
* $15 [http://www.maxim-ic.com/maxq7665 Maxim MAXQ7665]: 500ksps 12-Bit ADC, 12-Bit DAC, flash-based 16-bit MAXQ MCU core
 +
* $7 to $16 Texas Instruments MSP430: 300 ksps 12 bit ADC, 35 ksps 12 bit DAC
 +
* $8.10 Atmel ATxmega128A1: sixteen 2 Msps 12-bit ADC, four 1 Msps 12-bit DAC (alas, not available in DIP package)(is this available yet?)
 +
* $60 Actel Fusion AFS250-PQG208: has 30 ADC input (12 bits; up to 600 ksps), a FPGA, and a 32-bit ARM processor (not available in DIP package. Also, not really "low cost").[http://www.actel.com/products/fusion/][http://www.actel.com/products/hardware/devkits_boards/fusion_embedded.aspx]
 +
 +
''I am astonished to discover that (a few) microcontrollers include 12 bit or more ADCs. Are there others? --[[User:DavidCary|DavidCary]] 18:48, 28 August 2007 (PDT)''
 +
 +
For information on use see: [[Using ADCs]]
 +
 +
== Digital to Analog Converters ==
 +
These devices take an digital input and convert it to an analog output
 +
 
== Digital Potentiometers ==
 
== Digital Potentiometers ==
 
[[Digital Potentiometers|Digital Potentiometers(AD5204)]]
 
[[Digital Potentiometers|Digital Potentiometers(AD5204)]]
Line 5: Line 52:
 
Unlike a mechanical POT, digital POTs often have the restriction that one of the three terminals of the POT needs GND, making these devices harder to use in applications where none of the three terminals is GND -- such as LCD contrast adjustment, where the contrast is controlled by a voltage lower than GND.
 
Unlike a mechanical POT, digital POTs often have the restriction that one of the three terminals of the POT needs GND, making these devices harder to use in applications where none of the three terminals is GND -- such as LCD contrast adjustment, where the contrast is controlled by a voltage lower than GND.
  
== Voltage Regulators ==
+
[http://www.arduino.cc/en/Tutorial/SPIDigitalPot Controlling a Digital Potentiometer Using SPI]
{|
+
 
! colspan="2" align="left"| Linear Regulators
+
== Drivers ==
|-
+
The basic idea behind the driver is that you have already had the brains of the circuit figure out what to do, now you need some little boost ( often just current and/or voltage ) to finish the circuit and "drive" the final component.  ( what we have here is just a tiny beginning on this subject ) The simplest driver is just a transistor boosting the output of a microcontroller.  In fact a common application of drivers is to boost microcontroller outputs. Other dirvers are complicated enough to be compared to custom programed microcontrolles with power outputs.
| align="center"|[[Image:Main-LT1528.jpg|69px|LT1528]]<br>[[LT1528]]
+
 
| High current, Variable Voltage Regulator
+
=== Motor Drivers ===
|-
+
{{main|motor driver}}
| align="center"|[[Image:TPS-V-Reg.jpg|69px|TPS V-Reg]]<br>[[TPS V-Regs]]
 
| These are 3.3V and 5V LDO, Low-Noise Voltage Regulators. Very small SOT-23 SMD package. 150mA max current. Best used in battery applications.
 
|-
 
| align="center"|[[Image:Main-LM7805.jpg|69px]]<br>[[Basic Voltage Regulators]]
 
| Variable voltage regulators, set output regulators, we give you the whole breakdown. Perfect for use with an external wall-wart power supply.
 
|-
 
| align="center"| [[Image:UA723CN_Symbol.gif]]<br>[[The 723 Voltage Regulator]]
 
| Precision Voltage Regulator. Can be used as fixed or floating, variable, linear or switching.
 
'''NOTE:''' Only the DIP-14 version (image) has the Vz pin, which is used for negative regulators. The Metal Can and the Flat-Pack do not have enough pins so exclude the Vz.
 
|-
 
| &nbsp;
 
|-
 
! colspan="2" align="left"| Switching Regulators
 
|-
 
| align="center"| [[Image:MCP1253-ADJ.png|69px]]<br>[[MCP1252/3]]
 
| Extremely Efficient, 120mA Flyback Switching Regulators.
 
|-
 
|}
 
  
See [[switching regulator]].
+
There are various types some, such as H bridges which allow a dc motor to be run either forward or reverse. Others drive stepper motors while still others drive brushless motors.  Parts include:
  
== Microcontrollers ==
+
=== Low Side Driver Arrays ===
 +
Typically these have low voltage ( 5 v ) low current inputs which switch a output circuit, on the low side, either on or off.  Often 8 drivers come in a single IC, enough to drive 2 stepper motors.    Parts include: ULN2803
  
Microcontrollers are little computers on a single Die/Package.  The computer includes a CPU core, RAM, ROM/FLASH, and peripherals including UARTS, A/D converters, SPI, and I2C. Most modern microcontrollers use FLASH ram instead of a ROM so they can be programmed over and over.  Many modern microcontrollers allow self-flashing to enable bootloading or a firmware update without pulling the chip from the circuit or using a programmer/debugger. Microcontrollers tend to be more optimizated for writting in assembly then PCs, but C and less so Basic are becoming the standard programming languages.
+
=== High Side Driver Arrays ===
 +
Similar to Low Side Driver Arrays, but switching on the high side. Parts include: UCN2981 UCN2982 UCN2984
  
* [[Image:lpc2103.jpg|69px|LPC2103]] [http://www.k9spud.com/arm/lpc2103/ LPC2103] Low cost 70MHz ARM7TDMI-S FLASH Microcontroller from Philips. The [http://coridiumcorp.com/arm7/ "$49" "Coridium ARMmite"]  does use this chip.
+
=== Mosfet Drivers ===
* [[Atmel]] AVR 8 bit FLASH microcontrollers
+
Mosfets are basically voltage controlled devices, but the input is also a capicatorBecause of this you need considerable current to charge the capicator and switch them on fast.   Parts include:
* [[Microchip]] PIC 8 bit FLASH microcontrollers
 
* [[Microchip]] dsPIC/PIC24 16 bit FLASH microcontrollers ( [[DsPIC30F 5011 Development Board]] )
 
* [[Microchip]] PIC32 32 bit FLASH microcontrollers
 
* Cypress PSoC 8 bit FLASH microcontrollers
 
  
''I've written a little about the various kinds of microcontrollers at [http://en.wikibooks.org/wiki/Embedded_Systems/Particular_Microprocessors Wikibooks: Embedded Systems]. --[[User:DavidCary|DavidCary]] 06:15, 10 March 2007 (PST)''
+
=== Seven Segment Drivers ===
 +
Parts include:
  
== Op Amps ==
+
=== Others Drivers ===
  
Op amps and instrumentation amps.
+
== LM35 Temperature Sensor ==
  
[[op amp]]s: great for amplifying weak signals from [[sensors]] to a more useful level. Also used in filters, integrators, etc. Very high gain differential amplifiers.  Feedback through a resistor network is used to adjust final gain.  Resistors and capacitors can be placed in the feedback path to create complex circuits such as filters. Used to condition signals received from sensors.
+
See [[Sensors]]
* [[LT1168|LT1168 Programmable-Gain Precision Instrumentation Amplifier]]  - Low Power, Single Resistor Gain Programmable, Precision Instrumentation Amplifier
 
* [[LT1114|LT1114 Low Power Precision OP-Amps]] are used for amplification and filtering of the signal - Dual/Quad Low Power Precision, Picoamp Input Op Amps
 
* [http://en.wikibooks.org/wiki/Electronics/Op-Amps Wikibooks:Op-Amps] has a "quick design process" using Daisy's theorem: ''"The sum of the gains = +1 in a properly-designed op amp circuit."''
 
* [http://ciphersbyritter.com/RADELECT/PREOPAMP/OPAMPDSN.HTM "Some Op Amp Audio Design Issues"] by Terry Ritter
 
* [http://focus.ti.com/lit/an/slod006b/slod006b.pdf "Op Amps for Everyone" ] Great free book that describes a large number of Op-Amp circuits including single rail variation.  A pay version is available at Amazon.  I don't know what the differences are between the two versions.
 
  
== logic gates ==
+
== Logic Gates ==
  
Logic gates are the building blocks of digital circuits.  Any digital circuit including microprocessors can be built out of the NOT function plus AND or OR.   
+
Logic gates are the building blocks of digital circuits.  Any digital circuit including microprocessors can be built out of the NOT function plus AND or OR.  Different chips are distinguished by speed, voltage level, output drive, and power used.  They are often divided into families which have characteristics in common.  There are hundreds of different types.
  
 
Common forms found in discrete gates:
 
Common forms found in discrete gates:
Line 74: Line 97:
 
There are hundreds of other specialized logic gates. Here we only list the ones we actually use in some Open Circuit [[Projects|Project]]:
 
There are hundreds of other specialized logic gates. Here we only list the ones we actually use in some Open Circuit [[Projects|Project]]:
  
* 74HC595 eight bit shift register with output latch (used for POV display)
+
* 74HC595 eight bit shift register with output latch (used for [[POV display]]) There are other shift registers, some of quite high power ( generally low side switches ) we should reference some here soon, else google for them.  Some are intended to drive led's.
  
 
* Low pin count( 8 - 12 ) microcontrollers are great for logic gate replacement when high speed is not required.  Athough slower, slightly more expensive, and needing to be programmed they are great for prototyping due to the extra flexibility that comes from not needing to stock lots of gate variations.
 
* Low pin count( 8 - 12 ) microcontrollers are great for logic gate replacement when high speed is not required.  Athough slower, slightly more expensive, and needing to be programmed they are great for prototyping due to the extra flexibility that comes from not needing to stock lots of gate variations.
  
* FPGAs are flexible ICs contain a very large number of gates( thousands to millions ) that can be arbitrarly connected together through programming in VHDL.  Only available in surface mount large pin counts.  It's possible to prototype processor designs with these devices.
+
* FPGAs are flexible ICs contain a very large number of gates( thousands to millions ) that can be arbitrarily connected together through programming in VHDL.  Only available in surface mount large pin counts.  Many people prototype processor designs with these devices ([http://en.wikipedia.org/wiki/Soft_processor Wikipedia: soft microprocessor]).
 +
 
 +
 
 +
Links:
 +
 
 +
*[http://focus.ti.com/lit/sg/sdyu001z/sdyu001z.pdf Logic Guide] A useful guide from TI.
 +
*[http://www.allaboutcircuits.com/vol_4/index.html All About Circuits - Volume IV - Digital] Part of a useful, free, online text.
 +
 
 +
== Microcontrollers ==
 +
 
 +
See [[microcontroller]] for details.
 +
 
 +
== [[op_amp|Op Amps]] ==
 +
 
 +
Op amps and instrumentation amps.
 +
 
 +
An operational amplifier is one of the most useful of linear ( not digital ) circuits. It is normally a fairly low power device ( 15 volts 10 ma or less ) that can amplify, clip, offset.... [[op amp]]s: great for amplifying weak signals from [[sensors]] to a more useful level. Also used in filters, integrators, etc. Very high gain differential amplifiers.  Feedback through a resistor network is used to adjust final gain.  Resistors and capacitors can be placed in the feedback path to create complex circuits such as filters. Often use it with a micro controller to “condition” signals from sensors prior to digitizing them. For example a temperature sensor may deliver 0 to 1 volt, where we want 0 to 5 volts for the PIC. The solution: a quick little op amp amplifier with a gain of 5.  
 +
 
 +
Uses
 +
*Amplifiers
 +
*Filters
 +
*Oscillator
 +
*Clippers
 +
*and on and on
 +
 
 +
See our main discussion at: [[op amp]]
 +
 
 +
 
  
 
== RF ICs/Modules ==
 
== RF ICs/Modules ==
 +
 +
Many open-source [[radio communication]] systems use an RF IC.
  
 
RF modules allow transmission and reception of digital signals over radio.  The two most common types are AM and FM( FSK ).  The three major frequency bands used by unlicensed devices are 433MHz, 900MHz, and 2.4GHz.  433MHz has very limited uses by the FCC and is mostly used by garage door openers and wireless key entry systems.  Many newer devices are moving to 2.4GHz due to the greater amount of room, althrough 2.4GHz is harder to use and has less range then the same power 900MHz system.
 
RF modules allow transmission and reception of digital signals over radio.  The two most common types are AM and FM( FSK ).  The three major frequency bands used by unlicensed devices are 433MHz, 900MHz, and 2.4GHz.  433MHz has very limited uses by the FCC and is mostly used by garage door openers and wireless key entry systems.  Many newer devices are moving to 2.4GHz due to the greater amount of room, althrough 2.4GHz is harder to use and has less range then the same power 900MHz system.
  
A major consideration when choosing an RF IC/Module is the amount of protocol stack that the device contains.  Some modules are little more then a modulator and demodulator with the digial imput and output directly controlling the RF signal to serial line wire replacement modules that implement frequency hopping, pairing, error correct/detection, and retransmission of broken data.
+
A major consideration when choosing an RF IC/Module is the amount of protocol stack that the device contains.  Some modules are little more then a modulator and demodulator with the digital input and output directly controlling the RF signal. Other modules are complete serial line wire replacement modules that implement frequency hopping, pairing, error correct/detection, and retransmission of broken data.
  
 
[http://www.linxtechnologies.com/ Linx Technologies] makes several low power RF transmitter/receiver chips. Their range is around 500' - 1000'. They are geared for one way communication only, like keyless entry systems. They also make several serial encoding chips that make the wireless communication more secure/crack proof. Their latest chip, the HS series, is based upon the SkipJack algorithm developed by the NSA. BBA broadband ampifier modules are available for boosting the signal power to 17dBm when combined with the HP-3 modules and FHSS techniques.
 
[http://www.linxtechnologies.com/ Linx Technologies] makes several low power RF transmitter/receiver chips. Their range is around 500' - 1000'. They are geared for one way communication only, like keyless entry systems. They also make several serial encoding chips that make the wireless communication more secure/crack proof. Their latest chip, the HS series, is based upon the SkipJack algorithm developed by the NSA. BBA broadband ampifier modules are available for boosting the signal power to 17dBm when combined with the HP-3 modules and FHSS techniques.
Line 99: Line 151:
 
[[Category:Components]]
 
[[Category:Components]]
  
== ADC analog to digital converter ==
 
  
There are a huge variety of ADCs available.
+
== Voltage Regulators ==
 +
Input to a regulator is a voltage that either varies over time or varies with the load.  The output is a voltage that is constant.  Many voltage regulators also include a current limiter and/or short circuit protection.  They come in two basic varities linear and switching.  Switching regulators are more complicated and expensive, but are also more efficient, and can sometimes have a larger output voltage than the input.
  
If you need 10 bits or less of resolution,
 
counter-intuitively,
 
it costs less to buy an ADC plus a microcontroller on one chip
 
than to buy a stand-alone ADC.
 
  
* ATTINY13V -- lowest-price chip I know of with at least one 10 bit ADC
+
{|
* ATTINY261 -- lowest $/ADC chip I know of
+
! colspan="2" align="left"| Linear Regulators
* LPC2101FBD48 -- lowest-price 32-bit microcontroller I know of with at least one internal 10 bit ADC
+
|-
 +
| align="center"|[[Image:Main-LT1528.jpg|69px|LT1528]]<br>[[LT1528]]
 +
| High current, Variable Voltage Regulator
 +
|-
 +
| align="center"|[[Image:TPS-V-Reg.jpg|69px|TPS V-Reg]]<br>[[TPS V-Regs]]
 +
| These are 3.3V and 5V LDO, Low-Noise Voltage Regulators. Very small SOT-23 SMD package. 150mA max current. Best used in battery applications.
 +
|-
 +
| align="center"|[[Image:Main-LM7805.jpg|69px]]<br>[[Basic Voltage Regulators]]
 +
| Variable voltage regulators, set output regulators, we give you the whole breakdown. Perfect for  use with an external wall-wart power supply.
 +
|-
 +
| align="center"| [[Image:UA723CN_Symbol.gif]]<br>[[The 723 Voltage Regulator]]
 +
| Precision Voltage Regulator. Can be used as fixed or floating, variable, linear or switching.
 +
'''NOTE:''' Only the DIP-14 version (image) has the Vz pin, which is used for negative regulators. The Metal Can and the Flat-Pack do not have enough pins so exclude the Vz.
 +
|-
 +
| &nbsp;
 +
|-
 +
! colspan="2" align="left"| Switching Regulators
 +
|-
 +
| align="center"| [[Image:MCP1253-ADJ.png|69px]]<br>[[MCP1252/3]]
 +
| Extremely Efficient, 120mA Flyback Switching Regulators.
 +
|-
 +
|}
  
Many people [[Programmable_Chip_EEG#See_also: | (*)]] do EKGs with only 10 bit converters.
+
See also:
 +
*[[Basic Voltage Regulators]]
 +
*[[switching regulator]]
  
The [[Programmable Chip EEG]] might need more bits of resolution.
+
== [[555 Timers]] ==
 
+
[[555 Timers]]
What low-cost ADC are available with at least 12 bits? ''(prices in quantity 1 from Newark or Digikey)''
 
* $2.50 MCP3301 has 1 ADC input (13 bits)
 
* $3.50 MCP3302 has 2 ADC input (13 bits)
 
* $3.50 MCP3204 has 4 ADC input (12 bits)
 
* $4 MCP3208 has 8 ADC input (12 bits)
 
* $7 dsPIC30F 2011 microcontroller has 8 ADC inputs (12 bits). See [[dsPIC30F 5011 Development Board]] for details.
 
* $10 18F2553 USB microcontroller has 12bit ADC( $5.11 from http://buy.microchip.com in single unit quantities )
 
* $6.50 CY8C27443 Cypress PSoC microcontroller has 4 ADC inputs (14 bits) -- but what is the sampling rate? Also has 4 DAC outputs (9 bits).
 
* $56 analog devices AD7716: four independent, simultaneous 22 bit ADCs.
 
* [http://www.maxim-ic.com/appnotes.cfm/an_pk/885 the Maxim MAX1460 includes a 16-bit ADC, 12-bit DAC], a programmable gain amp (PGA), temp sensor, and 16-bit processor. (Alas, its program is in unchangeable ROM).
 
* Analog Devices AduC812: 200kHz 12-bit ADC, 12-bit DAC, and flash-based 8051 MCU core.
 
 
 
''I am astonished to discover that (a few) microcontrollers include 12 bit or more ADCs. Are there others? --[[User:DavidCary|DavidCary]] 18:48, 28 August 2007 (PDT)''
 
 
 
 
 
== LM35 Temperature Sensor ==
 
== 555 Tiimer ==
 

Revision as of 09:19, 16 October 2014

An integrated circuit (also called a chip) is a sliver of silicon in a small package with metal "pins" (also called "legs") used to attach it to other things. There are a few Popular Parts that are useful in nearly every electronics project. The main categories of integrated circuits are:

ADC: Analog to Digital Converter

This device takes an analog input and converts it to a digital value. There are a huge variety of ADCs available. Types vary by:

  • Number of bits of resolution.
  • Span of voltage from lowest to highest, and various methods of adjusting this.
  • Speed of conversion.
  • Method of conversion.
  • Method of reading data from the ADC.

If you need 10 bits or less of resolution, counter-intuitively, it costs less to buy an ADC plus a microcontroller on one chip than to buy a stand-alone ADC.

  • ATTINY13V -- lowest-price chip I know of with at least one 10 bit ADC
  • ATTINY261 -- lowest $/ADC chip I know of
  • LPC2101FBD48 -- lowest-price 32-bit microcontroller I know of with at least one internal 10 bit ADC

Many people (*) do EKGs with only 10 bit converters.

The Programmable Chip EEG might need more bits of resolution.

What low-cost ADC are available with at least 12 bits? (prices in quantity 1 from Newark or Digikey)

  • $2.50 MCP3301 has 1 ADC input (13 bits)
  • $3.50 MCP3302 has 2 ADC input (13 bits)
  • $3.50 MCP3204 has 4 ADC input (12 bits)
  • $4 MCP3208 has 8 ADC input (12 bits)
  • $7 dsPIC30F 2011 microcontroller has 8 ADC inputs (12 bits). See dsPIC30F 5011 Development Board for details.
  • $10 18F2553 USB microcontroller has 12bit ADC( $5.11 from http://buy.microchip.com in single unit quantities )
  • $6.50 CY8C27443 Cypress PSoC microcontroller has 4 ADC inputs (14 bits) -- but what is the sampling rate? Also has 4 DAC outputs (9 bits).
  • $56 analog devices AD7716: four independent, simultaneous 22 bit ADCs.
  • the Maxim MAX1464 includes a 16-bit ADC, 12-bit DAC, a programmable gain amp (PGA), temp sensor, and 16-bit processor. Its program is in Flash and can be re-programmed. (Replaces the obsolete Maxim MAX1460)
  • $16 Analog Devices AduC812: 200kHz 12-bit ADC, 12-bit DAC, and flash-based 8051 MCU core.
  • $15 Maxim MAXQ7665: 500ksps 12-Bit ADC, 12-Bit DAC, flash-based 16-bit MAXQ MCU core
  • $7 to $16 Texas Instruments MSP430: 300 ksps 12 bit ADC, 35 ksps 12 bit DAC
  • $8.10 Atmel ATxmega128A1: sixteen 2 Msps 12-bit ADC, four 1 Msps 12-bit DAC (alas, not available in DIP package)(is this available yet?)
  • $60 Actel Fusion AFS250-PQG208: has 30 ADC input (12 bits; up to 600 ksps), a FPGA, and a 32-bit ARM processor (not available in DIP package. Also, not really "low cost").[1][2]

I am astonished to discover that (a few) microcontrollers include 12 bit or more ADCs. Are there others? --DavidCary 18:48, 28 August 2007 (PDT)

For information on use see: Using ADCs

Digital to Analog Converters

These devices take an digital input and convert it to an analog output

Digital Potentiometers

Digital Potentiometers(AD5204) The digital Potentiometers made by analog devices (AD5204) has 255 positions can be adjusted by the microcomputer that can receive commands from the computer. This is a great way for analog circuitry to have digital control. This is a chip with 4 digitally controlled POTs and the pots can be daisy chained to have multiple chips controlled by a single SPI interface.

Unlike a mechanical POT, digital POTs often have the restriction that one of the three terminals of the POT needs GND, making these devices harder to use in applications where none of the three terminals is GND -- such as LCD contrast adjustment, where the contrast is controlled by a voltage lower than GND.

Drivers

The basic idea behind the driver is that you have already had the brains of the circuit figure out what to do, now you need some little boost ( often just current and/or voltage ) to finish the circuit and "drive" the final component. ( what we have here is just a tiny beginning on this subject ) The simplest driver is just a transistor boosting the output of a microcontroller. In fact a common application of drivers is to boost microcontroller outputs. Other dirvers are complicated enough to be compared to custom programed microcontrolles with power outputs.

Motor Drivers

Main Article: motor driver

There are various types some, such as H bridges which allow a dc motor to be run either forward or reverse. Others drive stepper motors while still others drive brushless motors. Parts include:

Low Side Driver Arrays

Typically these have low voltage ( 5 v ) low current inputs which switch a output circuit, on the low side, either on or off. Often 8 drivers come in a single IC, enough to drive 2 stepper motors. Parts include: ULN2803

High Side Driver Arrays

Similar to Low Side Driver Arrays, but switching on the high side. Parts include: UCN2981 UCN2982 UCN2984

Mosfet Drivers

Mosfets are basically voltage controlled devices, but the input is also a capicator. Because of this you need considerable current to charge the capicator and switch them on fast. Parts include:

Seven Segment Drivers

Parts include:

Others Drivers

LM35 Temperature Sensor

See Sensors

Logic Gates

Logic gates are the building blocks of digital circuits. Any digital circuit including microprocessors can be built out of the NOT function plus AND or OR. Different chips are distinguished by speed, voltage level, output drive, and power used. They are often divided into families which have characteristics in common. There are hundreds of different types.

Common forms found in discrete gates:

  • NAND - NOT of an AND
  • NOR - NOT of an OR
  • XOR - exclusive or
  • Flip-Flop - A 1 bit storage element that can be built out of more fundamental logic gates. Often available in packages of 8 and sold by the name of Latch or Register.

Descrete gates are available in a very large number of variations. The variations include TTL or CMOS inputs, standard vs. open collector outputs, and propagation delay.

There are hundreds of other specialized logic gates. Here we only list the ones we actually use in some Open Circuit Project:

  • 74HC595 eight bit shift register with output latch (used for POV display) There are other shift registers, some of quite high power ( generally low side switches ) we should reference some here soon, else google for them. Some are intended to drive led's.
  • Low pin count( 8 - 12 ) microcontrollers are great for logic gate replacement when high speed is not required. Athough slower, slightly more expensive, and needing to be programmed they are great for prototyping due to the extra flexibility that comes from not needing to stock lots of gate variations.
  • FPGAs are flexible ICs contain a very large number of gates( thousands to millions ) that can be arbitrarily connected together through programming in VHDL. Only available in surface mount large pin counts. Many people prototype processor designs with these devices (Wikipedia: soft microprocessor).


Links:

Microcontrollers

See microcontroller for details.

Op Amps

Op amps and instrumentation amps.

An operational amplifier is one of the most useful of linear ( not digital ) circuits. It is normally a fairly low power device ( 15 volts 10 ma or less ) that can amplify, clip, offset.... op amps: great for amplifying weak signals from sensors to a more useful level. Also used in filters, integrators, etc. Very high gain differential amplifiers. Feedback through a resistor network is used to adjust final gain. Resistors and capacitors can be placed in the feedback path to create complex circuits such as filters. Often use it with a micro controller to “condition” signals from sensors prior to digitizing them. For example a temperature sensor may deliver 0 to 1 volt, where we want 0 to 5 volts for the PIC. The solution: a quick little op amp amplifier with a gain of 5.

Uses

  • Amplifiers
  • Filters
  • Oscillator
  • Clippers
  • and on and on

See our main discussion at: op amp


RF ICs/Modules

Many open-source radio communication systems use an RF IC.

RF modules allow transmission and reception of digital signals over radio. The two most common types are AM and FM( FSK ). The three major frequency bands used by unlicensed devices are 433MHz, 900MHz, and 2.4GHz. 433MHz has very limited uses by the FCC and is mostly used by garage door openers and wireless key entry systems. Many newer devices are moving to 2.4GHz due to the greater amount of room, althrough 2.4GHz is harder to use and has less range then the same power 900MHz system.

A major consideration when choosing an RF IC/Module is the amount of protocol stack that the device contains. Some modules are little more then a modulator and demodulator with the digital input and output directly controlling the RF signal. Other modules are complete serial line wire replacement modules that implement frequency hopping, pairing, error correct/detection, and retransmission of broken data.

Linx Technologies makes several low power RF transmitter/receiver chips. Their range is around 500' - 1000'. They are geared for one way communication only, like keyless entry systems. They also make several serial encoding chips that make the wireless communication more secure/crack proof. Their latest chip, the HS series, is based upon the SkipJack algorithm developed by the NSA. BBA broadband ampifier modules are available for boosting the signal power to 17dBm when combined with the HP-3 modules and FHSS techniques.

Xbee wireless module XBee/XBee Pro modules Modules are a drop in Zigbee module. Modules have a UART style interface with an AT command set. Cheap and very popular, these modules are great for serial cable replacement or remote sensor monitoring.

Sparkfun Bluetooth Module Dropin module with a complete Bluetooth stack. Modules also have a UART interface with a AT command set. An advantage is many laptops and cellphones have a Bluetooth transceiver builtin.

Nordic Modules from Sparkfun Tranceiver modules that have a SPI interface and are capable of transmitting packets at 1Mbps. Modules implement packet indentification and CRC checksum compution but don't have a protocol stack per say. A large number of channels are available making FHSS possible, but the modules has a maximum power of 0dBm making them only suitable for short range communication.

XE1205 Chip from Semtec Transceiver IC with builtin 15dBm power amplifer. IC has a SPI interface with the data being transmitted with any wire format(NRZ/Manchester). DP1205 dropin modules are available which contain all the necessary descrete components. IC allows very rich configuration including frequency down to 500Hz, frequency deviation, and baseband filter. Available in 433MHz and 900MHz versions.

Cypress Semiconductor makes several 2.4ghz transceiver modules, which are available for sampling, and are fully assembled with PCB antennas. They use SPI to be configured and to communicate with the microcontroller. The CYWM6934 (10 meter range) and CYWM6935 (50 meter range) are both very easy to interface with. ratmandu 20:06, 23 November 2007 (PST)


Voltage Regulators

Input to a regulator is a voltage that either varies over time or varies with the load. The output is a voltage that is constant. Many voltage regulators also include a current limiter and/or short circuit protection. They come in two basic varities linear and switching. Switching regulators are more complicated and expensive, but are also more efficient, and can sometimes have a larger output voltage than the input.


Linear Regulators
LT1528
LT1528
High current, Variable Voltage Regulator
TPS V-Reg
TPS V-Regs
These are 3.3V and 5V LDO, Low-Noise Voltage Regulators. Very small SOT-23 SMD package. 150mA max current. Best used in battery applications.
Main-LM7805.jpg
Basic Voltage Regulators
Variable voltage regulators, set output regulators, we give you the whole breakdown. Perfect for use with an external wall-wart power supply.
UA723CN Symbol.gif
The 723 Voltage Regulator
Precision Voltage Regulator. Can be used as fixed or floating, variable, linear or switching.

NOTE: Only the DIP-14 version (image) has the Vz pin, which is used for negative regulators. The Metal Can and the Flat-Pack do not have enough pins so exclude the Vz.

 
Switching Regulators
MCP1253-ADJ.png
MCP1252/3
Extremely Efficient, 120mA Flyback Switching Regulators.

See also:

555 Timers

555 Timers