Collection of 8051 microcontroller tutorials and projects. With hardware design, code and concepts in 8051 microcontroller family with brief explanation
Voting or polling machines is one of the finest example for the application of a Microcontroller. This project brings you the design and programming of building a very simple, cost effective polling machines which can do great job for elections… Read more
8051 Microcontroller 8051 Microcontroller series is a basic controller which is ideal for every embedded engineer to start with. Even though there are many modern microcontrollers the 8051 still holds its significance due to its capability to develop complex systems… Read more
Serial Interrupt using 8051 Serial interrupt programming in 8051 plays a significant role since it was used to perform interrupt operation through UART protocol. It plays a significant role in Embedded system Design where the controller has to perform a… Read more
External Interrupts in 8051 Microcontroller Programming External hardware interrupts paves way for the users to interfere the process of Microcontroller externally and force it to execute a specific set of commands. Since the interrupt is generated from a external source… Read more
Two 7 segment interface in single port of microcontroller 7 Segments are widely employed displays widely used in embedded applications. It possess many advantages due to its small size, low power consumption and low cost. Before getting started with it… Read more
Counter programming and displaying counts in LCD display Programming Counters in 8051 is used to count the external events through the T0 & T1 pins in the controller. Counters counts the external clock source whereas the timers counts the clock… Read more
Digital Code locker system using 8051 Microcontrollers form the most significant part of several security and surveillance systems which plays an important role in ensuring safety of our priced possession. Here we are about to see the Embedded design and… Read more