NPEDUCATIONS, Electronic circuits development, electronics tutorials, microcontroller tutorials and projects, advanced microcontroller (ARM) based tutorials and projects, Embedded c development, Embedded c for ARM cortex M, Intel IoT based projects, IoT projects, CC3200 launch pad projects, MSP430 Launchpad tutorials and projects, Tiva C launch pad tutorials and projects, 8051 tutorials and projects, sensor interfacing with microcontroller tutorials, data communications and networking tutorials, peripheral interfacing with microcontroller, led message scrolling display, arduino based tutorials and projects, intel galileo based tutorials and project, ADC interfacing tutorials, LED Blinking, LCD interfacing, Embedded System tutorials and projects, B.tech projects, M.tech projects, online Embedded C training
Simple Outdoor LED Message Moving or Scrolling Sign Board Design Project with Circuit diagram| Electronic LED Scroller Generator for outdoor digital signs| Marketable LED sign board with Message scrolling.
In this post, I am going to explain about the project LED Message Scrolling Board with completed circuit diagram and the microcontroller programming. Sometimes this LED scrolling message board is referred as LED Message sign board or led scroller or digital signage. It is generally used to generate or display advertising signs, school sign, restaurant signs, custom street signs, simple led running text, digital sign, any outdoor signs, business signs, church signs, animated signs, gif text signs, any other informational signs, led banner, saftey signs, political signs, hand painted signs.
Generally the LED Scroller Message Generator can be implemented with many different logics. Two of them are very famous
1.LED moving message display board design using decade counters
2.LED moving message display board design using shift registers
The second one is very simple for a beginner. So in this post i am implementing LED moving display using shift registers.
LED Scrolling Display can be implemented by using any microcontroller like 8051, PIC, AVR, MSP430, and ARM based micro controllers. Here I implemented Scrolling Display by using 8051 microcontroller i.e., 89s52 microcontroller. some of the video below shows the led display working using AVR, ARM processor and MSP430 microcontroller. The next post will show the implementation by using PIC and AVR microcontrollers. So now we are going to implement the LED Message Scrolling board using 8051/8052 microcontroller (89c52 MCU).
Hardware Construction of LED display using 8051 microcontroller and shift register
Block Diagram of LED display:
Figure 1.1 (Block Diagram of LED Message Scrolling Display)
In the block diagram, an four 8x8 LED matrix is driven by using a microcontroller via a transistor array. Each LED 8x8 matrix is connected to shift register via a current sinker to allow larger current to be sink.
Construction of 8x8 LED Dot Matrix:
Before going for LED Dot Matrix, let us first learn about how an LED should be drive. What value of resistance should be added in series for protection of the LED? here i am not going to explain about the led working or led construction, that would be a separate article in this blog. here i am going to explain how does led display works.
Generally the LEDs are two types
High power LEDs
Miniature LEDs
High power LEDs are very costly, so in this project we will use miniature type of LEDs. Basically the standard RED color LED requires 2-3V to ON. But to glow the LEDs brightly enough, it require 20mA current to flow.
LED driving circuit (led circuit):
The Figure 1.2 shows the how to drive an LED using 5v supply without any damage (led driver). If we connect directly the 5v supply to an LED, all the source current flow through LED and it will burn out the LED. So we need a resistor in series with LED as shown in the led circuit diagram. In electronics, load current always plays an important role to design a circuit. Here the load current is the current flowing through LED. Let us suppose, we need 20mA current to flow through the LED for better brightness, therefore the load current is 20mA and LED takes 2v to ON.
From ohms law
V = I * R
R = V/I
R = (5v-2v)/20mA
R = 150 ohms, but in the figure, I have used 200 ohms resistance. Don’t think about the 200 ohms, the correct one 150 ohms only. Because of my laziness I didn’t change that value.
Figure 1.2 (Driving an LED using 5v source or led light circuit diagram)
Driving Single Column LED Array:
Here I have constructed an array using 8 LEDs before working with 8x8 ledmatrix. The entire cathodes are connected together and should be grounded. Each LED anode is driven by manual switches or by microcontroller. The microcontroller is programmed to generate different patterns on these LEDs. The individual LED current is summed up and a large current flow into the ground terminal as shown in the figure 1.3. Let us consider, each LED takes 20mA current, therefore eight LEDs current = 8*20mA. A total of 160mA current sinks into the ground terminal.
Figure 1.3 (LED array construction using 8 LEDs - circuit diagram)
How to construct 8x8 led dot matrix
By using single array of LEDs we can generate different type of patterns. Let us suppose, if we arrange the LED arrays side by side with multiplexing technique, it is also possible to generate letters, symbols, numbers, pictures, animations also. The LED Dot Matrix can be constructed by connecting all the anode terminals of LED’s together in each row and all the cathode terminals are joined together in each column. An 8x8 LED matrix construction is shown in figure 1.4.
Figure 1.4 (8x8 led dot matrix)
How to make led dot matrix to work? what is need of shift register in led scrolling board? what is the use of large current sinker (ULN2803) to drive 8x8 led matrix display?
To make this programmable led sign board to work, connect all the anodes to a microcontroller and the columns are connected to shift register (74LS164). Each column contains eight LED’s therefore the total current flowing through the column is the sum of currents flowing through in each LED. Let us suppose the current flowing through each LED is 20mA and the total current is 8*20mA = 160mA. But the shift register is not capable to sink such a large current (160mA), therefore we need a large current sinker (IC ULN 2803) which is capable to sink 500mA current.
Figure 1.5 (LED Matrix display Driving using microcontroller)
In figure 1.5 showing the mechanism to drive the LED dot matrix using microcontroller. Microcontroller itself provides the data and clock control signals to the shift register. If the microcontroller provides the data sequence (10000000) to shift register data pin, the first column in LED matrix display is connected to ground via ULN 2803 and the remaining other columns in the matrix are left unconnected. Therefore LEDs in that column will glow according to port data provided by the micro controller.
Figure 1.6 (LED Matrix Driving using microcontroller with corresponding shift register data to generate text signs)
If the data sequence (01000000b) is provided to shift register, then the next column LEDs will glow according to port data provided by MCU. Likewise next columns will drive one by one with corresponding sequence given to shift register.
What is refresh rate? How to calculate the refresh rate? How to avoid flickering in the LED message scrolling sign board?
In the figure 1.6, a letter ‘A’ displayed on the matrix module even though individual column is enabled at a time. The entire letter/image should be refreshing at 24 times per second, then only we can see flicker less image. According to the Persistence of vision phenomenon, it was scientifically determined that a frame rate of less than 16 frames per second (frame/s) caused the mind to see flashing images. Hence here refresh rate is taken as 24 frames/sec. One frame takes 1/24 sec to scan all the columns in the matrix (Ex: 8x8 Matriz displays). Therefore each column takes 1/ (24*8) = 1.7msec to glow. So, our program should scan each column within 1.7msec then only we can achieve correct refresh rate.
How to achieve higher and better refresh rate in LED message Scrolling board?
If we go for higher refresh rate, this time delay (1.7msec) may be decreased to micro seconds. But some microcontroller are not able to provide such small delays (ex: 8051), in such cases we go for higher high speed microcontrollers such as PIC and AVR.
LED anode Circuit in LED message scrolling board? What is need of transistors or a latch between microcontroller and 8x8 dot matrix?
To drive the rows of the LED matrix, some microcontrollers doesn’t have enough output voltage/currents. Therefore we need to place a transistor array or a latch between the led matrix and microcontroller. Generally for simple LED Scrolling board latch is enough to provide sufficient current to the LEDs. Here, we have used 8-bit latch (74ls573) for this purpose. Each output of the 8-bit latch is able to provide current greater than 20mA which is enough to produce sufficient brightness to the LED.
Figure 1.7 LED Matrix driving using microcontroller using 8-bit Latch 74LS573
The Below circuit diagram shows interfacing of single Dot Matrix to 8051 Micro controller. Actually the circuit diagram is drawn by using Proteus software tool. In this Some pins of IC are not shown like Vcc, Gnd. These pins are connected internally.
LED Message Scrolling display Software program in Embedded C
Animation based LED display using 8051 microcontroller - led animation display:
LED display Construction using ARM7 microcontroller stellaris evaluation board from Texas Instruments (TI): electronic display with custom electronic signs using image and text gif software in java. You can create your own animation using this led moving message display or led display
ARM9 based LED display or screen (SAMSUNG S3C2440): to generate custom led signs or hand painted signs using led display software in java
GSM based LED Moving Display for GSM based projects
awesome man...but where to find its program ? actually i know about circuit part but i donno how to exactly program in c... i m just learning c to program ATMEL 89C51 please reply to my mail...waiting for your assistance...in making such 1 project.
hey m aso doing same project ./... plz send me a source code nad circuit diagram that i can understand it smoothly./.. my email id is // bhatia.viney@gmail.com
i want to do project on cricket scoreboard using led display. please give me an idea about my project and coding for scrolling message display. my email is narendra_kumarreddy@yahoo.com
thank u for giving the circuit diagrams actually iam also working on the scrolling display using the same 89s52 controller could u pls send the code to my mail narendraleela@gmail.com
Thank u for giving the circuit diagrams actually iam also working on the scrolling display using the same 89s52 controller could u pls send the code to my mail umarf86@yahoo.com
Hi, is there someone out there who can explain to me the cheapest way to do the assembly finishing for the panel? Is there a way to get it ready given some dimensions? Or is it plates of aluminum or plastic or wood ... etc. I can do the code both on the computer side and the assembly side using cheaper pic microcontrollers. The only problem is the finishing to start making signboards commercially. Thank you
Proper and well used signs is very essential to the achievements of your company. A new indication may look excellent when new and draws many new clients. However as it “ages” and no more is up up to now or is eye-catching it may actually generate clients away.
Anyone who are interested in Electronic Message Boards, please contact me. We are a manufacturer of LED Displays here in China, producing reliable quality,cost-effective LED Signs with simple to use software with English font lab. please visit our website www.dlcledco.com or just shoot me an email to dlcledsign@gmail.com.
yeah the design is Cascade-able up to the refresh rate is not a problem with 8051 microcontroller. you can see the video where i have developed the LED moving message board by using 120 columns of LED arrays and i have 20Mhz clock. its wont hurt the serial programming. I have checked. I also develop 10 feet(nearly 350 columns of LED arrays) LED message board in my college, but the processor is ATMEGA8515L. where it is a RISC and high speed controller than compared with PIC and 8051 versions. I will later upload a new video of that big display. during cascading, noise considerations must be considered..
i cant see the componennts used in the kit can you send me components and the ic chips what you have used because iam doing this project please send me the components and ic numbers my email id is addankibhaskar206@gmail. com
8051 Programming and Code Development the quick and easy way, with this easy to use Educational/Training Board. The 8051 Educational board incorporates an AT89S8252 Atmel Microcontroller with 8k of In-System Flash Memory, which can be programmed and re-programmed easily with our simple to use download software.8051 microcontroller board
hey m aso doing same project plz send me a source code nad circuit diagram that i can understand it smoothly my email id is // sujithapalakolanu@gmail.com
This is the nice blog . There are many information of led writing board if you want get more information and uses of led boards then visit Led writing Board
hey, thanks for this information, but i am also doing the same project. pls can y send me the diagram and coding if u have it; in my mail: ghani_boukreris@hotmail.fr
hey m aso doing same project ./... plz send me a source code nad circuit diagram that i can understand it smoothly./.. my email id is // mandy.mandhu@gmail.com
We offer multi color and multi line LED message display board as per the requirement of customer. These boards are fabricated with best quality material and technology so as to meet the visual sensitivity characteristics perfectly and can be used for both indoor and outdoor purposes.For More Information visit LED Message Display Board
Dear Sir I am from Sri Lanka I am aso doing same project ./... plz send me a source code nad circuit diagram that i can understand it smoothly./.. my email id is // pubudusolar@gmail.com Thank you
Please, Is there someone who has already received the Code or something else? I did not receive any answer. Could you share the information to everybody? Thanks. joaodmiguel@ig.com.br
Thank you very much for your effort in educating people in digital designs,Sir pls i will like you to be my mentor.pls i will like you to send me the circuit diagram and code for (8x350) -rdiarah@gmail.com.i will be very gratefull to you sir.
Moving Message Display, made up of light emitting diode (LEDs) arranged in an array. The Moving Message or data can be fed & set with the help of keypad on chorded remote provided with this unit. For more information visit MOVING MESSAGE DISPLAY
hey m aso doing same project plz send me a source code nad circuit diagram that i can understand it smoothly my email id is : luthfan_55091@yahoo.co.id thanks
can the current sinker and shift register be attached to anode and transister array on cathode of led. please answer me my email is shivangsharma05@gmail.com
Automated LED signs are the newest styles technique that many companies are using nowadays due to many benefits. We can see large eye capturing LED clinging over sites of worldwide companies, financial institutions and companies in the active roads of many sophisticated places. These symptoms express a large concept to clients. They can complete on the mind-set, quality, slogan and many other styles. Led symptoms are usually used in the sites of the companies, companies, govt, financial institutions etc. web consultancy services
really GREAT work done.....u are awesome....i am doing same thing with pic microcontroller can u please send me code that display the data into chracters please its really urgent....... my id is daring_tiger1@yahoo.com thanku.... plz as soon as possible...
It was really nice to study your post. I collect some good points here. I would like to be appreciative you with the hard work you have made in skill this is great blog.
Hi Sir I am from Aurangabad, Maharashtra, India. I am also doing same project ./... please send me a source code And circuit diagram that i can understand it smoothly ... my email id is // nero_vk@yahoo.in Thank you.
hey hi, even i am doing the same project but using MSP430 MCU??? Can u plz help me out. or send me the circuit diagram to my mail id nikethahosur027@gmail.com...thanking you in anticipation.
hi sir id really love your project really amazing! can you share with me the code of this project? you can make me happy if i can make one. ozzzyd@yahoo.com
this is my first project ever... i need help... desperately ... kindly provide me some guidance and the source code in assembly as soon as possible blackjack4728@rediffmail.com
HELP!! Does any one has the "C code" for using a shift register(74HC164 or any other) with 89c51 (as demonstrated in the project ),or any help regarding C code for this purpose,please mail me at kiaazaabhai@yahoo.com I need it urgently...matter of life & death to me!!
im doing project on gsm based led matrix message display board so this is too much helpful , i wish to get code please... can mail me at uttamextrime@gmail.com
awesome man...but where to find its program ? actually i know about circuit part but i donno how to exactly program in c... i m just learning c to program ATMEL 89C51 please reply to my mail...waiting for your assistance...in making such 1 project.
i want to do project on cricket scoreboard using led display. please give me an idea about my project and coding for scrolling message display. my email is narendra_kumarreddy@yahoo.com
thank u for giving the circuit diagrams actually iam also working on the scrolling display using the same 89s52 controller could u pls send the code to my mail narendraleela@gmail.com
Thank u for giving the circuit diagrams actually iam also working on the scrolling display using the same 89s52 controller could u pls send the code to my mail umarf86@yahoo.com
Hi, is there someone out there who can explain to me the cheapest way to do the assembly finishing for the panel? Is there a way to get it ready given some dimensions? Or is it plates of aluminum or plastic or wood ... etc. I can do the code both on the computer side and the assembly side using cheaper pic microcontrollers. The only problem is the finishing to start making signboards commercially. Thank you
Proper and well used signs is very essential to the achievements of your company. A new indication may look excellent when new and draws many new clients. However as it “ages” and no more is up up to now or is eye-catching it may actually generate clients away.
Anyone who are interested in Electronic Message Boards, please contact me. We are a manufacturer of LED Displays here in China, producing reliable quality,cost-effective LED Signs with simple to use software with English font lab. please visit our website www.dlcledco.com or just shoot me an email to dlcledsign@gmail.com.
yeah the design is Cascade-able up to the refresh rate is not a problem with 8051 microcontroller. you can see the video where i have developed the LED moving message board by using 120 columns of LED arrays and i have 20Mhz clock. its wont hurt the serial programming. I have checked. I also develop 10 feet(nearly 350 columns of LED arrays) LED message board in my college, but the processor is ATMEGA8515L. where it is a RISC and high speed controller than compared with PIC and 8051 versions. I will later upload a new video of that big display. during cascading, noise considerations must be considered..
hey m aso doing same project ./... plz send me a source code nad circuit diagram that i can understand it smoothly./.. my email id is // bhatia.viney@gmail.com
i cant see the componennts used in the kit can you send me components and the ic chips what you have used because iam doing this project please send me the components and ic numbers my email id is addankibhaskar206@gmail. com
8051 Programming and Code Development the quick and easy way, with this easy to use Educational/Training Board. The 8051 Educational board incorporates an AT89S8252 Atmel Microcontroller with 8k of In-System Flash Memory, which can be programmed and re-programmed easily with our simple to use download software.8051 microcontroller board
hey m aso doing same project plz send me a source code nad circuit diagram that i can understand it smoothly my email id is // sujithapalakolanu@gmail.com
This is the nice blog . There are many information of led writing board if you want get more information and uses of led boards then visit Led writing Board
hey, thanks for this information, but i am also doing the same project. pls can y send me the diagram and coding if u have it; in my mail: ghani_boukreris@hotmail.fr
hey m aso doing same project ./... plz send me a source code nad circuit diagram that i can understand it smoothly./.. my email id is // mandy.mandhu@gmail.com
We offer multi color and multi line LED message display board as per the requirement of customer. These boards are fabricated with best quality material and technology so as to meet the visual sensitivity characteristics perfectly and can be used for both indoor and outdoor purposes.For More Information visit LED Message Display Board
Dear Sir I am from Sri Lanka I am aso doing same project ./... plz send me a source code nad circuit diagram that i can understand it smoothly./.. my email id is // pubudusolar@gmail.com Thank you
Please, Is there someone who has already received the Code or something else? I did not receive any answer. Could you share the information to everybody? Thanks. joaodmiguel@ig.com.br
Thank you very much for your effort in educating people in digital designs,Sir pls i will like you to be my mentor.pls i will like you to send me the circuit diagram and code for (8x350) -rdiarah@gmail.com.i will be very gratefull to you sir.
Moving Message Display, made up of light emitting diode (LEDs) arranged in an array. The Moving Message or data can be fed & set with the help of keypad on chorded remote provided with this unit. For more information visit MOVING MESSAGE DISPLAY
hey m aso doing same project plz send me a source code nad circuit diagram that i can understand it smoothly my email id is : luthfan_55091@yahoo.co.id thanks
can the current sinker and shift register be attached to anode and transister array on cathode of led. please answer me my email is shivangsharma05@gmail.com
Automated LED signs are the newest styles technique that many companies are using nowadays due to many benefits. We can see large eye capturing LED clinging over sites of worldwide companies, financial institutions and companies in the active roads of many sophisticated places. These symptoms express a large concept to clients. They can complete on the mind-set, quality, slogan and many other styles. Led symptoms are usually used in the sites of the companies, companies, govt, financial institutions etc. web consultancy services
really GREAT work done.....u are awesome....i am doing same thing with pic microcontroller can u please send me code that display the data into chracters please its really urgent....... my id is daring_tiger1@yahoo.com thanku.... plz as soon as possible...
It was really nice to study your post. I collect some good points here. I would like to be appreciative you with the hard work you have made in skill this is great blog.
Hi Sir I am from Aurangabad, Maharashtra, India. I am also doing same project ./... please send me a source code And circuit diagram that i can understand it smoothly ... my email id is // nero_vk@yahoo.in Thank you.
hey hi, even i am doing the same project but using MSP430 MCU??? Can u plz help me out. or send me the circuit diagram to my mail id nikethahosur027@gmail.com...thanking you in anticipation.
hi sir id really love your project really amazing! can you share with me the code of this project? you can make me happy if i can make one. ozzzyd@yahoo.com
this is my first project ever... i need help... desperately ... kindly provide me some guidance and the source code in assembly as soon as possible blackjack4728@rediffmail.com
HELP!! Does any one has the "C code" for using a shift register(74HC164 or any other) with 89c51 (as demonstrated in the project ),or any help regarding C code for this purpose,please mail me at kiaazaabhai@yahoo.com I need it urgently...matter of life & death to me!!
im doing project on gsm based led matrix message display board so this is too much helpful , i wish to get code please... can mail me at uttamextrime@gmail.com
If you really like this tutorial, Don't forget to give the comment or please subscribe to the RSS feed by submitting your E-mail or like our Facebook page.
awesome man...but where to find its program ? actually i know about circuit part but i donno how to exactly program in c... i m just learning c to program ATMEL 89C51 please reply to my mail...waiting for your assistance...in making such 1 project.
ReplyDeletehey i m also doing the same project...
Deleteso pls send me the ckt diagram nd coding if u have it>>>
my id is niks.6061@gmail.com
hey m aso doing same project ./...
Deleteplz send me a source code nad circuit diagram that i can understand it smoothly./..
my email id is // bhatia.viney@gmail.com
hello there.
ReplyDeletecould you give the coding sample to me?
send to my email?
naz_anime90@yahoo.com
Very helpful post for me to learn more about to design this type of circuit board. Keep posting ..
ReplyDeletePCB Design
wondefull......i need coding for this process...mail me usharani3714@yahoo.com ....can u help me
ReplyDeletehai ...this is a wonderful peoject...
ReplyDeletecan you send this project coding to me
my email ...silence1407@hotmail.com
great piece of work ,,,, u started from the very basic,,,
ReplyDeletemind blowing
thanks a lot
great work,could you give the coding sample to me?
ReplyDeletesend to my email?
utkarsh1590@gmail.com
i want to do project on cricket scoreboard using led display. please give me an idea about my project and coding for scrolling message display. my email is narendra_kumarreddy@yahoo.com
ReplyDeleteThank you very much for your efforts.
ReplyDeleteCould you please provide me the code for teaching goal.
Thanks for your support.
Email: u.zarzour@gmail.com
thank u for giving the circuit diagrams actually iam also working on the scrolling display using the same 89s52 controller could u pls send the code to my mail narendraleela@gmail.com
ReplyDeleteThis is really awesome and helpful. It will be good if you can also put some sample code of micro controller.
ReplyDeleteThank u for giving the circuit diagrams actually iam also working on the scrolling display using the same 89s52 controller could u pls send the code to my mail umarf86@yahoo.com
ReplyDeletehey can you please send me the circuit diagram and code to my mail i.e kiran.mks178@gmail.com
Deletehey, if you did this in asm can i get the code? im having trouble with the viewing of the leds, i cant get the timing right ! bvisonl@hotmail.com
ReplyDeleteThis comment has been removed by the author.
ReplyDeletenice work,..can you pls send me the coding? i am also doing a project like yours. Thank you maggalang@gmail.com
ReplyDeleteHey can u please send me the code to k.uk215@gmail.com
ReplyDeleteThank you
could you send me the code plz..???? nashib.acharya@rts.com.np
ReplyDeleteI build the ckt..now please Send me the code...
ReplyDeletekarryjhonson@gmail.com
I build the circuit..now please Send me the code
ReplyDeletesudeep.dt@gmail.com
i need coding dear..in assembly language... can u plz mail me @ vaibhavshivhare15@gmail.com
ReplyDeletethank you for the tutorial, please send me the code for me to test the circuit:
ReplyDeleteforeveropenid@gmail.com
Hi, is there someone out there who can explain to me the cheapest way to do the assembly finishing for the panel? Is there a way to get it ready given some dimensions? Or is it plates of aluminum or plastic or wood ... etc.
ReplyDeleteI can do the code both on the computer side and the assembly side using cheaper pic microcontrollers. The only problem is the finishing to start making signboards commercially.
Thank you
hey i m also doing the same project...
ReplyDeleteso pls send me the ckt diagram nd coding if u have it>>>
my id is thakurdbec@gmail.com
i really like ur post toooo much... would u plz send me the coading of this project at my email id- demonlokesh@gmail.com
ReplyDeleteProper and well used signs is very essential to the achievements of your company. A new indication may look excellent when new and draws many new clients. However as it “ages” and no more is up up to now or is eye-catching it may actually generate clients away.
ReplyDeleteled signs
can i have code for this project???
ReplyDeletesend it me @ periwal.ravi@gmail.com
Anyone who are interested in Electronic Message Boards, please contact me. We are a manufacturer of LED Displays here in China, producing reliable quality,cost-effective LED Signs with simple to use software with English font lab. please visit our website www.dlcledco.com or just shoot me an email to dlcledsign@gmail.com.
ReplyDeleteis this design cascade-able ? can I extend the size of the display by putting on more dot matrix ?
ReplyDeleteyeah the design is Cascade-able up to the refresh rate is not a problem with 8051 microcontroller. you can see the video where i have developed the LED moving message board by using 120 columns of LED arrays and i have 20Mhz clock. its wont hurt the serial programming. I have checked. I also develop 10 feet(nearly 350 columns of LED arrays) LED message board in my college, but the processor is ATMEGA8515L. where it is a RISC and high speed controller than compared with PIC and 8051 versions. I will later upload a new video of that big display. during cascading, noise considerations must be considered..
DeleteThis comment has been removed by the author.
Deletedude, can you mail me the code plz?? at taylor.joshy@yahoo.com as soon as possible!! thanks
ReplyDeletei cant see the componennts used in the kit can you send me components and the ic chips what you have used because iam doing this project please send me the components and ic numbers my email id is addankibhaskar206@gmail. com
ReplyDelete8051 Programming and Code Development the quick and easy way, with this easy to use Educational/Training Board. The 8051 Educational board incorporates an AT89S8252 Atmel Microcontroller with 8k of In-System Flash Memory, which can be programmed and re-programmed easily with our simple to use download software.8051 microcontroller board
ReplyDeleteplz give me the code for this.
ReplyDeletehey m aso doing same project
ReplyDeleteplz send me a source code nad circuit diagram that i can understand it smoothly
my email id is // sujithapalakolanu@gmail.com
can you give me the source code ??
ReplyDeletethis my @
srasramarwen@yahoo.fr
I need the ASM code for this LED matrix display to cyronics@gmail.com please ...
ReplyDeleteThis is the nice blog . There are many information of led writing board if you want get more information and uses of led boards then visit Led writing Board
ReplyDeletehello sir very good idea. Sir i need the c microvision code for this project. please give me the c code in my mail (farukmw@yahoo.com).
ReplyDeletethank you
A good work. I need c code for this project. Please send me your c code (rohanassu@gmail.com)
ReplyDeleteThank you
hello
ReplyDeletegood work, please send me c code
(mr.007bhatia@gmail.com)
hey, thanks for this information, but i am also doing the same project. pls can
ReplyDeletey send me the diagram and coding if u have it; in my mail: ghani_boukreris@hotmail.fr
hello
ReplyDeletegood work, please send me c code
(bappy.ash@gmail.com)
nice work can u send me c coding for this my e-mail id: godwinsamraj@gmail.com
ReplyDeletehey m aso doing same project ./...
ReplyDeleteplz send me a source code nad circuit diagram that i can understand it smoothly./..
my email id is // mandy.mandhu@gmail.com
plz send me code of this project at jiwanjot.singh1@gmail.com
ReplyDeleteWe offer multi color and multi line LED message display board as per the requirement of customer. These boards are fabricated with best quality material and technology so as to meet the visual sensitivity characteristics perfectly and can be used for both indoor and outdoor purposes.For More Information visit LED Message Display Board
ReplyDeleteinteresting! could u please send me the coding? very much appreciate! shafinazanuar@yahoo.com
ReplyDeleteHi. Could you send the code and the BOM. If there is a PCB layout is super!
ReplyDeleteThanks.
João Miguel - joaodmiguel@ig.com.br
Dear Sir
ReplyDeleteI am from Sri Lanka
I am aso doing same project ./...
plz send me a source code nad circuit diagram that i can understand it smoothly./..
my email id is // pubudusolar@gmail.com
Thank you
Please, Is there someone who has already received the Code or something else? I did not receive any answer.
ReplyDeleteCould you share the information to everybody?
Thanks.
joaodmiguel@ig.com.br
Thank you very much for your effort in educating people in digital designs,Sir pls i will like you to be my mentor.pls i will like you to send me the circuit diagram and code for (8x350) -rdiarah@gmail.com.i will be very gratefull to you sir.
ReplyDeleteMoving Message Display, made up of light emitting diode (LEDs) arranged in an array. The Moving Message or data can be fed & set with the help of keypad on chorded remote provided with this unit. For more information visit MOVING MESSAGE DISPLAY
ReplyDeletenice work.Please send me the source code to chilukuriravikiran@gmail.com. Thank u
ReplyDeletehey m aso doing same project
ReplyDeleteplz send me a source code nad circuit diagram that i can understand it smoothly
my email id is : luthfan_55091@yahoo.co.id
thanks
can u send me the program for 8051
ReplyDeletecan the current sinker and shift register be attached to anode and transister array on cathode of led.
ReplyDeleteplease answer me
my email is shivangsharma05@gmail.com
am planning to do this using msp430 .. ur code will be helpful ,
ReplyDeleteemail id: gh.akshay@live.com
thank you
Automated LED signs are the newest styles technique that many companies are using nowadays due to many benefits. We can see large eye capturing LED clinging over sites of worldwide companies, financial institutions and companies in the active roads of many sophisticated places. These symptoms express a large concept to clients. They can complete on the mind-set, quality, slogan and many other styles. Led symptoms are usually used in the sites of the companies, companies, govt, financial institutions etc.
ReplyDeleteweb consultancy services
can u please send me the program, it would be so nice of u.
ReplyDeleteplease mail me at rajesh_200@ymail.com
thank you...grt work!! you are the life saver. Can you send me the c code kindly.(mads.subha@gmail.com)
ReplyDeletereally GREAT work done.....u are awesome....i am doing same thing with pic microcontroller can u please send me code that display the data into chracters please its really urgent.......
ReplyDeletemy id is daring_tiger1@yahoo.com
thanku....
plz as soon as possible...
That sign board design and the block diagram project is really amazing. What other types of live tooling can you suggest?
ReplyDeletehave done this project using PIC(16f877A)? can u post that too???
ReplyDeleteI think makers of car graphics uses this kind of format. They said that it provides accurate sizes and high-quality graphics.
ReplyDeleteNice project..Very helpful 4 me can u mail me coding of this
ReplyDeleteproject (harpreetkhuttan@gmail.com)
can u send me the program for 8051
ReplyDeleterekhac.dvg@gmail.com
can you give me the source code ??
ReplyDeleteCHRISTOAVENGER@GMAIL.COM
It was really nice to study your post. I collect some good points here. I would like to be appreciative you with the hard work you have made in skill this is great blog.
ReplyDeletei need code as basic for PIC16F84A for 8*41 matrix
ReplyDeleteHi Sir
ReplyDeleteI am from Aurangabad, Maharashtra, India.
I am also doing same project ./...
please send me a source code And circuit diagram that i can understand it smoothly ...
my email id is // nero_vk@yahoo.in
Thank you.
hey hi, even i am doing the same project but using MSP430 MCU??? Can u plz help me out. or send me the circuit diagram to my mail id nikethahosur027@gmail.com...thanking you in anticipation.
ReplyDeletehello buddy im newb could you give the codes and the software to program the ic ,,,heres my mail cabrerosvivencio@yahoo.com,,tnx man
ReplyDeletecan u pls send the code? edwin.thekkan@gmail.com
ReplyDeletegood articles
ReplyDeletehi sir id really love your project really amazing! can you share with me the code of this project? you can make me happy if i can make one. ozzzyd@yahoo.com
ReplyDeletePlease kindly send me the codes i'm working on similar project.
ReplyDeleteThis comment has been removed by a blog administrator.
ReplyDeletecan you give me the source code ??
ReplyDeletethis my email id is rishicentury@gmail.com
this is my first project ever...
ReplyDeletei need help... desperately ...
kindly provide me some guidance and the source code in assembly
as soon as possible
blackjack4728@rediffmail.com
can you kindly mail me code at kiaazaabhai@yahoo.com
ReplyDeleteHELP!!
ReplyDeleteDoes any one has the "C code" for using a shift register(74HC164 or any other) with 89c51 (as demonstrated in the project ),or any help regarding C code for this purpose,please mail me at kiaazaabhai@yahoo.com
I need it urgently...matter of life & death to me!!
Can I get the code for this project bertoz@yahoo.com thanx
ReplyDeleteHi can someone send me the coding for this project? Jacksonsin911@hotmail.com
ReplyDeletesend code please in albatritimeraj@Hotmail.com
ReplyDeleteneed code please .....-ashokatljp@yahoo.com
ReplyDeleteThats vry good one plz send m the code for this on
ReplyDeleteshammis92@gmail.com
im doing project on gsm based led matrix message display board so this is too much helpful , i wish to get code please...
ReplyDeletecan mail me at uttamextrime@gmail.com
hey plzz send code to me email id= varinder.viru.singh@gmail.com
ReplyDeletehey buddy great work...fan of urs
ReplyDeletewould you please send me the circuit simulation/ circuit.
at samruddha.parkar@vit.edu.in
very nice tutorial.
ReplyDeletevery nice tutorial.
ReplyDeletenice design, please, which ide and compiler can i use to compile the codes,thanks
ReplyDeletecan u send me all the details and diagrams along coding too at my mail i.e. chauhankrishan010@gmail.com
ReplyDeletehow to calculate led dot matrix hex code ? my mail id papaikarmakar154@gmail.com
ReplyDeletehello can you give me the codding in my mail sonamchophel346@gmail.com
ReplyDeletehello sir can u help me with programming.my email id anilrye9@gmail.com
ReplyDeletePlease help ! code is not working .
ReplyDeleteError logs:
..\lecmatrixscroll\ledmatrixscroll.c(163): error C100: unprintable character 0xA0 skipped
..\lecmatrixscroll\ledmatrixscroll.c(163): error C100: unprintable character 0xA0 skipped
..\lecmatrixscroll\ledmatrixscroll.c(163): error C100: unprintable character 0xA0 skipped
..\lecmatrixscroll\ledmatrixscroll.c(163): error C100: unprintable character 0xA0 skipped
..\lecmatrixscroll\ledmatrixscroll.c(164): error C100: unprintable character 0xA0 skipped
..\lecmatrixscroll\ledmatrixscroll.c(164): error C100: unprintable character 0xA0 skipped
..\lecmatrixscroll\ledmatrixscroll.c(164): error C100: unprintable character 0xA0 skipped
..\lecmatrixscroll\ledmatrixscroll.c(165): error C100: unprintable character 0xA0 skipped
..\lecmatrixscroll\ledmatrixscroll.c(166): error C141: syntax error near '}'
..\lecmatrixscroll\ledmatrixscroll.c(167): error C100: unprintable character 0xA0 skipped
..\lecmatrixscroll\ledmatrixscroll.c(168): error C100: unprintable character 0xA0 skipped
..\lecmatrixscroll\ledmatrixscroll.c(169): error C129: missing ';' before '+'
Target not created.
Sir please send me the code and the simulation and circuit diagram on my email chauhankrishan010@gmail.com
ReplyDeleteExceptionally supportive post for me to take in more going to outline this kind of circuit board. Continue posting ..
ReplyDeleteled display screen suppliers
db 7Eh, 00h, 76h, 62h, 7Eh, 3Ch,0ffh I WANT THIS TYPE OF CODE
ReplyDeletehi,
ReplyDeletenice one .im lookin for the same project.
can u pl share the circuit diagram n source code?
my mail id: benarjeepasam3@mail.com