8051 microcontroller tutorial with embedded design and programming embedded c code.Learning 8051 microcontroller from scratch with concepts briefly explained
Bluetooth technology creates a big evolution in way the devices communicate with each other.So it is important to learn interfacing Bluetooth with our MCU's to build extended system also it offers facility to wireless control.This tutorial focuses in… 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
7 Segments are commonly used display devices which is capable of displaying numbers from 0 o 9 and some alphabets.It is more common in Embedded applications where we need to display some numerical values.This tutorial will cover the… Read more