Schlagwort: Underwater ROV

  • SeaPerch II introduces students to underwater ROV exploration

    SeaPerch II introduces students to underwater ROV exploration

    Reading Time: 2 minutes

    While professionals around the world take advantage of Arduino products and the extensive ecosystem, the core Arduino philosophy is to simplify complex technology. A bare microcontroller is intimidating to the uninitiated, but an Arduino development board is friendly and approachable. MIT’s Sea Grant is harnessing that in their new SeaPerch II underwater ROV (remotely operated vehicle) design that is perfect for students.

    The MIT Sea Grant program launched the original SeaPerch initiative way back in 2003 as a way to bring students into the underwater world of ROVs. That original SeaPerch was affordable to build with common parts, but technology has progressed a lot in the past couple of decades and the new SeaPerch II will make use of what the modern scene has to offer.

    In particular, SeaPerch II will take a new modular approach for sensors, manipulation, and data collection systems. Those modules are built around Arduino boards for maximum accessibility and flexibility.

    SeaPerch II is still in its infancy, but there are already a few modules available that are compatible with the new base ROV. 

    Module 1, for example, is a “robot whisker sensor” designed around the Arduino UNO family of boards. It is a flexible, waterproof sensor that relies on variable resistance to detect contact with physical objects.

    Module 2 is a pressure, depth, and temperature sensor. Once again, the core component is an Arduino board. That monitors an Adafruit LPS35HW pressure sensor sealed inside a balloon. As the depth increases, so does the water pressure outside the balloon. That, in turn, increases the air pressure inside the balloon and the sensor measures the change.

    Like the original SeaPerch, SeaPerch II will offer students the chance to become acquainted with underwater ROVs and gain valuable skills along the way.

    [youtube https://www.youtube.com/watch?v=iTNzBFul4C8?feature=oembed&w=500&h=281]

    The post SeaPerch II introduces students to underwater ROV exploration appeared first on Arduino Blog.

    Website: LINK

  • Explore underwater with this Arduino-controlled DIY ROV

    Explore underwater with this Arduino-controlled DIY ROV

    Reading Time: 2 minutes

    Who doesn’t want to explore underwater? To take a journey beneath the surface of a lake or even the ocean? But a remotely operated vehicle (ROV), which is the kind of robot you’d use for such an adventure, isn’t exactly the kind of thing you’ll find on the shelf at your local Walmart. You can, however, follow this guide from Ranuga Amarasinghe to build your own ROV for some aquatic fun.

    Amarasinghe is a 16-year-old Sri Lankan student and this is actually the second iteration of his ROV design. As such, he’s dubbed it “ROV2” and it appears to be quite capable. All of its electronics sit safely within a 450mm length of sealed PVC tube. That mounts onto the aluminum extrusion frame structure that also hosts the six thrusters powered by drone-style brushless DC motors. 

    ROV2’s brain is an Arduino Mega 2560 board and it drives the BLDC motors through six electronic speed controllers (ESCs). It receives control commands from the surface via an umbilical. The operator holds a Flysky transmitter that sends radio signals to a receiver floating on the water. An Arduino UNO Rev3 reads those and then communicates the motor commands to the Mega through the tethered serial connection. That limits the maximum length of the tether to about 40 meters, which subsequently limits the maximum operating depth. 

    With the specified lithium battery pack, ROV2 can traverse the depths for 30-45 minutes. And when equipped with the 720p FPV camera, pilots can see and record all of the underwater action. 

    [youtube https://www.youtube.com/watch?v=UuvdwMVDttc?feature=oembed&w=500&h=281]
    [youtube https://www.youtube.com/watch?v=oMgiR9Vb05c?feature=oembed&w=500&h=281]

    The post Explore underwater with this Arduino-controlled DIY ROV appeared first on Arduino Blog.

    Website: LINK

  • An Arduino-powered underwater ROV made out of PVC pipe

    An Arduino-powered underwater ROV made out of PVC pipe

    Reading Time: 2 minutes

    Arduino TeamSeptember 25th, 2021

    Exploring the vast underwater world is exciting, and personal breathing devices such as SCUBA allow for people to descend far further than usual. However, robots can be even better since they can operate much longer and more efficiently than a person. And because these underwater remotely operated vehicles (ROVs) can be so expensive, Ranuga Amargasinghe wanted to construct his own DIY version that costs less. 

    The chassis of the ROV was fashioned from a series of 50mm PVC tubes that vary in size from 70mm all the way up to 450mm in length. A rectangular base acts as a skid and helps prevent rough landings from injuring the robot. Above that is a small box which houses a 12V lead-acid battery, along with the electronics. Commands are sent from the surface control box via UART to the Arduino Nano within the ROV, which in turn activates a bank of relay modules that turns on both the vertical and horizontal thrusters for planar movements. 

    Back on the surface, Amargasinghe built a small controller that has four buttons for adjusting the thrust vector of the robot by checking if certain combinations are pressed. There is also a central rocker switch for telling the robot to shutdown immediately if the user needs it to. Once the camera and a couple of white LEDs were attached to the front of the ROV, it was tested in a small pool of water and balanced based on the results of those tests. 

    To read more about how this DIY underwater ROV was created, you can check out Amargasinghe’s write-up here on Instructables.

    Website: LINK

  • DIY submersible ROV flies through the water

    DIY submersible ROV flies through the water

    Reading Time: < 1 minute

    DIY submersible ROV flies through the water

    Arduino TeamMay 31st, 2018

    If you’d like to check out your pool or a lake without getting wet, this underwater ROV looks like a great solution. 

    The DIY device features a sturdy PVC frame with six thrusters that allow it to move through water like a drone through the air (complete with depth and heading hold), and uses the same kind of controller configuration as its airborne cousin.

    Onboard control is handled by an Arduino Mega along with an FPV camera, which transmits signals back to a base station via an Ethernet cable stuffed inside a length of polypropylene rope. The driver can then see what the ROV sees on a small display, supplemented with data from the base station’s Arduino Uno and an onscreen display (OSD) shield.

    [youtube https://www.youtube.com/watch?v=T7RhCNqM7I8?feature=oembed&w=500&h=281]

    [youtube https://www.youtube.com/watch?v=yslKyiAI5jw?feature=oembed&w=500&h=281]



    Website: LINK