Cheaper 3D glasses for Nvidia 3d vision !
Rayman
Posts: 14,889
I'm on the bleeding edge here getting a 3D projector working with the NVidia solution...
One issue is that extra glasses are $120 or more...
Anyway, I just got some cheap wired glasses, 2 for $30, off Ebay.
Found the timing and command format for the IR emitter off the web...
I think it'll be pretty easy to wire up a photodetector to a Prop and drive the glasses. I've read the glasses want 25V to work the best, so that's one issue I'm looking for a solution to...
So, I'm thinking that for maybe $40 or so in parts I can make some extra glasses. May not be too pretty, but I'll have fun doing it anyway...
One issue is that extra glasses are $120 or more...
Anyway, I just got some cheap wired glasses, 2 for $30, off Ebay.
Found the timing and command format for the IR emitter off the web...
I think it'll be pretty easy to wire up a photodetector to a Prop and drive the glasses. I've read the glasses want 25V to work the best, so that's one issue I'm looking for a solution to...
So, I'm thinking that for maybe $40 or so in parts I can make some extra glasses. May not be too pretty, but I'll have fun doing it anyway...
Comments
That sounds like a fun project....
Not sure if you are asking for advice or not, but you might look into a Toshiba TD62783 series. You can hit them with 3.3 v and they will output whatever you feed in VCC, up to 50v. They source up to 500mA I believe, per channel on 8 channels. Should be enough to run some glasses.
Do you have a projector that does 60Hz? I'm behind the times.
I suppose the way to make this affordable is to make one receiver box that several glasses can plug into. They wouldn't be as wireless as the regular glasses, but much more cost effective...
BTW: The projector does 120 Hz...
But, I think I can just switch 25V with a mosfet or transistor.
What I need to figure out is how to generate the 25V from 5 or 3.3V.
I have some LED drivers that may do it, but that might be a hack...
http://www.epanorama.net/documents/pc/3dglass.html
that says you need to apply AC voltage to the glasses...
Now, I'm not so sure I know what I need to do...
How is this related to the Propeller?
There is no mention of the Propeller.
You need a microcontroller to interpret the IR signal and control the voltage on the glasses accordingly...
It occurred to me that the easiest, although perhaps not cheapest, way to generate the ~25V AC signal from the Prop was to use a transformer. I happened to have one with about the right turns ratio and it actually works. I just toggle a Prop pin at about 4kHz and the 3.3V gets turned into a ~20 Vpp wave. It's kinda an ugly, drooping square wave, but it seems to work.
I looked in my stash for an IR photodiode, but I can't find one. But, I see RadioShack has some in stock, so I'll drive there tomorrow...
Here are some photos of my test rig:
Here's a photo of the hardware that plugs into a Propeller Platform. Also, I'll show the voltage on the glasses and the two IR codes I get from the Nvidia transmitter.
The codes I see are different from what I found on the web...
Now, I've got about an hour to write some code...
It's useable now, but there's a hint of flicker I still need to get rid of before it's as good as the NVidia glasses...