|
|
Offline
Edison Member
Karma: 114
Posts: 2205
|
 |
« Reply #1 on: October 11, 2012, 05:54:03 am » |
So I have two problems You have one problem: you bought something you don't know how to use. Electronics stuff without a datasheet is no different from a paper weight.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 7
|
 |
« Reply #2 on: October 11, 2012, 05:59:09 am » |
So I have two problems You have one problem: you bought something you don't know how to use. Electronics stuff without a datasheet is no different from a paper weight. Sorry but I have to learn-find how to do this all by myself.. I can only buy the stuff. The seller do not have any technical material for me to help. They only have the screen, nothing more.. I asked them actually. They answered, "what is that?".. So I have to figure out all the things by myself.. This is why I'm asking for your help.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 43
Arduino rocks
|
 |
« Reply #3 on: October 11, 2012, 06:24:44 am » |
You could try to reverse-engineer it. There's a couple of IC's on the pcb. Start by making some pictures and writing down the typenumbers of the chips. You could then see if these are commonly used parts and get their datasheets. It's quite a challenge sometimes though..
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Edison Member
Karma: 114
Posts: 2205
|
 |
« Reply #4 on: October 11, 2012, 06:33:22 am » |
This is why I'm asking for your help. If you have lots of time, try to trace the pcb and get a schematic out of it. Otherwise, write off your losses and start all over again.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 7
|
 |
« Reply #5 on: October 11, 2012, 06:41:03 am » |
You could try to reverse-engineer it. There's a couple of IC's on the pcb. Start by making some pictures and writing down the typenumbers of the chips. You could then see if these are commonly used parts and get their datasheets. It's quite a challenge sometimes though..
This is why I'm asking for your help. If you have lots of time, try to trace the pcb and get a schematic out of it. Otherwise, write off your losses and start all over again. I'll try your suggestions. But I do not think that I will have that much time to figure it out.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 7
|
 |
« Reply #6 on: October 11, 2012, 07:45:56 am » |
I can't do anything worthy with reverse-engineering.. I'm stuck.. 
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Edison Member
Karma: 114
Posts: 2205
|
 |
« Reply #7 on: October 11, 2012, 08:05:21 am » |
Unfortunately, sometimes good people end up in bad situations.
Learn your lesson and move on.
|
|
|
|
|
Logged
|
|
|
|
|
Gosport, UK
Offline
Faraday Member
Karma: 19
Posts: 3118
|
 |
« Reply #8 on: October 11, 2012, 08:24:32 am » |
|
|
|
|
|
Logged
|
|
|
|
|
Australia
Offline
Jr. Member
Karma: 2
Posts: 62
|
 |
« Reply #9 on: October 11, 2012, 08:35:49 am » |
This looks very similar to a display I have been playing with: http://www.freetronics.com/collections/display/products/dot-matrix-display-32x16-red#.UHbKClHHXeQIf it is similar, that one has pinout information in its library. Not sure if they are the same. But they look close, these displays are blocks of shift registers powering LED's with 1/4 scan. Hopefully this can get you started on the right path?
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 7
|
 |
« Reply #10 on: October 18, 2012, 07:57:15 am » |
Yes, actually it looks very similar. I'll try the guides.. So maybe I can fix something.. Thank you very much..
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 7
|
 |
« Reply #11 on: October 19, 2012, 01:36:35 am » |
For others who might be looking for a solution; milamber's solution worked like a charm. I connected my DMD easily.. If you have an unnamed display like me, you should check this library first..
|
|
|
|
|
Logged
|
|
|
|
|
Australia
Offline
Jr. Member
Karma: 2
Posts: 62
|
 |
« Reply #12 on: October 19, 2012, 04:05:10 am » |
Thanks DemonGibi. Glad to hear it worked for your panel. If anyone is interested, I have leveraged ElcoJacobs "ShiftMatrixPWM" and adapted it to work on these panels. It will only handle upto 2 panels (1024 leds max) at this time but it will allow you to have separate PWM on all LED's. My efforts here on this forum: http://arduino.cc/forum/index.php/topic,72474.0.htmlAnd the DMDPWM library I created on the Freetronics forum: http://forum.freetronics.com/viewtopic.php?f=26&t=278&start=20#p2133The library at the FreeTronics site does support more panels but is just 1 bit (on/off, no PWM), if that is all your after it is quite good. Just plugs in and goes. Handles Scrolling text and basic drawing (Dots, Lines, Circles).
|
|
|
|
|
Logged
|
|
|
|
|
|