User Tools

Site Tools


glossary:glossary_i

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
glossary:glossary_i [2019/03/02 10:30] – [ICSP] WortingUKglossary:glossary_i [2020/05/08 06:10] – [ICs] spelling error tgerbic
Line 5: Line 5:
 ===== ICs ===== ===== ICs =====
  
- +An integrated circuit (IC) is an electronic component which typically packages a collection of transistors, diodes and resistors to perform some useful function. There are numerous types with many package configurations. You may be familiar with fairly simple ones like Operation Amplifiers (Op Ampsor "555" timers, or complex types like microprocessorsModern ICs are generally encased in a square/rectangular plastic package with many leads/pins. Pins are commonly spaced on a 0.1"(2.54mm) grid which will fit the holes on stripboard and breadboards. This packaging is usually referred to as Through Hole mounting as the pins normally go through holes in a PCBNewer ICs can be found with much closer pin spacings and very small packages, usually designed for surface mounting on PCBs.
-Integrated Circuits are usually called ICs or chips. They are complex circuits which have been etched onto tiny chips of semiconductor (silicon). The chip is packaged in a plastic holder with pins spaced on a 0.1"(2.54mm) grid which will fit the holes on stripboard and breadboards. Very fine wires inside the package link the chip to the pins.\\ +
-{{:glossary:ic.gif}}\\ +
-[[http://www.kpsec.freeuk.com/components/ic.htm|http://www.kpsec.freeuk.com/components/ic.htm]]+
  
  
 ===== ICSP ===== ===== ICSP =====
-In Circuit Serial Programming.\\ + 
-means whereby microprocessors (PICs etc), may be programmed while mounted in the circuit they are intended to control. There are NO standard physical designs used for ICSP. Many MERG modules are provided with a common design connector to facilitate this, and lead to connect the popular PICKIT programmer to the CBUS connector is [[:helpsystem:pickit2cbus|shown here.]]\\+In Circuit Serial Programming is a means whereby microprocessors (PICs and other types), may be programmed while mounted in the circuit they are intended to control. There are no standard physical designs/pinouts used for in-circuit programming. Many MERG modules using PIC microprocessors are provided with an ICSP connector with pinout for the popular PICKIT programmer.\\ 
 +[[:helpsystem:pickit2cbus|Pinout shown here.]]\\
  
 ===== Incandescent lamps ===== ===== Incandescent lamps =====
  
  
-Lamps emit light when an electric current passes through them. All of the lamps shown on this page have a thin wire filament which becomes very hot and glows brightly when a current passes through itThe filament is made from a metal with a high melting point such as tungsten and it is usually wound into a small coil. \\ +Incandescent lamps emit light when an electric current passes through a thin wire filamentwhich becomes very hot and glow brightly. Filament lamps may have a shorter lifetime than most electronic components because the filament could melt at a weak point. Incandescent lamps, such as the tiny "grain-of-rice or grain-of-wheat" lamps shown in the second image, have been used for decades as model engine lights, signaling lights and for layout structure lighting. There is a movement to replace incandescent lamps with light emitting diodes (LEDs) which use less power, generate less heat and typically last longer.  
-Filament lamps have a shorter lifetime than most electronic components because eventually the filament 'blows' (melts) at a weak point. + 
- \\ {{:glossary:lamp-1.jpg}}{{:glossary:lamp-2.jpg}}+ \\ {{:glossary:lamp-1.jpg}}\\ 
 + 
 +{{:glossary:lamp-2.jpg}}\\ 
  \\ [[http://www.kpsec.freeuk.com/components/lamp.htm|http://www.kpsec.freeuk.com/components/lamp.htm]]  \\ [[http://www.kpsec.freeuk.com/components/lamp.htm|http://www.kpsec.freeuk.com/components/lamp.htm]]
  
Line 33: Line 34:
  
  
-===== Infra red emitter =====+===== Infrared emitter =====
  
-These are LEDs which emit outside of the visible light range.+These are light emitting diodes (LEDswhich emit light outside of the visible light spectrum.
 IR emitters are generally mounted in plastic with clear or smoke color lens. IR emitters are generally mounted in plastic with clear or smoke color lens.
  \\ {{:glossary:ir-emit.jpg}}  \\ {{:glossary:ir-emit.jpg}}
  
-===== Infra red receiver/detector =====+===== Infrared receiver/detector =====
  
-Two types of IR receivers are used, a phototransistor or a photodiode+There are two common types of IR detectors, a phototransistor or a photodiode. These detectors are fabricated to detect light in the IR spectrum. 
  \\ {{:glossary:ir-rec.jpg}}  \\ {{:glossary:ir-rec.jpg}}
  
Line 54: Line 55:
  
  
-Name for means of linking the operation of points and signals such that signals can only show a proceed aspect when points are correctly set, and that points cannot be moved unless the signals over them are showing stop aspects. Interlocking can be mechanical, electrical using relays or carried out by computers.+Name for means of linking the operation of points and signals such that signals can only show a proceed aspect when points are correctly set, and that points cannot be moved unless the signals over them are showing stop aspects. Interlocking can be mechanical, electrical using relays or carried out by computers.
  
 =====ISR===== =====ISR=====
-Interrupt Service Routine. A subroutine called automatically by processor hardware when conditions within peripheral cause an interrupt flag to be set and the matching interrupt enable flag is also setOften there are priority settings also, a High priority interrupt cannot itself be interrupted whereas a Low priority interrupt can be interrupted by a High level one.+ 
 +An Interrupt Service Routine is a firmware/software program subroutine (sub-program) triggered by a microprocessor hardware pin. When triggered, the processor will temporarily execute subroutine then return to the previous program execution. An ISR can be used to make the processor immediately take care of a time critical operationWhile there are many uses for an ISRsome common uses would be for receiving serial bits from serial data interface or sensing an external clock signal to trigger the sending of video signals at a precise time. In some cases there are more than one interrupt trigger pin or indication. Because of this there may be priority settings. A High priority interrupt cannot itself be interrupted whereas a Low priority interrupt can be interrupted by a High level one. This helps keep multiple ISRs from interfering with each other
glossary/glossary_i.txt · Last modified: 2023/07/25 15:55 by JohnFletcher

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki