Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Displays Hardware Hacking Robotics Build

Best Way To Put a Monitor On a Robot? 48

I'm part of my schools IGVC team, and we're upgrading our bot's computer to an onboard mini-itx. Most of the access to the box is gonna be through ssh, but I want a terminal I can just mount on the bot for convenience. Bidding on a psOne LCD already, but what are some good options if that doesn't pan out? I want to keep it as cheap as possible and small (in the 5-7 inch range). I haven't found any good guides to modding a digital photo frame or portable DVD player, but I'm probably just not looking in the right places.

This discussion has been archived. No new comments can be posted.

Best Way To Put a Monitor On a Robot?

Comments Filter:
  • Easy answer (Score:5, Insightful)

    by Anonymous Coward on Monday June 30, 2008 @03:21PM (#24005393)

    Duct tape.

    • Duct tape.

      Correct! It's the only possible answer. It should be modded +5 insightful, end discussion, no other answers shall be modded higher.

    • Re: (Score:2, Funny)

      by Kneo24 ( 688412 )
      And if that fails... more duct tape! Always worked for me.
  • First Thing (Score:2, Funny)

    by Anonymous Coward
    Remember to disconnect the laser before it gets hit by lightning and wanders off by itself.
  • Why not... (Score:2, Interesting)

    by orb_fan ( 677056 )
    Why not use something from these people [crystalfontz.com]?
  • by Anonymous Coward

    I've done similar work before for mounting monitors on ships. Get some thin aluminum bars, and then bend and braze them so that they form an end to a cage with the monitor screen unobstructed (bend four bars along their long axis and then cut and braze them together so that the monitor fits into the cage end). Depending on how you mount it, you may want to add other bars. You will probably also want to put impact padding inside the cage-end and strap-down cables or some other capture method to prevent th

    • by OP_Boot ( 714046 )

      ...bend four bars along their long axis....


      It would be an interesting exercise to try and bend them along their short axis...

  • Small VGA LCDs (Score:5, Informative)

    by Change ( 101897 ) on Monday June 30, 2008 @03:26PM (#24005483)

    There are a number of 7" VGA LCD displays with touchscreens in use in the car computer hobbyist community. The low-end ones are around USD $250-$300.
    http://store.mp3car.com/category_s/27.htm [mp3car.com]
    http://www.logicsupply.com/categories/lcd_displays [logicsupply.com]
    http://digitalww.com/store/products.asp?cat=8 [digitalww.com]

    Take a look around there and I'm sure you'll find something that will work quite well.

    • by Amouth ( 879122 )

      and they work well on server racks..

      although the one got the touch screen really doesn't like the kvm

    • Re: (Score:3, Insightful)

      by Speare ( 84249 )
      At that price, you can get a whole old Nokia 770 Internet Tablet that still runs well, at 800x480. Seeing as how nicely python runs on it (though a bit slow on ARM) and many other standard Linux tools too, it could be the whole brains of the beast.
    • by SQLGuru ( 980662 )

      PDA's? Palm or Windows devices should be available for really cheap.

      Layne

  • How about an old Palm LCD?
    You can probably find some used ones real cheap.
    • I know I'm planning a project with an old Palm LCD, and it's just easier to write a small palm app that will take serial input than it would be to directly interface with just the lcd. They're a steal on ebay.
  • by Peter Simpson ( 112887 ) on Monday June 30, 2008 @03:30PM (#24005555)

    Maybe a 4x20 or a small graphic display with 8 bit interface. A lot easier to program (minimal graphics driver needed) and a whole heck of a lot cheaper than a color panel.

    I had good luck at www.crystalfontz.com, but Digikey and Mouser have stuff as well.

    We have used the TFT panels here at work, and they require a lot to get them up and running. Even if your mini-itx has a built in panel controller, the graphics driver is a not inconsiderable programming job (unless you are fortunate enough to have one included with your OS). You might well decide that the time spent trying to get a graphics display working would be better spent on bot functionality.

  • 1. Nuts and bolts.

    2. Duct tape would probably work just as well.

    3. I doubt that elmer's glue would be able to hold the monitor onto the robot very well.

    4. Magic is not quite feasible with today's technology.

    5. Wishful thinking won't get you very far. 6. You could go for the steampunk look with gears and welding (be careful not to weld the screen itself)

    7. Double stick tape.

    8.Rub it on your head and stick it with static electricity.
  • by krnpimpsta ( 906084 ) on Monday June 30, 2008 @03:34PM (#24005615)
    Hey, I'm into the car-PC scene (where we replace our stock radio's with computers & touchscreens, in order to have all the features of the best touch-screen navigation/head units, in addition to things such as internet (wifi/edge/etc), engine management, etc..) [/carputer plug]

    We frequently use LCD's in the 6-8" size, but they're usually touch-screen and that may be overkill for your application. If it's not, though, a good bang-for-the-buck 7" touchscreen is the Lilliput 7" touchscreen - ~$250. If you want something a little better, try the Xenarc 7" - ~$350 (I personally use the Xenarc 7" 700TSV and have tested the Lilliput 7".. I have only great things to say about Xenarcs)

    The touchscreens connect to your computer via USB and the video source can be either VGA or a single RCA coaxial.
    If you're on a budget, my best advice would be to search for a cheap Lilliput non-touchscreen in the size you want. A quick google search came up with this 7" Lilliput for $120 [case-mod.com]

    If you want touchscreens, a good place to start is www.mp3car.com. Non-touchscreens are less popular in the carputing world, so you will probably have better luck with google for those.
    • by Amouth ( 879122 )

      the Lilliput also supports SVideo...

      i have the touch screen version - had it set up as a second display on my media PC so you could reach over to the side table and queue stuff up while it played on the other display.

      only issue with that is that the drivers for the touch screen on it relayed the pointer to the primary monitor.. which got screwy if the media pc botched and put the TV as primary inestead of the Lilliput

  • The bigger question here is:

    What is the best kind of monitor to get and where is the best place to get it from.
  • Words to live by - Macguyver would have had this stuff done faster than you could have typed out the submission.

  • What worked for me (Score:4, Informative)

    by cybergremlin ( 136962 ) on Monday June 30, 2008 @03:44PM (#24005825)

    What I used on the robot for my EE senior project was a serial LCD from seetron.com

    It took the serial port data form a 16bit microcontroller and displayed it on screen. We used it mostly for text feedback but also used the low end graphics to display a graph of what our analog sensors saw in real time.

    Probably low end for what you want but still a good option for embedded hardware hackers out there, as they could run it off of a pic or Basic Stamp. Will except TTL or RS232 voltage levels.

  • Go hit up your state surplus auctions. Sometimes you can find a very old laptop that it too outdated for anything but its tiny display.

  • that there was no XOR choice between mounting a monitor and mounting a friggin' laser cannon.
  • You can often find decomissioned HMI panels for next to nothing. That's how I change the temperature on my hot tub.

    They are usually touch screens and their power suppliers can be pretty versatile (combo 120vAC/24v DC is common).

    • by vrmlguy ( 120854 )

      You can often find decomissioned HMI panels for next to nothing. That's how I change the temperature on my hot tub.

      Sounds like those HMI panels run pretty hot, if they can change the temperature of such a large mass of water.

  • Why not a laptop? (Score:4, Insightful)

    by pclminion ( 145572 ) on Monday June 30, 2008 @04:22PM (#24006519)
    Why not ditch the Mini-ITX and use a laptop instead? This is the brain, as well as being a full-fledged console with flip-up display and full integrated keyboard.
    • by vrmlguy ( 120854 )

      Ditto, especially since this "robot" is an autonomous vehicle. You can run the whole thing off the cigarette lighter.

  • The nokia tablets run maemo linux and have a nice hi-res display as well as USB/wifi/bluetooth as well as a camera.

    The older models can be obtained for little money and run very well indeed.

  • Illustration here. [animegalleries.net]

  • Go get a second-hand Psion 3 or Psion 5 off ebay.

    They're tiny, they have usable keyboards and a decent screens, they run for about a week on a few AA batteries, they have enough CPU to run proper diagnostic tools using the built-in scripting language, and they have built-in serial ports (although, alas, they're non standard). The Psion 5 will run Linux, but they've both got lots of useful built-in software on ROM. They're also pathetically cheap; 10 dollars for a Psion 3...

  • Whatever you put on it, I'd place it on a flat top surface with another piece of glass atop it so that when someone inevitably puts a beverage on it, it won't damage the actual display.

  • Carefully.
  • Serial terminal with a nokia screen. Check out sparkfun electronics, hackaday et al.
  • i currently own a mindstorms NXT Robot, his name is Albert and he's currently embeeding an asus eeePC 900 (/w GNU/linux debian etch). The laptop enables bidirectional communication with the NXT brick through the perl NXT API, and will also soon take take of the speech2text/voice and shapes recognition / life-mimetic behaviours. To be clear, i think that laptops embeeding can be a cheap and quite efficient solution for DIY robots. BTW i'm very satisfacted with it. here are a few pictures: http://repos.d [digi-nation.com]
  • What about having a regular monitor-keyboard-mouse on a cart? Wheel it up to the robot and plug in to the relevant connections on the mini-ITX board. That's how I would go if you want to do development on the robot platform itself.

    If what you're really looking for is a way for the robot to display debug/state information while it's running I think the serial LCD character displays are probably the cheapest text displays you'll find. If you just need some basic error information consider throwing on some

  • Seriously, I'm surprised no one has posted a link to http://xkcd.com/413/ [xkcd.com] yet.

    And seriously, $300 for the 2GB surf model will give you a 7" screen and a keyboard/trackpad. Can't beat that for convenience.

    OK, maybe the $200 Nokia N800 would work well too, if you don't mind using the onscreen keyboard.

  • by Anonymous Coward

    ALL the LCD picture frames I've owned/bought as gifts had a "video in" port of some sort or other on them. No modding necessary. And they're all clear about what sort of power to feed them to make 'em work. Smaller ones can be found for cheap, too.

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...