Sunday, 1 September 2013

LED MATRIX INTERFACE WITH 8051

Hi to all,

   here is one of the amazing project. i have created LED matrix display for 8*32. It displays only A,B,C,D.

    I have used shift registers 74hc595. which is best one for the serial to parallel conversion.

This has been written in Embedded C and compiled in keil uvision 3.

For code click here
For Simulation and circuit click here
for Hex file click here


Your valuable comments are always welcome!

Please leave your comments to improve this Blog.

I'll upload many programs and circuit with simulation for you.

Please share your comments.

LCD interface with 8051 using 3 wires

Here today i have uploaded 3 wire interface of LCD with at89c51. here i have used shift registers 74HC595. this is best one for all applications.
this registers are used to convert serial data to parallel data.
here 3 pins are very important. 1.DS(Data in), 2.Shift clk.(SH) 3. ST.
Here we give give input through DS pin may be '0' or high. then when we make SH pin to high to low(Clk Pulse) then that input in DS pin will be stored in Shift registers. then after sending all the 8 bits serially, when we give one clk pulse to ST pin, all the stored date will be in parallel line as the parallel data.

By using this we can minimize the no pins required for the LCD.

You can get source clike here
For Simulation and circuit diagram in Proteus click here
For hex file click here

Comments are appreciated.