Difference between revisions of "Integrated Circuits"

From OpenCircuits
Jump to navigation Jump to search
(expand the microcontroller section)
Line 48: Line 48:
 
Op amps and instrumentation amps.
 
Op amps and instrumentation amps.
  
[[op amp]]s: great for amplifying weak signals from [[sensors]] to a more useful level. Also used in filters, integrators, etc.  
+
[[op amp]]s: 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.
 
* [[LT1168|LT1168 Programmable-Gain Precision Instrumentation Amplifier]]  - Low Power, Single Resistor Gain Programmable, Precision Instrumentation Amplifier
 
* [[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
 
* [[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

Revision as of 21:06, 12 December 2007

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 controled by a single SPI interface.


Voltage Regulators

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.

Microcontrollers

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.

I've written a little about the various kinds of microcontrollers at Wikibooks: Embedded Systems. --DavidCary 06:15, 10 March 2007 (PST)

Op Amps

Op amps and instrumentation amps.

op amps: 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.

logic gates

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)
  • Low pin count( 8 - 12 ) microcontrolers 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.

RF ICs/Modules

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/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)

ADC analog to digital converter

There are a huge variety of ADCs available.

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 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 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? --DavidCary 18:48, 28 August 2007 (PDT)