Using Blue Robotics Components for MATE ROV Competition

Hey, I am seeking some help and advice on implementing Blue Robotics components for my ROV new build next year.

We have the budget to purchase 6 T200s, Navigator board and other required hardware. I have the funds to purchase anything we might need to make it work I am just not sure what I fully need.

I have spent several weeks looking through the forms and other websites and I haven’t found all the answers I’m looking for.

My first question is, What components do I need to have the navigator board talk to the surface computer?

My next question is what is the best way to control such a system from the surface? Is Qground control the best option? are you able to communicate with the navigator board without Qground control?

Any help would be greatly appreciated

Hi @Riley_Regular, welcome to the forum :slight_smile:

The Navigator is a peripheral board for a Raspberry Pi, and is currently only supported with the Raspberry Pi 4, so you’ll at least need one of those (which can be bought together with the Navigator).

A Raspberry Pi can communicate over ethernet, so a minimal setup would just be Navigator + RPi + some form of ethernet cable as a tether. That said, ethernet has quite a short range and uses several conductors, so we typically recommend using converter modules (like our Fathom-X) at each end, so you can send the ethernet signal through longer cables and through a single twisted pair of conductors (like in our slim tether).

If you want things to be a bit cleaner at the top side and/or if you have a USB port but no ethernet jack then you might want our FXTI instead of a bare Fathom-X board.

Vehicles that require higher bandwidth communications can use fiber-optic converters instead, with a fiber optic tether, although they can be pricey and require some extra care to connect and to handle during operation.

Our typical ROV setup has BlueOS running on the Raspberry Pi, with the ArduSub autopilot firmware running the Navigator side of things (this comes built into BlueOS), in which case using a game controller with QGroundControl or Cockpit are your best options for communicating with and controlling your vehicle.

I’m in the process of making some diagrams about this kind of thing for our documentation, but here’s an initial sketch of the typical stack:

If you’re wanting to write your own low-level code to directly read the Navigator’s sensor values and control the motors individually then it’s possible to use our Navigator libraries instead of running the ArduSub firmware, in which case you’ll need to also write the code that interfaces with the top side, and you can use whatever topside control software you choose to make it compatible with.

1 Like