Difference between revisions of "Microcontroller"

From Organic Design wiki
(expand)
(MCU programming)
Line 1: Line 1:
 
[[Category:Hardware]][[Category:Media Center]]
 
[[Category:Hardware]][[Category:Media Center]]
 
A ''computer on a chip'' device that combines a range of useful hardware in a convienent package. Also known as a MCU in technical some documents.
 
A ''computer on a chip'' device that combines a range of useful hardware in a convienent package. Also known as a MCU in technical some documents.
 +
 +
In a microcontroller package you would expect to find flash memory (usually NAND type), RAM, CPU, analogue to digital converters, tri-state input/outputs, internal oscillator (often an external crystal is used anyway), [[w:ICSP|ICSP]] interface.
 +
 +
ICSP enables the flash memory top be programmed via a simple five-wire serial protocol. This standard applies to AVR, PIC and others. A simple circuit connected to a PC serial port enables convienent programming of the MCU without removing it from it's socket.
 +
*[[Serial ICSP programing]]
 
=Common microcontrollers=
 
=Common microcontrollers=
 
*PIC
 
*PIC

Revision as of 04:03, 31 March 2007

A computer on a chip device that combines a range of useful hardware in a convienent package. Also known as a MCU in technical some documents.

In a microcontroller package you would expect to find flash memory (usually NAND type), RAM, CPU, analogue to digital converters, tri-state input/outputs, internal oscillator (often an external crystal is used anyway), ICSP interface.

ICSP enables the flash memory top be programmed via a simple five-wire serial protocol. This standard applies to AVR, PIC and others. A simple circuit connected to a PC serial port enables convienent programming of the MCU without removing it from it's socket.

Common microcontrollers

  • PIC
    • PICaxe series
  • AVR
    • ATMEGA168 - as used on the Arduino prototype board

Usage

We plan to use a MCU to control front panel displays and indicators. =Microcontroller boards

See also