Posts

Showing posts from July, 2016

Embedded Projects

Image
A computer  system  with a dedicated function within a larger mechanical or electrical  system , often with real-time computing constraints. It is  embedded  as part of a complete device often including hardware and mechanical parts. Embedded systems  control many devices in common use today. 98% of all  microprocessors  are manufactured as components of embedded systems. Embedded systems range from no user interface at all, in systems dedicated only to one task, to complex graphical user interfaces that resemble modern computer desktop operating systems. Simple embedded devices use buttons, LEDs, graphic or character LCDs with a simple menu system. More sophisticated devices which use a graphical screen with   touch   sensing or screen-edge buttons provide flexibility while minimising space used: the meaning of the buttons can change with the screen, and selection involves the natural ...

Basics of Micro-controllers

Microcontroller is a single chip micro computer made through VLSI fabrication. A microcontroller also called an embedded controller because the microcontroller and its support circuits are often built into, or embedded in, the devices they control. A microcontroller is available in different word lengths like microprocessors (4bit,8bit,16bit,32bit,64bit and 128 bit microcontrollers are available today). Short-form of Micro-Controller is MCU. It is a small  computer  ( SoC ) on a single  integrated circuit  ,It contains a processor core, memory, and programmable  input/output  peripherals. Microcontrollers are used in automatically controlled products and devices, such as automobile engine control systems, implantable medical devices, remote controls, office machines, appliances, power tools, toys and other  embedded systems . It is simple computer used as brain of future systems There are different Microcontroller like ARM7 AVR PI...