View previous topic :: View next topic |
Author |
Message |
Sugiman
Joined: 12 Jan 2005 Posts: 15
|
Trying to work a set of 4 16x16 dot matrix LED displays |
Posted: Thu Jan 13, 2005 2:51 am |
|
|
Hi there,
I stumbled into this site while searching the web =)
I'm pretty much a beginner with PIC-C programming so take it easy on me please hehe. Before I forget, I'd also appreciate any links or sites I could go to for more information as well.
Here's what I've been asked to do. First, take a board (which has already been made - using PIC16F876) and set up a key matrix on it (4x4). With the help of a co-worker, I was able to hijack the dipswitch I/O's and use that for the keypad.
The next step is to use the same board to work the above mentioned LED matrix display. They are all set up in serial (it's a spare part from something that looked quite old.)
My basic question is how exactly does the data get to the display? I've heard about an intermediary chip that is involved. Did I mention that I work in Japan and none of the programmers speak English well enough to explain these things?
Also, how many ports would probably be needed for the display?
Lastly, (or maybe not, there will be more later on I bet) could I get a kickstart in the right direction for coding?
Thanks!
I'm not sure if I gave enough info, if not, please let me know what you need to know. It's been kinda frustrating trying to wrap my head around both circuitry and PIC-C |
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
|
Posted: Thu Jan 13, 2005 7:20 am |
|
|
Quote: | Here's what I've been asked to do. First, take a board (which has already been made - using PIC16F876) and set up a key matrix on it (4x4). With the help of a co-worker, I was able to hijack the dipswitch I/O's and use that for the keypad.
|
So this is a board built for some other purpose and you are trying to adapt it to a new purpose? We don't have a schematic for it so unless you can describe the ciruit, help you will get will be pretty basic.
Quote: | The next step is to use the same board to work the above mentioned LED matrix display. They are all set up in serial (it's a spare part from something that looked quite old.)
|
Without knowing what the part is, you aren't going to get any help.
Quote: | My basic question is how exactly does the data get to the display? I've heard about an intermediary chip that is involved. | We can't answer that because we have no idea what you have, even though we do speak English
Are you using the CCS compiler? |
|
|
Sugiman
Joined: 12 Jan 2005 Posts: 15
|
|
Posted: Thu Jan 13, 2005 7:45 am |
|
|
Thanks for the response. =)
I'll try to get a schematic and some more info about the dot matrix LED's.
Please let me know any other information you might need. |
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
|
Posted: Thu Jan 13, 2005 7:49 am |
|
|
What do you want to do with it? |
|
|
Sugiman
Joined: 12 Jan 2005 Posts: 15
|
|
Posted: Thu Jan 13, 2005 7:54 am |
|
|
Using the keypad, make a scorer for Table Tennis. 2 of the 16x16 LED's for each player. The buttons would raise or lower the score with a reset button that clears the scores if depressed for more than 1 second.
The LED's would have to be the main loop I'm guessing, in order to constantly show the score, with interrupts to scan the keys. Not entirely sure though. |
|
|
Sugiman
Joined: 12 Jan 2005 Posts: 15
|
|
Posted: Sun Jan 16, 2005 6:50 am |
|
|
I've uploaded a copy of the schematic to my msn homepage. It's under the Jan 16 photo album
Still working on finding info about the LED matrix
edit: forgot to put the url =P
http://spaces.msn.com/members/sugi1701 |
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
|
Posted: Sun Jan 16, 2005 8:44 am |
|
|
Well I couldn't read it (too small) so I saved it to my computer and it was still to fuzzy to read. |
|
|
Sugiman
Joined: 12 Jan 2005 Posts: 15
|
|
Posted: Sun Jan 16, 2005 7:58 pm |
|
|
OK sorry about that. I won't shrink it much this time and post it again when I get home.
Sorry for all the trouble |
|
|
Guest
|
|
|
Sugiman
Joined: 12 Jan 2005 Posts: 15
|
|
Posted: Mon Jan 17, 2005 6:34 am |
|
|
oops, forgot to sign in before posting the previous post about the schematic, so "Guest" is me
|
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
|
Posted: Mon Jan 17, 2005 6:50 am |
|
|
And the PDF contains 8 blank pages. |
|
|
Sugiman
Joined: 12 Jan 2005 Posts: 15
|
|
Posted: Mon Jan 17, 2005 7:28 am |
|
|
*sigh* I'm really sorry for all the trouble with this.
Must be because the PDF is in Japanese.
Well, not sure what to do now with this. Do you know a place I can post that picture at it's normal size? |
|
|
Sugiman
Joined: 12 Jan 2005 Posts: 15
|
|
Posted: Mon Jan 17, 2005 8:11 am |
|
|
OK, I think I have the basic schematic here now. http://spaces.msn.com/members/sugi1701
And it's pretty basic. Working on a more detailed list of what each port on the CPU goes to
edit: ok got a pic of the CPU as well. I don't have the board with me at home so I'm not sure what the ports do that I didn't mark. On the main Schematic is seems that they're connected to something, but I can't figure out what they are |
|
|
Sugiman
Joined: 12 Jan 2005 Posts: 15
|
|
Posted: Fri Jan 21, 2005 7:39 pm |
|
|
Did the new pictures help at all? |
|
|
rwyoung
Joined: 12 Nov 2003 Posts: 563 Location: Lawrence, KS USA
|
|
Posted: Fri Jan 21, 2005 8:27 pm |
|
|
Sugiman wrote: | Did the new pictures help at all? |
The overall schematic is still much too small and low-res to be of any use at all. _________________ Rob Young
The Screw-Up Fairy may just visit you but he has crashed on my couch for the last month! |
|
|
|