Articles of Tutorials, DIY projects and coding of various microcontroller architechtures and family. Controllers such as 8051,PIC,AVR & ARM microcontrollers
Temperature Controlled DC motor You might have come across several applications where we need to control a specific device based on analog parameter. This Embedded system works in a similar concept where we are about to control the speed of… Read more
Electronic Combination lock PIC Mircocontroller Electronic code locking system is extremely useful in protecting our precious possessions and can be installed anywhere with bit of engineering in it. We are widely familiar with the Password based e-locks and might have… 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
Design of LCD and Keypad Interface to PIC Mircocontroller Interfacing LCD and Keypad are one of the important interfacing concepts of PIC microcontroller since both the input and output element can form a complete embedded system design. This tutorial is… 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