$25 Head-Mounted Display

svc_headset.jpg

So it’s 2007: shouldn’t there be more cyborgs? Well, for a mere $25.00 (or less), you can be one big step closer to being one yourself. How so, you ask? Click the following link to to find out!
A few months ago, the rather clever folks at Wild Planet released a nifty (though rather clumsily named) little “toy” called the “Spy Video Car”. I cannot stress enough how well engineered this gadget is. For around $100 (much less on eBay), you get:

  • A nicely-styled motorised car base with decent-for-a-toy steering and an almost silent powertrain
  • A two-channel R/C set, also of decent-for-a-toy quality
  • A color capable video transmitter/receiver with a few hundred feet of range
  • A miniature B&W CCD video camera (similar to one of these)
  • A very bright 8mm IR LED and, best of all, a…
  • A video headset containing a Kopin 300M B&W LCD screen, optics, backlight, and a PAL/NTSC driver board

This guide will be all about re-purposing the later, though I will do similarly for the camera and video rx/tx set eventually. I should also mention that you can buy the headset separately here , but please don’t be greedy as I don’t think they’ll last long. What’s interesting is that the “replacement” headsets I bought are newer and much improved versions of the original one included with the car (one would assume that the newer cars come with the newer headsets, but I cannot verify this). The original one had a poorly diffused, red backlight which made made for a rather bad display all around. In the new version, they have upgraded the diffuser and changed the LED to white–making it look similar to an older camcorder’s viewfinder. They were also kind enough to redesign the circuit board into something much more hack-friendly. The most obvious of these changes is the potentiometer in the upper right-hand corner of the board (see below)

Turning this little critter adjusts the gain–an adjustment my headset needed pretty desperately. Oh, but I’m getting a bit ahead of myself, aren’t I?

First off, let’s talk about how to hook this bad boy up. Because Wild Planet decided to use normal video standards, we can make this usable without even opening the casing–heck, with the right adapters, you could probably do it without any soldering! Either way, you will need three things: a way to connect to your video source, a power supply, and a way to connect it all to the headset . To connect the headset to a DVD player, VCR, game system, iPod, PC, etc., you’ll probably want to use an RCA cable. If you don’t have one laying around, you can get one at most good dollar stores. As for power, the headset has a 3.3v regulator built in so you can run it on a wide range of things. It originally ran on 9v, but anything between 3.3v and 12v ought to work just fine. Wiring three “AA” batteries in series will give you around 4.5v, which is a good balance of physical size, battery life, and voltage. To connect this all to the headset, you’ll want to find a female 3.5mm 3-contact phono jack–better known as the thing you plug stereo headphones into. I’d snag a connector out of an old walkman or something if you don’t have a free one laying around. The pinout for the headset’s plug is as follows:

 

hmd-schem.PNG

The base of the plug is the ground. This will need to be connected to two things; the negative terminal of your power supply and the shield of your RCA plug (when you strip the cable, this will be the woven sleeve around the inner wire). The middle ring is the video, which connects to the center wire/pin on the RCA cable/plug. Finally, the tip connects to the positive terminal of your power supply. Double-check your wiring, plug the RCA cable into your composite video source, and connect your power. If all goes well, you should see an image! Now if you’re video device is PAL format (from Europe, UK, etc.), you’re done! If, however, you’re device is NTSC (American), you’ll notice that the image in the headset is a bit messed up. Most modern devices will have a software setting somewhere that will let you change the video format, but there is a pretty simple hardware solution if not. Let’s have a look at that solution, shall we?

First, we need to crack open the display housing. It’s glued shut, so prying is our only option (unless you have a sonic screwdriver, that is). Insert your presumably non-sonic screwdriver into the side with the cable coming out of it and pull away foreward (away from your face, if you were wearing it (which you really shouldn’t be at this point)).

Ignore the way I’m doing it in the photo above and do it on the side with the cable. I managed OK, but there is a risk of hurting the LCD’s delicate ribbon cable if you jam sharp instruments into the side I did. The cover should pop off, leaving you with this:

The bit we need to get at is hiding under that capacitor in the lower right, so gently bend it out of the way. There you will see a surface-mount resistor and two blank pads. The datasheet for the chip (Kopin A300) tells us that the pin those are connected to is the PAL/NTSC setting. To switch it into NTSC mode, simply remove that resistor. If you want to be extra thorough, you can desolder that resistor and move it onto the blank pads as shown below:

Doing this will pull the line low, whereas just scraping it off lets the line float. It seems to work fine either way, but it can’t hurt to play it safe. The “resistor” seems to be little more than a jumper, so you can actually just pop it off and bridge the blank pads with a bit of wire or solder if you’re lazy (like me).

Pop the lid back on and there you have it: a wearable screen that can be connected to just about anything that plugs into a normal TV–and for less than twenty-five bucks!

So, what’s next? Well for one, you can make the display mush less dorky looking by removing the guts, rearranging them, and cramming them into something else. Sunglasses, perhaps? You can also probably replace the optics with something sharper and/or thinner. You could also forgo the whole HMD idea and turn it into a tiny projector–maybe with a laser for a light source? Electrically there is a lot of fun to be had as well. The data sheet for the chip shows us that there are are several unused functions such as black and white level and gamma adjustments, the pads for which are easily accessibly on the back of the board. There’s also the VERY intriguing “OSD_in” pin that may prove to be fun. Does anyone know what kind of signal that takes? I can’t seem to find any standards…

Good luck and enjoy!

Published in: on September 30, 2007 at 10:53 pm

The URI to TrackBack this entry is: http://jakeofalltrades.wordpress.com/2007/09/30/25-head-mounted-display/trackback/

RSS feed for comments on this post.

135 Comments Leave a comment.

  1. On October 1, 2007 at 5:00 pm Amos Said:

    In the datasheet it gives the range as 0-Vbat (battery voltage) and the block diagram shows it going through a “level detector” (voltage threshold) and mixing it with the (level-/gamma-corrected) video.

    My guess is that it’s just a B/W video signal with a 0-Vbat swing instead of 1Vp-p. Of course, it would probably have to be genlocked with the input video.

    The PPU from an old NES might make a nifty OSD (or even main image) generator! http://bripro.com/low/hardware/nesvidcard/index.php

  2. On October 1, 2007 at 5:06 pm jakeofalltrades Said:

    That’s what I was beginning to suspect myself. I was hoping it was some sort of serial text input or something, but that would make things too easy, wouldn’t it? :)

  3. On October 4, 2007 at 1:24 am Tom Russell Said:

    Coooooooooooooooooooooooooooooooool.

  4. On October 8, 2007 at 12:10 am Draeath Said:

    You could wire in a switch or a non-momentary toggle button for the PAL/NTSC “resistor” rather than hard-wiring it one way or the other…

    Also, using the middle pole for video and the end pole for the battery, isn’t that bad? As you plug it in you get voltage going in the video in, and back out the ground. Or between the voltage and video source pin… other such bad things.

  5. On October 8, 2007 at 12:25 am Roy Said:

    you know, there’s nothing (except out-of-stock on the site) to stop me from rigging two of these bad boys together, and then running dual output from a couple of tuner cards.

    Imagine, it’s stereoscopic 3D for $50. Even if you only used it as a digital still-shot stereoscope, it would be awesome! Then if you figured out how to render video separately to the two lines….

  6. On October 8, 2007 at 2:15 am Lokkju Said:

    use the coupon code SMILES when checking out to get 10% off. It is not valid for the car itself, but it works for the headsets

  7. On October 8, 2007 at 2:29 am technology guerilla » Blog Archive » Head Mounted Display für 25$ Said:

    [...] Interessant was man aus Spielzeug so alles machen kann. Beim “Spy Video Car” ist ein HMD dabei. Als Ersatzteil bekommt man es schon für 25$. Was man damit dann macht kann man hier lesen http://jakeofalltrades.wordpress.com/2007/09/30/25-head-mounted-display/ [...]

  8. On October 8, 2007 at 9:19 am jakeofalltrades Said:

    Hey, thanks for the kind words, everybody! I had a feeling they’d sell out pretty fast, as they had done so twice long before I posted anything. Luckily they do have a notification system, which is nice and spam-free.

    @draeath: Putting a switch is a good idea. I had thought about doing it myself, but I’ve never had reason to use a PAL signal in my life :) As to the pin arrangement, I think you’re looking at it backwards. The positive supply is on the tip, yes, but it’s the female socket that’s supplying this voltage. This means that the battery isn’t connected to anything until the plug is all the way in. You get video going into the v-in and ground to video-in for a brief second, not the other way around.

    @Lokkju: Shhhh! Now they’re really going to sell out… I actually used that code myself when I bought this one, but I forgot to mention it here. Thanks!

  9. On October 8, 2007 at 9:54 am nil Said:

    DAMN! it’s out of stock!

    i wanna cry :-(

  10. On October 8, 2007 at 10:12 am quasley Said:

    I found one in the dumpster near my work place but it does not have ac adapter and its run on 5v. Can some one tell me how to make it to work? The model is X-eye.

  11. On October 8, 2007 at 10:26 am DrBunsen Said:

    That car set would make a perfect cheap rear view camera/display for my RV. A shaving mirror would both magnify the tiny Kopin screen and do the necessary left-right reflection.

  12. On October 8, 2007 at 10:41 am Xeracy Said:

    Sold Out, BTW… wonder if they’ll ever restock that part?

  13. On October 8, 2007 at 12:38 pm News » Blog Archive » Cheap LED Video Headset Hack Said:

    [...] Project page [Jake of All Trades via Hack a Day] [...]

  14. On October 8, 2007 at 1:37 pm Gene Said:

    Nice work!!! You might be able to add color by replacing the white backlight LED with an RGB LED and sequence each color through. This would be very similar to what dlp projectors do, although it might be a pain on your eyes. You might check the backlight for unused connections, just in case they originally decided to make it color, but for whatever reason changed their mind.

    Roy, most video cards these days can actually render video separately in realtime. You might check to see if your video card supports it. Some video cards will render red-blue anaglyphs. Stereoscopy on a shoe string is a pretty cool idea.

    Jake, instead of desoldering the resistor, why not use an M connector? Or in other words, use aluminum foil to bypass it Macguyver style.

  15. On October 8, 2007 at 4:31 pm psycodrew Said:

    Spy Video Car Replacement Part - Limit One per Customer!
    haha thats hilarious one per that is just great but they must be restocking because now they have a waiting list to buy it!

  16. On October 8, 2007 at 9:00 pm things to look at (October 7th - October 8th) | stimulant Said:

    [...] $25 Head-Mounted Display « Jake of All Trades [...]

  17. On October 8, 2007 at 9:55 pm Tripp McNeilly Said:

    Think it would be easy to pull these and add IR LEDs or a separate IR LED flashlight to make a cheap yet functional night vision goggle?

    # A color capable video transmitter/receiver with a few hundred feet of range
    # A miniature B&W CCD video camera (similar to one of these)
    # A very bright 8mm IR LED and, best of all, a…
    # A video headset containing a Kopin 300M B&W LCD screen, optics, backlight, and a PAL/NTSC driver board

  18. On October 9, 2007 at 1:35 am Fahhem Said:

    They say they expect more by the end of the month. Seems like they should be getting a HUGE shipment if a lot of hack-a-day is watching this item.

  19. On October 9, 2007 at 11:42 am Relentless Media » Super-cheap head-mounted video display Said:

    [...] $25 Head-Mounted Display - Link [...]

  20. On October 9, 2007 at 11:52 am Super-cheap head-mounted video display Said:

    [...] $25 Head-Mounted Display - Link [...]

  21. On October 9, 2007 at 1:14 pm Wild Planet Engineering Said:

    Jake, what a wonderful hack! So sorry the website is out of stock. Our engineering group has a bin of extra headsets (pre-production samples, engineering test units, etc.) we’d like to make available to 10 clever hackers.

    Email us with a one-paragraph proposal of what cool thing you’re going to do with your own cyborg headset. Best 10 answers we receive by 5PM tomorrow (Oct. 10) receive a headset. No guarantees–these aren’t production samples, but they’re free, right?

    email us: hack(at)wildplanet(dot)com

    Much love,
    Wild Planet Engineering Team

  22. On October 9, 2007 at 1:26 pm Alan Said:

    Nice article! To see the guts of the car have a look here. http://hackedgadgets.com/2006/08/17/inside-the-spy-video-car/

  23. On October 9, 2007 at 2:59 pm Michael Said:

    Thanks for the great hack!

    I would love to have that with a color VGA, (or better,) display. It could be used as a TV monitor, gaming monitor, PC Monitor, whatever. The original XBOX uses 640 x 480, if I remember correctly. With an RCA connector, it could connect right to a game console or TV feed. Kopin has VGA and WVGA screens, but I wouldn’t even know where to start. Power, input, backlight…, way over my head.

    If anyone ever makes a set of instructions for a VGA model, I might stand a chance.

  24. On October 9, 2007 at 3:08 pm Relentless Media » Instant Contest: Win a Spy Video Car headset Said:

    [...] Head-Mounted Display - Link Wild Planet Toys - [...]

  25. On October 9, 2007 at 4:00 pm Instant Contest: Win a Spy Video Car headset Said:

    [...] Head-Mounted Display - Link Wild Planet Toys - [...]

  26. On October 9, 2007 at 7:07 pm NYC Resistor » Head Mounted Display Said:

    [...] with a remote control car with a video transmitter and heads up display that looks pretty rad. - Link They’re out of stock at stores, but over at Make: they’re giving some away. - [...]

  27. On October 9, 2007 at 7:37 pm Jorge L. Said:

    OSD stands for On Screen Display …

    That´s what you see on your TV shawing channel numbers, closed captions etc …

    It allows information overlay … nice thing to play with …

  28. On October 9, 2007 at 7:38 pm Jorge L. Said:

    … SHOWING …

    sorry …

  29. On October 9, 2007 at 9:35 pm jakeofalltrades Said:

    Indeed, but do you happen to know how such information is encoded? Is it simply a second “normal” video signal or is there some way to feed it text or something? On a whim I tried to talk to it via HyperTerminal, but that just made the display blink…

  30. On October 10, 2007 at 11:46 am Shelby Munsch Said:

    The OSD signal is an analog signal… The OSD data is most commonly sent to the display processor in the VBLANK state. The OSD chip then converts it for display.
    http://www.patentstorm.us/patents/5737030-description.html
    I think if you send the right signal, it may work
    The signal max is 2/3 of VBAT and the min is 1/3 VBAT. VBAT has a min of -0.5V and a max of 4V. (basically, use a 3V battery (or is that 6V? darn. been too long since high school physics) fully charged up, then the min is 1V and the max is 2V)
    The signal delay is 20 nanoseconds with a max of 30 ns delay.
    So try sending a signal of 1 volt with an on/off delay of 20ns. That should give you white, right? And black should be a signal of 2V with the same on/off delay.

  31. On October 10, 2007 at 12:10 pm Shelby Munsch Said:

    Me again. If it is anything like this:
    http://www.decadenet.com/bob4/bob4.html
    then “The data path is synchronous or asynchronous serial with BOB-3 compatible ‘standard’ rates of 1200, 2400, 4800, 9600, 19.2k, 38.4k, 76.8k, and 153.6k bits/S, using eight data bits, no parity, and one stop bit (8N1). The default rate is 9600.” Back to HyperTerminal, you! I think. Oh, if it does print characters, it probably uses UTF-8. Also, if you are up to grokking c… http://www.decadenet.com/bob4/BOB-4%20Code%20Example.txt
    That is more of the bob chip, but if you use a microcontroller… (man, I love my robotics class. Now I just need to get one of the darn viewy things.)

  32. On October 11, 2007 at 2:50 am Amos Said:

    I don’t believe the OSD is a serial input. That BOB thing Shelby mentions is specifically for accepting text from serial or ucon. and overlaying it on a video signal.

    I also disagree with the VBlank comment. The closed caption signal (displayed as OSD by TVs) is indeed sent during VBlank, but this is a separate pin for a reason, methinks…

    Maybe try a simple transistor video amp outputting 1/3 Vcc video with a 1/3 Vcc DC bias and send it a bilevel/gray image. I’m thinking black=trans/white=opaque.

    One way to find out would be to find a camcorder that uses this (or a similar) LCD and ’scope its OSD pin…

  33. On October 11, 2007 at 5:04 pm Daniel Said:

    A lot of voltage regulators want “overhead” voltage to operate properly. The 78xx and LM340/350/317 in particular want Vcc to be >= Vout + 2, and those are very common designs. Assuming they didn’t use a low-overhead regulator here (not common in my experience) the ideal minimum supply voltage is 5.3. 6V is probably a more realistic absolute minimum since the whole purpose of a voltage regulator is to produce a constant voltage source, and any dip below 5.3 will produce a proportional dip in output voltage.

  34. On October 12, 2007 at 11:47 am Rthompson Said:

    Great gadget. Im going to be using mine as a HUD for our Honeywell RapidEYE dvr system. Im building the video TX/RX right now. This will be perfect for our officers. Mobile video surveillance is always a nice tool.

  35. On October 13, 2007 at 1:56 am CircuitSorcerer Said:

    What a hack, Indeed!

    I do a lot of fishing. I wonder if I could hack my fishfinder to find the RGB, and Sync Signals to incorporate a small plug.. (say a SVID-type or x-pin mini DIN, or even a D-Type… ) .. to make a CYBORG-like eypiece to interface with my FISHFINDER? Imagine casting and at the same time VIRTUALLY SEEING where the fish are… OH YEA.

    Thanks for the HACK… keep on brother!

  36. On October 15, 2007 at 2:03 pm KayDat Said:

    Awesome. Looks real easy too (Australia uses PAL, so no need to actually do any hacking). Would be great as a HMD for video recording. Too bad it costs around the same to ship the darn thing to Australia as the display itself. Not being able to buy in multiples doesn’t help either… =(

  37. On October 15, 2007 at 10:57 pm ThePete Said:

    Ah, great tip! Thanks! I discovered that I can run a male-to-male headphone cable out of the remote control, into a video in on an Aiptek-brand MPV (handheld camcorder) and record what the spy video car can see. I was thinking it might be cool to run the signal into a video capture card–maybe that will be my next project. Oh yeah and I totally lucked out–the Toys R Us near me was having a sale on Spy Gear toys–2 for 1, so I got two video cars for $50 each. :)

  38. On October 16, 2007 at 11:36 am David Comeau Said:

    now this is a sweet setup…now i have something i can use as a hud for my wearable pc…for cheap! i thought i was gonna have to replace the headset section for sure, but it’s remarkably stable when i put it on. one 9v jack and an RCA cable later, i’m able to watch my xbox 360 boot up on the headset. nifty!

    thank you very much.

  39. On October 17, 2007 at 7:15 pm embedded_tom Said:

    I think I’ve got the OSD figured out. Kopin didn’t have any details (I emailed tech support), so I took a closer look at the A300 controller and it suddenly looked kinda familiar. Came up with the Freescale (Motorola) VirtuoView display driver: MCVVQ111AFB.
    http://www.freescale.com/files/timing_interconnect_access/doc/data_sheet/MCVVQ111A.pdf
    Page 12 & 14 describe the OSD operation and it looks exactly like the Kopin A300.
    Basically, there’s two thresholds: below the bottom and it’s not adding OSD video. Above the 1st and it adds black. Above the 2nd and it adds white. You’ll have use the vertical and horizontal sync signals and come up with your own font(s) and graphics. But it’s easier because than regular NTSC video because you can use the pixel clock to know when to go to the next pixel.

    I’ll add it to my project list!

    tom

  40. On October 21, 2007 at 1:23 am Case Said:

    Nice hack, thanks for the info.
    I got mine yesterday and pluged it into the reciever for my Swann Night Hawk wireless camera which has a built-in IR LED array to make a homebrew NVG. The coolest part is since the camera is powered by it’s on 9v battery, I can detach the it from my modded headset and plant it somewhere for remote viewing.

  41. On October 22, 2007 at 6:20 pm Chaoslink Said:

    Looks like they are back in stock (for the moment). I just ordered mine! Merry Early X-Mas to me.

  42. On October 23, 2007 at 9:06 am mediawiz Said:

    I’ve also ordered mine yesterday!
    (but I forgot to mention the coupon code SMILE… ;)
    I hope to find some “usefull” hacks for it!
    ;o)

    ciao from Italy

  43. On October 23, 2007 at 12:42 pm KayDat Said:

    Ordered two, to try to balance out the insane shipping cost. I’m basicly paying the cost of three for two though.

  44. On October 23, 2007 at 7:12 pm Spy Video Car Hack at Backhand Media Said:

    [...] very clever fella has hacked our Spy Video Car headset. Which has led to a run on something that was only designed as a replacement part. It [...]

  45. On October 24, 2007 at 5:10 pm Martin Said:

    A Message from the Wild Planet Engineering Team

    Unfortunately, with all the great press in the maker community, we aren’t able to meet the demand for the replacement headset right now. We didn’t anticipate so much interest in this as a stand-alone item, and it will take some time before our production capacity catches up with the demand. (We’re going full out to meet the Spy Video Car demand for the holiday season).

    If you can wait, we’ll notify you when we get the replacement headset in stock. The other option is that we do have inventory of the complete Spy Video Car available. In addition to the headset, The Spy Video Car is a remote controlled vehicle with a video camera mounted on the front to provide a first-person view from the vehicle for snooping and spying. The video image is transmitted via 2.4GHz signal and then displayed on a micro-LCD in the headset.
    Creative individuals could certainly imagine endless ways to reconfigure the various components that make up the Spy Video Car into new and exciting projects.

    Because we are unable to fulfill your request of the replacement headset, we would like to offer you a $20 discount on the Spy Video Car. To receive your discount, just enter the coupon code HACKER during checkout.

    Of course, if you prefer to wait, we will e-mail you when we get the replacement headsets in (early next year).

    Thank you, and happy hacking,
    Wild Planet Entertainment, Inc.

  46. On October 24, 2007 at 10:55 pm Chaoslink Said:

    I saw that deal on the site - nice. I can think of some really fun things to do with the full kit, but even with the $20 off I can’t justify spending that much on a toy for myself at the moment. Hopefully it will still be offered next year. I’m thinking camera mounted R/C “steampunk” airship! :D

  47. On October 25, 2007 at 11:09 pm Josh Said:

    Sweet. I got mine in the mail today (they are back in stock). With a 9V battery and a few alligator clips I was able to connect it to my playstation in just a few minutes. Next I’m going to pop it open and switch it to NTSC. Thanks for the tip, this is going to be fun!

  48. On October 26, 2007 at 12:21 am Chaoslink Said:

    I’ve got an old Sony VAIO laptop with no head (cracked LCD) - anyone know if it is possible to hook this up to it? If any of you can point to resources which can help me I would appreciate it (I’m a software developer and not much of a hardware guy).

  49. On October 27, 2007 at 12:51 pm Randall Huston Said:

    Man what a great and very inexpensive thing for my RC plane video downlink!
    Doing the mods was a snap and I had it working in no time flat!
    This thing has tons of bang for the buck! It’s as good or better than other viewers that cost MUCH more.

  50. On October 27, 2007 at 3:44 pm Gian Said:

    FYI: Received mine yesterday- seems to be set to NTSC from the factory…

  51. On October 29, 2007 at 4:57 pm Gian Said:

    Correction: It is PAL. The image that I was looking at was split-screen right at where you’d expect the roll-over from the incorrect format…

  52. On October 30, 2007 at 12:33 pm Michael Said:

    Josh,

    This is off topic, and I am not very savvy at hacking, but I am an IT guy. The simplest thing for you to do is use a VGA cable to connect the headless laptop to a spare monitor. I do not recall ever seeing a laptop without a VGA out port.

    If you look on eBay, you should be able to find a replacement screen. They are not that hard to swap out, once you figure out which screws unlock the “laptop puzzle”. Once you see what the prices are running, you can decide if it is worth it to you. Or sell yours on ebay and someone else can rebuild theirs.

    The headset is really a neat idea, but it is black and white and very low resolution, (300 x 225 pixels. VGA is 640 x 480, and windows XP has a default minimum resolution of 800 x 600.) I do not think you would be able to use it as an alternative to a monitor. (Well, of course you could, but I don’t think you would enjoy using it for any real work.)

    I think a color VGA one I could connect to my xBox would be very cool.

  53. On November 1, 2007 at 7:03 am Ferret-Simpson Said:

    Looking at the M300 website, and it appears thatthis thing is driven by the A300 controller board. Would make sense. Perhaps data on the OSD line is given in the chip’s paperwork?

    Just a thought.

  54. On November 1, 2007 at 7:07 am Ferret-Simpson Said:

    *headdesk* should have paid more attention to comments.

  55. On November 1, 2007 at 11:35 am Geekmaster Said:

    I just got an e-mail from shopwildplanet.com. They are taking orders on the headsets again (to ship in December). I used coupon code SMILES, and paid $27.45 (to be shipped U.S.P.S. Priority Mail).

    I plan to us a PAL/NTSC switch to flip the resistor between the circuit pads shown above. I will use this with my Sony Nightshot digital camcorder I got at a garage sale for $5 (they said it did not work, but the menu allowed me to reset it to factory defaults ;-).

    Also, I discovered that you can get the translucent red spy video car for $79.99 (free shipping) at
    http://www.toysrus.com/product/index.jsp?productId=2649298

  56. On November 1, 2007 at 9:24 pm Chaoslink Said:

    I’ve got linux running on the laptop now, and I don’t intend to use it as my primary computer, so low resolution isn’t really a concern. I’m more doing it because I like the idea and I want to learn more about hardware hackery. :)

  57. On November 7, 2007 at 1:47 am Morpheus Said:

    I just thought id toss a comment on what i will be doing with this headset. Im a regular airsoft player and have recieved the nickname of ‘Q’ for all the gadgets i create. The next one ive decided to make is a SWAT Wand (http://www.lecortec.com/vision_stick.htm) as you can see on that site its about $2300. The Wand basicaly allows the operator to look arround a corner or in a room for hostiles. Now connecting this HUD to a $25 wireless camera i purchased from ebay, ive made my own WIRELESS wand for about roughly $100. Im looking forward to geting the HUD i just ordered so i can get this gaget done!

    Thanks for the great article btw!

  58. On November 7, 2007 at 8:02 am Michael Said:

    Re: headless Vaio,

    Oops, I addressed my reply to Josh. I was actually answering Chaoslink’s post. ‘Scuze me.

  59. On November 7, 2007 at 8:09 am Michael Said:

    Chaoslink,

    That makes perfect sense. Go for it. Let us know how it works out.

  60. On November 9, 2007 at 2:29 pm Chaoslink Said:

    FT job + a couple of contracts + a new AppleTV to hack on (like I said, software comes easier to me ;) ) means no time yet for this. I will not let this one lay on the shelf like my in-car MP3 player!

  61. On November 10, 2007 at 2:30 am Thaelog Said:

    Wow, for my first hack this went extremely well! Rather than just coble something together, I wanted a nice enclosure that I could just plug the HMD and A/V cable to. I also wanted an LED power indicator and power switch. For once Radio Shack had everything I needed! Unfortunately, it is Radio Shack so I spent as much building the enclosure as the HMD cost.

    In retrospect I would cut out the power switch. I was momentarily panicked when I flipped the switch and the LED light didn’t come on. It took me a second to visualize the circuit before I figured out I actually had to plug the HMD in for it to work. DOH! So I took the extra step for nothing.

    I think I will build smaller rechargable 9V version (current one uses 4 AA) since this one is a bit clunkier than I would like. It is about the size of two decks of playing cards stacked.

    Morpheus: I hooked mine up to my wireless camera per your idea. With a couple of 9V batter adapters for my CCD and reciever and some electrical tape I made myself a nifty little night scope. Works pretty well and everything fits in canteen pouch on my belt.

    Next I am going to mount the camera on a remote control car and…

  62. On November 10, 2007 at 3:00 am Thaelog Said:

    Chaoslink- I wonder if this might work for you:

    http://cgi.ebay.com/VGA-to-TV-S-Video-RCA-AV-OUT-Converter-Adapter-Cable_W0QQitemZ110190442075QQihZ001QQcategoryZ41999QQtcZphotoQQcmdZViewItem

    I’m not sure what the capabilites of the graphics card in your laptop are, but if it supports TV-out this might work for ya.

  63. On November 10, 2007 at 11:05 pm Chaoslink Said:

    Maybe, thanks Thaelog. I was hoping to somehow hookup the interface that used to go to the laptop screen, but I’ll check out that link, too.

  64. On November 15, 2007 at 11:03 am COB Said:

    Chaoslink> Is there no TV Out at the Notebook you could use?
    Even if there is a SVHS Out on your sony vaio you could built this “Adapter” to composite:
    http://de.wikipedia.org/wiki/Bild:S-video-composite-adapter.svg

    Cobra71

  65. On November 16, 2007 at 11:53 am Gundy Said:

    I did the “Pre order” and they said after the first of the year…… well I just got the tracking number from USPS. I can’t wait!! I will be using for a down link for taking arial photos from an RC plane.

    Later,
    Gundy

  66. On November 20, 2007 at 5:36 pm NiL Said:

    My headset finally arrived (after one month and ten days)!
    Also with the euro-dollar exchange rate, I saved a lot of money!

    Greetings from Italy ^^

  67. On November 23, 2007 at 7:23 pm Ninja_Dog Said:

    Hey, i’ve never soldered a thing in my life, and have no real knowledge of circuit boards and things, but i HAVE always wanted a head mounted display. Ironic no?

    Could somebody by any chance make like a step by step complete noobs guide to doing this so i can actually understand it? Even if you just take pictures of it step by step as you do your own with a paragraph or so explaining what you’re doing. If so that would be VERY much appreciated. And i’m in the UK, so it would only have to be up changing to NTSC, which i obviously have no need of. Very much optimistic thanks to everyone in advance.

    My email address is? the_pimptastic_mr_allan(at)hotmail(dot)com

  68. On November 25, 2007 at 12:20 pm joseph Said:

    this is an wasome idea for my uav i was looking for a cheap screen of some sort but this is better thanks

  69. On November 27, 2007 at 11:39 pm HMD-Master Said:

    Hello fellow geeks. I can help anyone who needs it regarding these devices. I have wired mine to usb power with an S video conversion so I can use it seamlessly with my PC. There are a couple tricks to make the image look better and with a high contrast white background you can navigate with little difficulty in windows (yes you squint n grit your teeth) Now I just need some infared cameras (you can make one out of an old cheap webcam). I hope to have a Faq up on my site soon! Best of luck-

    Daniel

  70. On November 28, 2007 at 6:37 pm Charles Robertson Said:

    I am interested in using this as a PC monitor, running Dragon 9 voice recognition with MS Word. I am very interested in your tweaks for pc use and your conversion to usb power. Please email the details if you have prepared such. Thank you.

  71. On November 30, 2007 at 5:18 pm Kroz Said:

    HMD-Master / Daniel,

    I’m also very interested in your hacks :) My email is krozgen (a-t) gmail (d-o-t) com. If you could link me to your site when the FAQ is up, I’d greatly appreciate it. Thanks in advance.

    - Kroz

  72. On December 1, 2007 at 2:46 pm 6-71Kid Said:

    Daniel If you could send me a link to your site I’d love to check out your hacks my email n1elkyfan(at)gmail(dot)com

  73. On December 2, 2007 at 5:35 pm Thaelog Said:

    That’s a great idea Daniel! I’ll have to incorporate USB/SV into my new adapter.

    Oh yeah, I meant to post lastime that if you want a free enclosure to build your adapter and battery pack into you can go to: http://www.pactecenclosures.com

    They are sending out 2 free samples of their new product line. They even FedEx it for free! I’m going to be using the PPLX-9VB_2AA for my new adapter since it comes with a 9V batter compartment already. Which will be an improvement over my last one which requires me to unscrew the panel to change out the battery.

    Consequently, does anyone know of a DIY way to make a smart charger? I’ve been Googling with no luck.

  74. On December 3, 2007 at 12:33 pm Brian Davis Said:

    OK, well that was a quick purchase ;) Thanks for the tips & tricks here. I tend to do a lot of LEGO, and some time ago built a Packbot out of the new LEGO NXT kit (search Youtube for “LEGO Packbot”). It works great, with BT remote control and on-board autonomy, but for remote control it needs video. I’ve got a small wireless cam, but having to stay by a TV or even laptop made this a less than completely portable option. But with this, I can take it into a cave I explore and be able to do some serious tight spaces work. *IF* I can get it hacked (I have a soldering iron, but it’s usually a source of burns…).

    brdavisATiusbDOTedu


    Brian Davis

  75. On December 3, 2007 at 10:49 pm Ryan Said:

    I found this while searching some PIC stuff. It is how to superimpose (sorry for the spelling) a graphic on a ntsc signal. here is the link, hope it can be useful. http://www.rickard.gunee.com/projects/video/pic/pvgs_assembly/

  76. On December 6, 2007 at 12:56 am jen Said:

    Hi!mind if I ask, do you know what’s the difference between the Wild Planet Spy Video Car Translucent Red and the Spy Video Car (the black one)? Is it just the color or anything else. I am planning to buy this for my son but I don’t know what’s the difference bet the two. Hope somebody can answer my ? . Thanks! Have a nice day!

  77. On December 6, 2007 at 11:28 am Jake of All Trades Said:

    Yup, I can confirm that they are exactly the same aside from color and the design of the wheels. The wheels are only slightly different, however, and do not have any noticeable effect on normal operation of the vehicle. I prefer the black one aesthetically, but the red one is pretty slick too.

  78. On December 10, 2007 at 10:01 pm jason Said:

    Jake, really interesting hack–went to wild planet and bought one within 5 minutes of reading your hack. I have one problem, I don’t quite understand your wiring instructions (mainly because this is one of my first ever hacks–first one was fixing a transistor on a 35mm camera). Will Ineed to buy a battery tray for the AA batteries and wire the audio and power to the 3.5mm jack you mentioned? What’s the chances of a picture or two of this part of the hack? Or, if someone else wants to give me a link?
    Thanks, guys.

  79. On December 11, 2007 at 5:24 pm M4cGyv3r Said:

    Man this hack is brilliant… I’ve been looking for a long time how to get a cheap head mounted display, compatible with my PC, but I’ve never thought of looking for it in a toy shop. You are a genius. But the guys at wildplanet don’t ship this stuff to Hungary :’( any ideas on how to get one? I know it’s the other side of the Globe but I want to get my hands on one of those :’(.

  80. On December 12, 2007 at 4:30 pm silscio Said:

    I’m feeling like a bit of an idiot here, but I bought one of these headsets, and tried to hook it up to a wireless camera and reciever. I went in and changed it to NTSC as described, but I’m still not able to make out a clear image. Is there something I’m doing wrong? I stripped the wires on the headset and soldered in battery power for the headset in order to get it to work, and still it doesn’t work. Can anyone help me out? There sometimes is a fuzzy image, but adjusting neither gain for the reciever knob helps at all.

    Thanks, this is my first hack and I’m already sucking.

  81. On December 12, 2007 at 4:39 pm silscio Said:

    Oh and the wireless camera/reciever is confirmed to be NTSC just to clarify…

  82. On December 12, 2007 at 7:45 pm Jake of All Trades Said:

    Hmm, sounds like you might have the wires reversed on the video-in. The shield (outer ring on an RCA plug) should be connected to the same point as the “-” terminal of your batteries, and the middle conductor should connect to the “video in” pin. That’s the only thing I can think of aside from a broken headset and wrong voltage. What are you powering it with, by the way?

  83. On December 13, 2007 at 2:59 am jason Said:

    Just an update on my previous message. I bought the HMD from wild planet–$25 and no problems getting it. I must say, I achieved success with this first real “hack” of pre-existing gear.

    I followed the instructions by Jake–but instead of findng an old Walkman jack, I sprung for a new 1/8″ (3.5mm) female phone jack at Radio Shack (about one dollar). I also bought a 4-AA battery compartment ($1.59) which comes with a 9v-type attachment on the top–I figured this would put out a bit more than Jake’s 4.4V suggestion but that’s less than its limit.

    Then, I wired the black wire from the batteries to the lowest post of the 1/8″ jack, and the battery red wire to the top post (meaning, the one that touches the topmost part of the earphone plug).

    I also bought an RCA coupler for the video cable, and found an old yellow-tipped video rca cable in my supplies (if you’ve bought any electronics gadgets over the years, you’re bound to have as many USB and RCA cables as me!) I stripped the RCA plug off on one end and pulled the outer shield wire from the middle insulated wire. I attached the shielded wire to the black wire and post of the 1/8″ jack base post, and the middle wire to the remaining post on the jack (there are only three posts to choose from and two of the wires attach to that one base post). This gave the video display power, and then I attached the other end of the video rca cable to my wireless video camera receiver. It worked, but had the PAL format (the double image thing), so I knew I’d have to break open the display.

    Well, I opened the cable side, like in the photo by Jake, and found the little NTSC doohickey. I just scraped it off and hoped for the best.

    Success! It works, and I’m going to find a little compartment to stick the battery tray and wires into so they don’t come loose from movement. I’m also going to drill a hole into the compartment and attach the phone jack.

    I might use this at some point when working with home-built robots outside.

    Thanks Jake! My first real hack.

  84. On December 13, 2007 at 11:24 am silscio Said:

    Thanks for the response! — I have tried powering it with 2 AAA’s (not enough power), then switched it out to 4 AA’s. Here is a better explanation of how I have it wired:

    I stripped a portion of the wire coming out of the headset. In it, there is a red, green and clear wire. I soldered in the battery pack so that the red line connects to the positive, clear is negative.

    Then (and this might be where the problem lies) I used a stereo coupler to connect the stereo tip on the headset to an adapter that is stereo to RCA, and that connects to the RCA cord going to the camera reciever.

    Anyways I hope this helps shed light on my problem! Thanks again for the help.

  85. On December 20, 2007 at 5:34 pm Michael Said:

    This would be awesome hooked up to my Commodore 64. The C64 Resolution is 320 x 200. It’s perfect!

  86. On January 18, 2008 at 11:25 pm Jose Ramirez Said:

    Hi!
    They are taking orders on the headsets again.

  87. On January 22, 2008 at 1:54 am Chris Said:

    I just picked up the whole car and everything at a local (aurora, CO) wal-mart for $49. Can anyone elaborate on the “color capable” bit that’s listed in the specs at the top of the page?

  88. On January 24, 2008 at 4:17 pm Wild Planet Toy Store Said:

    Greetings Hackers,

    We only have a few headsets left in stock and then they will be gone for good. Wild Planet has told me they are unable to get anymore at the current price so they will not be reordering them as a standalone unit. Once the final few we are in the store are gone, the only way to get one would be to purchase the entire Spy Video Car.

    I just wanted to let you all know in the event you go to the site and find the link is gone in the next few days. We will be removing it once we have sold out of the final few we have left.

    Best,
    Brian

  89. On January 27, 2008 at 4:45 pm JD Said:

    They are already sold out :(

    Hey are you guys building that page to explain how to connect a laptop?

  90. On January 29, 2008 at 2:45 pm Cheap HUD (Yes, Heads Up Display) Said:

    [...] HUD (Yes, Heads Up Display) For those of you with electronics knowledge… $25 Head-Mounted Display « Jake of All Trades This is from a product called "spy video car". Removing the cam from the car and [...]

  91. On January 29, 2008 at 9:12 pm Tehk Said:

    Tripp McNeilly - “Think it would be easy to pull these and add IR LEDs or a separate IR LED flashlight to make a cheap yet functional night vision goggle?”

    I bought this thing for exactly that purpose:
    http://www.geeks.com/details.asp?invtid=NIGHT-WIRELESS&cpc=SCH
    I wanted the wireless feature as an extra to play with, but this camera will do just fine:
    http://www.geeks.com/details.asp?invtid=CM802CA&cpc=SCH

    I made a Headset plug diagram and posted it here:
    http://gallery.filefront.com/grayeyes//882802/

    Action shot, Camera looking through the headset.
    http://gallery.filefront.com/grayeyes//882839/
    Doesn’t look all that great through a camera but up against your eye its pretty nice.

    I posted a few pictures of my setup here:
    http://gallery.filefront.com/grayeyes/

  92. On February 2, 2008 at 10:28 am Steven Said:

    When will these things be available again? I need 2 of them.

  93. On February 4, 2008 at 12:25 pm richard johnson Said:

    I hacked the tx rx transponder for the video on the video car, email me and i will give you info on how to use it to transmit video

  94. On February 6, 2008 at 4:37 am jack Said:

    does anyone know where i can find a very low lux camera for cheap? you say this is under $25, but where did you get a camera?

  95. On February 7, 2008 at 2:08 pm Patrick Stingley Said:

    Is anyone else hacking this for an iPhone version 2?

    The version 2 doesn’t have a 1/8 inch video out, so I bought a composite A/V cable which connects out of the bottom of the iPhone.

    The iPhone v2 can switch between NTSC and PAL so
    I wonder if it’s worth hacking the HMD to use NTSC.
    Has anyone tried the devices under both and compared the clarity?

    FYI, the settings for the iPhone are under Settings-iPod-TV Out.

    I’ve been looking for a non-immersive HMD like this one so I can watch my Vodcasts on the subway on my way to work. I need to be able to see to navigate, and it needs to be lighter than this device is, so I’m planning to take the optics out of the plastic housing and hang them on a pair of buddy-hollys in using a 1″ stand-off so I can swing the eye piece out of the way. Because of this, it still made sense to break open the shell, even if I don’t eventually end up converting it to NTSC.

    One thing I’d like to pass along is that the plastic plate we remove to work on this is actually a cap. To remove it, place it flat down on a surface
    and press straight down. The screw driver didn’t work for me, neither did a utility knife. I eventually found that a wood chisel could slide against the plastic and break the glue that hoilds the cap on.

  96. On February 9, 2008 at 5:44 pm Patrick Stingley Said:

    A little follow up. The hack went perfectly with the version 2. I didn’t scrape off the resistor because the iPhone can display NTSC/PAL. I tried it both ways and found that I really couldn’t tell any difference. Others of you who’se eyes aren’t 50 years old might be able to percieve a difference, but if you’re planning on using this with an iPhone, I’d suggest that you try it first before breaking the shell open.

    While I wouldn’t want to use this as a PC screen, I could read the print equally well in either case and it will meet my needs for watching the news on the train.

    One thing I added was a switch so I could turn the headset off when I’m not using it.

    I also taped on a pair of ear buds, taped the wires together and ran the combination over the back of my right ear, where they’ll run down to my suit pocket where I’ll keep the iPhone and battery pack.

    I sent a photo taken with my iPhone to show the entire setup.

    Thanks to all for the info.

    This was a lot of fun!

  97. On February 9, 2008 at 8:35 pm Steven Said:

    When are these going to be in stock again????????

  98. On February 10, 2008 at 12:09 pm Eric Said:

    never…..

  99. On February 11, 2008 at 9:39 pm Steven Said:

    Why won’t they be in stock ever again?

  100. On February 14, 2008 at 4:18 am RobotSkirts » Blog Archive » HMD internals Said:

    [...] couple months ago a post circulated about how you could get a cheap head mounted display (HMD) from Wild Planet’s Spycar toy. It [...]

  101. On February 19, 2008 at 11:38 pm Tehk Said:

    I found out that the Headset works on 9v battery or some AAA’s or AA’s, but for a more compact power source you can use the 12v alkaline battery http://www.radioshack.com/product/index.jsp?productId=2036244

  102. On February 21, 2008 at 1:57 pm Software at Cost Said:

    awesome article…i’m going to ebay this right now and see if i can pull this off with my rather clumsy electronics skills lol

  103. On February 21, 2008 at 7:29 pm sonic Said:

    where can I get a set of htose spy goggles??

  104. On February 28, 2008 at 9:48 pm Temo Lopez Said:

    OMG… the resistor that you have to move… well I drop it and smash it with my shoes…

    So… what size was that resistor????

  105. On February 28, 2008 at 10:07 pm Jake of All Trades Said:

    I’ve been there, Mr. Lopez! Luckily for you, the component in question is more of a jumper than a proper resistor so it can be replaced with nothing more than a bit of wire or a solder bridge. Good luck!

  106. On March 5, 2008 at 3:19 am jumpjack Said:

    As the display alone will never be available again on the store… is anybody able to find out brand&model of the raw display and its “controller”? If already coupled they cost 25$, buying them separately should cost even less!
    But WHERE to buy? WHAT to buy?

  107. On March 5, 2008 at 3:34 am jumpjack Said:

    other idea:
    where else small monitors are used?
    I have 2 ideas, but only know their italian names,sorry…:
    “videocitofono”, “kit retromarcia”.
    Maybe some of them are cheap enough?

  108. On March 13, 2008 at 1:49 pm Bill Said:

    But the whole idea of ” spy gear ” is to have covery equipment. if it is so evicent it is no longer in the spy category.

  109. On March 26, 2008 at 9:21 pm Cobaltxxxfusion Said:

    Here is a question for an electronics idiot and a dreamer.
    IS IT POSSIBLE TO USE THE LCD HEADSET IN SUCH A WAY?

    (1)remove yet maintain connection with a camera from a old camera phone and make for lack of a better term an extension cable.

    (2) mount the cell phone camera with “extension cord” to the headset.

    (3)share the video signal with both LCD headset and cell phone camera.

    (4) If possible could it be designed to be plug in and plug out if you wanted to use the wireless car camera.

    I apoligize if this is a bit clumsy in explanation. My idea is that with utilizing the cellphone camera and extending it you would now have a camera with the capability to be mounted with the headset LCD viewer. In addition if you can share the video feed from the cellphone camera to both the headset and camera itself,a micro SD chip would allow you to utilize the functions of the cellphone to save both pics and hours of video. Combine this with a good IR illumination source and you have not only great night vision goggles but also recording and cell phone capabilities of sending to others.

    I guess the icing on the cake would be if it was designed in such a way that you could utilized the cell phone then unplug and use the car unit as well.

    I hope I get a reply on this one. I am an electronics idiot but this is just a concept. I have searched and searched and have found nothing about anyone hacking into cell phone in regards to the camera.

  110. On March 26, 2008 at 9:23 pm Cobaltxxxfusion Said:

    Sorry folks I had a typo I meant “FROM”an electronics idiot and dreamer not “FOR”. Please excuse me.

  111. On March 27, 2008 at 9:07 am Jake of All Trades Said:

    Possible, yes, but not really doable by anyone without a masters in electrical engineering and a lot of time on their hands. The signals that come out of the camera element in a phone have pretty much nothing to do with those our display accepts, so you would need a boatload of circuitry to convert.

    If, on the other hand, you have a camera phone that can natively connect to a TV, the process will be rather simple. The iPhone is the only phone I know of that can do this, but most digital cameras (even old ones!) do it just fine.

  112. On March 27, 2008 at 12:47 pm zupakomputer Said:

    Consider the cyborg hacks possible with this:

    http://www.custompc.co.uk/news/602163/ocz-brain
    -controller-in-mass-production.html

  113. On March 27, 2008 at 12:48 pm zupakomputer Said:

    …messed up the link there…..

    with this:

    http://www.custompc.co.uk/news/602163/ocz-brain-controller-in-mass-production.html

  114. On March 27, 2008 at 9:25 pm Cobaltxxxfusion Said:

    One more question but maybe more realistic. Thanks for the feedback by the way. (Great Folks)

    IS IT POSSIBLE TO REMOVE THE CAMERA FROM A CELL PHONE AND MAKE AN “EXTENSION CABLE” 2 FEET OR MORE, FOR THE CAMERA WITHOUT HARMING THE PHONE?

    ( At the very least I hope I am making your wheels turn)

  115. On April 3, 2008 at 2:25 am Nishanth Menon Said:

    Coool hack.. i intend to try this out.. might save me a few bucks if i can figure out(dud me so far) where i can buy the replacement headset alone..

    anyways,
    >Cobaltxxxfusion,Jake of All Trades:
    On Camera phones and tv out:
    yes, on newer models on cellphones, they have S-video or Composite(RCA jacks) outputs, at the same time, they also have LCD display from various sources. the trick lies in the s/w to be able to route the image coming in to the output device. in theory, you could modify the OS drivers(esp on one such as Linux based Nokia - 810 -not exactly a cellphone, but just a point), to route data incoming from the camera to both ur displays ->LCD and TV…

  116. On April 7, 2008 at 2:53 pm DIY:happy » Repurposing The Wild Planet Spy Video Car Said:

    [...] said HMD to display video from any RCA source. The bottom line is yu can have your own B&W HMD for less than $25 (assuming you buy just the screen as a replacement part from Wild Planet. Not bad. Tags: Permalink [...]

  117. On April 22, 2008 at 7:12 am free ctu ringtones ctu free ringtones Said:

    free nextel real ringtones…

  118. On April 23, 2008 at 1:25 am descargas de juegos de poker Said:

    caribbean poker portales internet…

  119. On April 24, 2008 at 11:12 am Steven Said:

    I just finished hooking this up to a button spycam. One problem though. A small portion of the top of the view is on the bottom portion of the headset screen. Looks like a horizontal is messed up. Is there a way to fix this? Also the view is extremely bright outdoors.

  120. On April 24, 2008 at 11:48 am Jake of All Trades Said:

    Steven: It sounds like your camera and screen are in mis-matched modes (NTSC/PAL). If you did the above mod correctly, the screen will be set up to receive NTSC signals. This means that you either did not do the modification right, or that you camera is PAL (did you buy it from a non-US retailer?). To find out which it is, try hooking the camera up to a TV. If it displays OK, than you likely need to re-do the HMD mod. If it displays the way it looks on the HMD, than it is a PAL camera and you need to un-modify the HMD (as it is PAL out of the box). Please let me know how you get on with this.

  121. On April 24, 2008 at 7:46 pm Steven Said:

    Thank you Jack :)

    The button camera always looked fine when hooked up to the television. It did come from Hong Kong though. I tested it before I got the HMD and it always looked fine wen hooked to the television.

    So basically I just need to remove the resistor to set the HMD to NTSC? :)

  122. On April 24, 2008 at 7:49 pm Jake of All Trades Said:

    Yup, that should do it!

  123. On April 28, 2008 at 6:18 pm Devrojin Said:

    My headset is coming soon… soon as in, 2-4 weeks. I can’t wait. I will convert it so that not only will it work with my night vision device, but I’ll also make a small converter for it so I can use it with other devices.

  124. On May 1, 2008 at 10:06 am Steven Said:

    Hey Jack, I was wondering how you would recommend I open up the headset? In your main post you said not to pry it open with a screw driver because it might break a connection.

  125. On May 1, 2008 at 10:40 am Arvin Said:

    Hi All,

    I missed out on the last time wildplanet sold the headsets.

    Now they don’t sell it anymore.

    I have a project in mind and need the headset.

    Does anyone know where can I still buy the headset ?

    I would be willing to buy from someone if they want to sell one to me.

    Thanks in advance.
    Arvin

  126. On May 3, 2008 at 9:13 pm Drew Said:

    Hey all,

    I’m having a bit of a problem with my HMD and Windows Vista. I’ve a number of bits and pieces together in such a way that my HMD gets power from a USB port and displays video input from an RCA jack. I’ve also scraped off the resistor limiting the HMD to PAL resolution, thus switching it to NTSC. The HMD works beautifully when I connect it to my Playstation 2 via the PS2’s RCA cable. However, when I connect the HMD to my Vista computer via an RCA to S-Video convertor cable, I only get brief flashes of the desktop wallpaper whenever I attempt to change my monitor settings, and otherwise the HMD displays a blank white screen. Any thoughts/ideas as to why this is?

    DISCLAIMER: I am an avid Linux user, it’s just that the Vista computer was the only one I had available with an S-Video connector ;) I plan to hook up the HMD to my Gentoo laptop once I procure an RCA to VGA convertor.

    Thanks,

    Drew

  127. On May 5, 2008 at 9:21 am jumpjack Said:

    any news about where to find similar displays at similar price?….

  128. On May 6, 2008 at 1:25 am jumpjack Said:

    I found this display:
    Sony Miniature Color LCD Display (LCX005BKB) $29.00
    1.4 CM (0.55 inch)Diagonal Full Color Display
    Built in horizontal and vertical drivers
    Delta Dot Pattern for High Picture Quality
    537 dots (H) x 222 dots (V)
    Compatiable with NTSC & PAL format and Sync Inputs
    12 VDC Operation with -1 to +17 V RGB Signal and Driver Input Voltage
    Excellent display for virtual reality projects
    Viewfinder and Miniature Test Equipment Displays
    Pin Outs and Specifications Included
    Unit requires a clock, Synchronization and Video

    But I don’t know how to “wire” it: is anybody able to make a suitable schematic?

  129. On May 6, 2008 at 1:35 am jumpjack Said:

    A couple of REALLY interesting links!
    http://www.timeline-inc.com/lcd.html
    http://www.mikesflightdeck.com/links_1.htm

    Good luck and please share your findings! ;-)

  130. On May 6, 2008 at 5:10 pm Steven Said:

    I actually just went and bought the entire car set to get this headset. Now I have two awesome things!

  131. On May 8, 2008 at 12:22 pm chaoslink Said:

    So I’ve finally begun fiddling with this thing. I put together a battery pack / 1/8″ jack to composite adapter . Then I removed the LED so that I could place the screen next to the board (instead of behind it). I had some trouble with my new cold heat soldering iron so I may need a new LED, but we’ll see.

    Anywho, two issues:
    1. The screen component is still quite a bit thicker than I’d like. I wanted to make an eye-patch or monocle out of it, blech! I poped open the screen and saw why this is - tiny LCD, lots of space, lens. Does anyone know if this board can drive a larger LCD?

    2. I’m getting vertical white lines in the display. I don’t know if my brutish hand with the soldering iron broke something, but it looks like some kind of noise in the signal. Any ideas?

    Thanks!

  132. On May 8, 2008 at 4:26 pm Devrojin Said:

    I have a problem, I would love some help. I scraped away the resistor to switch it from PAL to NTSC, but now it seems that the image has been moved up about 1/6 of the way up the screen. The remaining portion is now at the bottom! Could someone tell me what I did wrong? I bridged the connection with solder, if that means anything.

  133. On May 10, 2008 at 7:08 pm Jake of All Trades Said:

    @chaoslink: 1) I can’t say for certain that there are no larger compatible LCDs available, but it is HIGHLY unlikely. By messing about with different lenses, however, you may well be able to thin the thing down a bit. Now that I think about it, I’m quite sure that a larger LCD would require a greater focal length rather than a shorter one…
    2) Aye, it sounds like you may have indeed damaged something. My guess would be my all-time most hated electronic component: the ribbon cable. They sever like wet tissue-paper, and white lines would suggest that a signal or two is straight-up not getting to the panel.

    @Devrojin: Indeed it does! The “resistor” is actually nothing more than a fancy solder bridge, so you have in fact changed nothing–meaning it is still in PAL mode. Sever that bridge any way you can, and your problem should be solved.

  134. On May 11, 2008 at 2:16 am Devrojin Said:

    Thank you so much Jack of All Trades! My headset works perfectly now! I tested the image with GTA4! It was perfect!

  135. On May 11, 2008 at 8:49 pm Drew Said:

    Hey all,

    So, I’ve given up trying to make my HMD work with Vista… as I posted earlier, I’ve wired it up to accept RVA/S-Video/VGA input and take power from a USB power. I am currently attempting to get my HMD to work as a secondary screen for my laptop (Compaq Presario 2200), which has just had its OS reinstalled and is now running Ubuntu Linux. So far, I have been unable to get the HMD recognized as a second monitor or external TV when I plug it into my laptop’s single VGA out. Again, I’ve chipped off the “resistor” to force the HMD into NTSC mode, and the HMD still works perfectly with my Playstation 2. However, the primary reason behind my purchasing of the headset was to use it with my laptop for mixed-reality applications, specifically real-time facial recognition. SO, if anyone has any suggestions regarding hooking the HMD up to a Linux laptop as a secondary output device, I would love to hear them!

    Thanks,

    Drew

Leave a Comment