Posts Tagged ‘8051 Microcontroller’
Introduction to 8051 Microcontrollers
July 28th, 2015 Nilesh Chaurasia
It is a 8 bit microcontroller from Intel. it is having four 8 bit I/O ports.
Introduction to Assembly Programming of 8051 Microcontroller
August 27th, 2015 Nilesh Chaurasia
Hello Friends!! Over the years, the students have always faced a problem of learning Assembly level programming in a systematic manner. To overcome the same, Elex Tutorials has come up with this blog. We are here to share our knowledge of assembly programming on 8051 Microcontrollers which we have gained over the years. To begin […]
How to Use 8051 IDE Assembler
August 27th, 2015 Nilesh Chaurasia
How to use 8051 IDE? We open this tool by following the procedure given below. Start->Programs-> 8051 IDE. The following window will unfold in front of you. Click on ‘New’ to open a new editor. Write the program code in the editor. Click on the ‘Assemble’ tab on Menu Bar and select ‘Assemble’ from the […]
Interfacing of 8051 Microcontroller with LCD
July 11th, 2016 admin
Introduction to Interfacing of 8051 Microcontroller with LCD Interfacing of 8051 microcontroller with LCD is one of the very important step in learning the hardware and programming of the microcontroller 8051 based project. Many microcontroller based project required to communicate with the alphanumeric LCD. the most popular alphanumeric LCD is the 16×2 alphanumeric LCD. In […]