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.

How can I start with the matrix LEDs ?

Status
Not open for further replies.

filjoa

Member level 4
Joined
May 19, 2006
Messages
75
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,771
matrix LEDs how start?

Hi

I like make a litle matrix with leds I think 10x10 whit PIC18542.

this is my matrix:
A B C D E F G H I J
A
B
C
D
E
F
G
H
I
J

I need control pixel by pixel like AA,AB,AC, etc

for example AA is "output_high(PIN_B7);ouput_high(PIN_D7);" for after can make some imagens?

my question is how I can define my matrix?

kind regards
 

matrix LEDs how start?

there are hundreds of answers for your question in this forum

Added after 7 minutes:

I'm also new to micro controllers but I would like to tell you use some kind of simulation program for PIC

PIC simulator IDE was very easy solution for me
https://www.oshonsoft.com/pic.html
I think you have at least basic knowledge about PIC and programming if not try following link

https://www.mikroe.com/en/books/picbasicbook/00.htm
https://www.mikroe.com/en/books/picmcubook/

Added after 4 minutes:

I have designed a 5x7 LED Matrix using PIC16F84A
If you need to know more info about it send me an email to gunathilakaATgmailDOTcom

I'll send you the circuit diagram and souce code that I written in basic using basic compiler in PIC Simulator IDE.
 

Re: matrix LEDs how start?

Hey, you can find more information here:
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top