Slashdot Mirror


Open-Source Mini Sub Can Be Made On the Cheap

An anonymous reader writes "Eric Stackpole is a NASA engineer and avid outdoorsman. He is the chief designer of a cheap, portable underwater ROV that could change the way we explore our oceans. And he wants to make it so cheap and easy to build that anyone can do it. The device in question is the OpenROV, a small, lasercut contraption powered by several C-cells, a small, cheap computer and a webcam. Right now the price per vehicle is around $500-$600, As with all open source hardware projects, further development will likely drastically reduce the price. Or you can buy a kit for $750 and support the project, once the Kickstarter gets going."

6 of 62 comments (clear)

  1. Its not just the ocean ... by perpenso · · Score: 4, Insightful

    That could be useful in many freshwater locales as well. Providing it doesn't generate too much turbulence and disturb the inevitable silt at the bottom of many lakes, ponds, etc.

  2. Well applied technology by toygeek · · Score: 4, Informative

    Its nice to see good technology properly applied and then tied together with the right software. Off the shelf parts, even a micro Linux computer to run the on board electronics, and inexpensive parts round it out. Its a case of "Hey if I used this technology, I could advance a science" instead of "Hey, look, my wrist watch is a web server!"

    Nicely done!

  3. As a Columbian cocaine importer... by maroberts · · Score: 5, Funny

    I am very grateful for this US Coastguard evading tech....

    --

    Donte Alistair Anderson Roberts - hi son!
    Karma: Chameleon

    1. Re:As a Columbian cocaine importer... by SuricouRaven · · Score: 4, Interesting

      Scale it up a little so you can add a few kilos of payload. Add a compass and big battery pack, cellphone interface and GPS. Launch your sub from Mexico, and it should be able to navigate (Surfacing every now and again to check GPS) it's way to a beach somewhere north of the border. Then just sends a text message with the location for retrieval. Someone familiar with the region should be able to plot a route that uses tides and current advantagiously so even a modest battery will be up to the task. So an automated drug micro-sub, though ambitious, sounds within the realm of possibility. All it needs is one engineer to build it and one drug-runner to provide funding and underworld connections for the business side.

  4. Increased depth? by aaronb1138 · · Score: 4, Interesting

    I wonder how much increased depth the chassis could sustain from purging all air and filling it with mineral oil. The hydrostatic properties should make it structurally stronger, but could be an issue for the webcam optics. Alternately everything could be water proof coated and skip the sealed cylinder altogether. I'm pretty sure several layers of enamel or rubberized undercoating would sufficiently work for the home builder on the circuit boards and wire contacts. Old school would just be resin back fill everywhere, and that has worked for years.

    Any sort of flooded arrangement would need pretty careful camera selection as one would be best served by a fully sealed unit that could handle the pressure at depth. Too many cheap webcams have nearly exposed CCD arrays or are vented cases for mics. Cameras sourced from cell phones are probably the most solid bet.

    I would ditch the C-cells entirely and use relatively cheap LiPo batteries made for remote control aircraft for increased time and power. If he is using Cat 5/6, he should be able to dump power in though there reasonably easily as well.

    Also, the new camera add-on for the Raspberry-Pi sounds like a potentially more compelling combination. I'm curious what manner of motor control he is using. Arduino would work fine with a Raspberry-Pi and is vastly cheaper than RC servo and motor controls, though at that point it might be just as easy to go completely Arduino and skip the PC brains. I do have to say the price point sounds a bit high, but I am guessing most of that is the custom plastic and steel molding and mill work. Fiberglass or even carbon fiber should be cheaper because you just need molds and cutting patterns or dies. Building everything for sub 200-psi pressure should be pretty easy.

    1. Re:Increased depth? by omglolbah · · Score: 5, Informative

      The DC-Loop resistance of cat5 is specified as below 0.188 Ohm per meter.
      Wire maximum current is 0.557 A.

      Assuming a 100 meter length of wire this would be 18.8 ohms.
      This is a significant amount of resistance for DC power.
      Even with 0.5A current you would end up with 9.4 volts worth of drop in the wire alone... You would need some power regulation at the other end to clean it up incurring further loss of efficiency.

      Power over Ethernet use anywhere from 44 to 57 volts but can still only transfer about 350ma/600ma (two standards).

      Nope, batteries are still the way to go for now... Though you could probably implement some sort of trickle-charging into the umbilical to avoid having to nab the device up from that spiffy thing you found to re-power if you run out. Not sure if it would even be possible to do with any kind of efficiency though... Powering these suckers has been an issue for quite some time..