#

Blog

Introduction to 8051 Controller

Microcontroller consists of all features that are found in microprocessors with additional built in ROM, RAM, I/O ports, Serial ports, Timers, Interrupts and Clock circuits....Read More..

Getting Started with 8051 and Keil IDE

8051 microcontroller can be programmed in two languages

  • Assembly language
  • C language

8051 microcontroller popular development IDE is MCU 8051 IDE and µVision to develop code....Read Mor..

8051 Power down and Idle mode

Power down and Idle mode features are used to save power in microcontrollers. 8051 has inbuilt power saving feature which is useful in embedded applications where power consumption is main constraint..... Read More..

8051 UART

Serial communication means transfer data bit by bit serially at a time, where as in parallel communication, the number of bits that can be transferred at a time depends upon the number of data lines available for communication.Read More..

8051 Timers

8051 microcontrollers have two timers/counters which work on the clock frequency. Timer/counter can be used for time delay generation, counting external events etc.Read More..

8051 Interrupts

An interrupt is an event that occurs randomly in the flow of continuity. It is just like a call you have when you are busy with some work and depending upon call priority you decide whether to attend or neglect it. Read More..