8051 – ADC0804 Interfacing

ADC0804 interfacing with 8051

We have seen Keypad interfacing with 8051, in our previous tutorial. In this tutorial, we will interface Temperature Sensor (LM35) with 8051 using ADC0804. ADC0804 interfacing with 8051. ADC0804 is an 8-bit ADC. ADC0804 interfacing with 8051 Introduction Analog to digital converters find huge applications as an intermediate device to convert the signals from analog … Read more

8051 – Interrupt Tutorial

8051 Interrupts Tutorial

In this post, we are going to discuss the 8051 Interrupts Tutorial. Before that, you should know about the Interrupt basics. For Basics, you can go here. Let’s start… 8051 Interrupts Tutorial There are five interrupt sources for the 8051. Since the main RESET input can also be considered as an interrupt, six interrupts in … Read more

8051 – Timers/Counters

8051 Timer Counter Tutorial

Hi, guys in our previous tutorials we have seen LED, Switch, LCD interfacing. Today we are going to see the 8051 Timer Counter Tutorial. 8051 Timer Counter Tutorial Introduction 8051 has two Timers/Counters, which are Timer0/Counter0 and Timer1/Counter1. Both timer/counter is sixteen-bit Timer/Counter. Does anybody have any doubt? No doubt? But I have one doubt. … Read more

8051 – LCD 4 bit Interfacing

LCD 4 bit interfacing with 8051 Microcontroller

Hi dudes…!!! Here I’m coming with a new tutorial. We have already seen lots of tutorials using LCD. If you want to see those tutorials please click here. In previous LCD tutorials, we were used that LCD in 8-bit mode. But here we will see LCD 4-bit interfacing with 8051 Microcontroller. Okay, can you tell … Read more

8051 – LCD Custom Character

how to generate LCD Custom Character using 8051

Hi guys…. In our last tutorial we have seen How to interface LCD to 8051. In this tutorial we are going to see how to generate LCD Custom Character using 8051. How to generate LCD Custom Character using 8051 Introduction So we know how to display alphanumeric characters in LCD. We can easily display that. … Read more

LCD Interfacing with 8051 Microcontroller

LCD interfacing with 8051 Microcontroller

Hi All… In our last tutorial, we learned How to Interface LED and Switch. So today we are going to see LCD interfacing with an 8051 Microcontroller. Before Interfacing, we should know something about the 16×2 LCD module. Let’s start. LCD DISPLAY We always use devices made up of Liquid Crystal Displays (LCDs) like computers, … Read more

8051 – GPIO Tutorial

8051 GPIO Tutorial

Hi All… In this tutorial, we are going to see the 8051 GPIO Tutorial. Before that, if you are not installing Keil please install that. If you don’t know please go through them here. Please see here if you don’t know how to create the project. See the introduction of 8051 Here. Let’s start!!!!! Before … Read more

8051 – Introduction

Now we will see the Introduction to the Embedded System and 8051. Introduction to the embedded system and 8051 Embedded System An embedded system is a computer system designed for specific control functions within a larger system, often with real-time computing constraints. Embedded systems control many devices in common use today. Embedded systems contain processing … Read more