chaos86
Mar 23 2008, 03:14 AM
I've been reading again. Actually, I do all this research on my iPhone at my job, which is lifeguarding (don't worry, I'm a very good lifeguard, we do 30 up 30 down).
Turns out LVDS stands for Low Voltage Differential Signalling. Differential signalling means the cables are in pairs, and the voltage goes down on cable and comes back down the next. Low voltage means the voltage going down the cables is tiny, and the signal is made by differences in this voltage-- about 350mV. That's why these cables are so hard to produce, and especially hard to extend-- even minor EMI is enough to change the voltage enough to screw up the signal.
There's two ways to combat this interference. Twisted pairs: the interference hits both the coming and the going cable, and it cancels out. This is what our short LVDS cables between our LCDs and controllers use. It works well, but is not that easy to make by hand-- no good for making long extensions. Shielding: wrap all the cables tightly in a conductive material, which blocks interference.
So, how do we make an extension of an LVDS cable? Why would we? There's plenty out there already, and they can be really long too. USB, Firewire, VGA, DVI, HDMI: All LVDS cables. All have either twisted pairs or shielding. So why not just use one of them? None of them have the right number of pins, but going back a few years, SCSI does. SCSI actually had 17 standards (most weren't used), which is why we don't see it anymore. The most common SCSI cable had 50 pins, and the LVDS cable between my controller and my 10.6" panel has 32 pins.
This will be a very slow moving electronics PLOG, because I'm fitting all my projectorism between a very busy school life, work life, and girlfriend life.
First step: Get a SCSI cable and a connector to match the one at each end (so I don't have to mod the cable itself). I think my step dad has some. He's a mac geek, and graphic designer, and I know he used SCSI a few computers ago.
DaveAK
Mar 23 2008, 06:50 AM
I have some SCSI cables, but I don't think any of them are very long. I'll check and see what I can come up with if you'd like. Just as a suggestion, (and I know you're looking for a single cable), but a bundle of four network cables would give you 32 wires, each has 4 twisted pairs. I have no idea if it will work for what you want to do, just thought I'd throw it out there.
chaos86
Mar 23 2008, 11:58 AM
QUOTE (DaveAK @ Mar 23 2008, 02:50 AM)

A bundle of four network cables would give you 32 wires, each has 4 twisted pairs.
Good idea, I thought of it too. However, in that case I'd have to strip the insulation off the 4 ethernet cables, bundle them all together, and then apply new insulation. I don't know how to apply insulation, except for heat shrink, which would be pretty difficult over such lengths and make a not to flexible cable.
Thanks, but don't worry about looking for old SCSI cables. I've seen them come and go on ebay for cheap, and lengths up to 26ft, and I know my step-dad has some I can use for the testing phase.
Durachko
Mar 23 2008, 04:05 PM
Check the pinned Kontron thread as I linked some technical papers in there regarding LVDS extensions and they'll likely give you some useful info.
MarcoPolo
Mar 23 2008, 08:03 PM
I used a 68 wire SCSI cable and ran parallel pairs to minimized resistance loss.
Also the cable has a braided shield around it. I did it the hard way by twisting parallel pairs than re-installing shield.
chaos86
Mar 24 2008, 09:17 AM
damn I thought I figured out something new!!
Why didn't you put more info about it in your plog? This mod could open up enormous case design possibilities to the community.
Anyway, since I'm conceding idea ownership to you, I might as well ask, any pointers? Did you try without twisting the pairs and just leaving it shielded?
MarcoPolo
Apr 2 2008, 06:55 AM
QUOTE (chaos86 @ Mar 24 2008, 02:17 AM)

damn I thought I figured out something new!!
Why didn't you put more info about it in your plog? This mod could open up enormous case design possibilities to the community.
Anyway, since I'm conceding idea ownership to you, I might as well ask, any pointers? Did you try without twisting the pairs and just leaving it shielded?
I didn't think too much about for the plog.
On the 68 wire cable, the pairs were already twisted, unfortunately I made my end adapters first. I recommend finding which wires are pre-twisted then make you ends match.
No, I did not try without twisting.
Durachko
Apr 2 2008, 12:10 PM
@MarcoPolo:
Just back from your plog. I forgot about that light engine that looks like a nuke! Nice build. Slow and steady. Great craftsmanship.
@chaos86:
So, I see MarcoPolo extended the LVDS only a relatively small amount. You still gonna have a go at a 10 foot extension? I'll be interested to see how it turns out if you do.
chaos86
Apr 2 2008, 12:19 PM
QUOTE (Durachko @ Apr 2 2008, 08:10 AM)

You still gonna have a go at a 10 foot extension? I'll be interested to see how it turns out if you do.
Yep. I figure, if SCSI carries data from hard drives 30 ft, it can carry an LCD signal 10ft. I just hope there isn't some signal boosting tech for longer cables in the SCSI spec that I dont know about, and that our controllers dont have.