Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

moving display using pic and 5x7 matrix led

Status
Not open for further replies.

soinarose

Junior Member level 3
Joined
Oct 7, 2009
Messages
27
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Location
india
Activity points
1,462
hi,

can any one help me to build a moving display using PIC 16F877 and four 5x7 led matrix in c (MikroC)

Thanking You
Soina
 

i tried to implement a ckt to scroll message as tutorial in proteus and Mikroc. i failed to obtain a output .. any one can post a working schematic with PIC16F877 and 5x7 matrix led with c code.. Thanks in advance
 

i tried to display one alphabet using 5x7 matrix using pic and 74hs595 shift register. code is written in Mikro c. pls help me to display properly.
 

Attachments

  • mtrix_led.rar
    24.9 KB · Views: 247

i tried to display one alphabet using 5x7 matrix using pic and 74hs595 shift register. code is written in Mikro c. pls help me to display properly.

You have used both the Chips as 74Hs595 ???, I doubt it will work. You should have used one 74LS138 as decoder for rows
and a shift register 74LS164/74LS595 for driving column.

another thing you just mentioned clock=1, clock =0 in your C code, but I could not find which pin you are using as clock.
in your C code you should try to send each bit of the character data and send a pulse to the shift register.
and to the rows should be scanned continuously. so when a row column pair match the corresponding LED glows.

hope this helps a bit.
 

Thank u for ur response .. clock is defined for the pin PIN_B0.. i coudnt work shift register with pic. the out puts are orderless.. if u hav any schematic n code , can u post it.. i want to scroll a text from right to left using four, 5x7 led matrix with help of PIC 16F877. i know only C language( MPLAB,Mikroc)
 

i got a solution for the scrolling message with PIC6F877 and 5x7 led matrix..
nw im working to scroll message in four,5x7 matrix ,,
code is written in MPlab IDE and simulated in proteus
here im attaching my work..
thanks a lot to everyone
 

Attachments

  • scrolling message.rar
    51 KB · Views: 331

nice post for begineers

---------- Post added at 10:01 ---------- Previous post was at 09:48 ----------

this is my display

‪Kana
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top