Hello Everybody,
I take the opportunity of this thread to thank you for this very helpful forum, full of ressources.
So, here's the story:
I'm working with a friend of mine on a ROV project, he's taking care of the frame/thruster bit, I'm in charge of the "brain" of the machine.
I have been working (and still) on a fixed wing UAV with the ArduPilot Mega (APM 1) I started to build up a bit of experience with arduinos thanks to this amazing piece of equipment
Here's what I would like to achieve:
On board the ROV: an arduino mega which will be driving the thrusters (6 as to give the following movements: back and forth, up and down, right and left, and sideways capabilities).
There will be an array of sensors as well:
Magnetometer, Gyros and accelerometers using this board: Google Code Archive - Long-term storage for Google Code Project Hosting.
A depth and current sensor.
In future versions of the ROV we'll have also camera guimbal, but that's for later...
On the surface:
The ROV will be connected (via RS485 on serial port) to a control box.
This control box will have, 2 joysticks a couple of switches connected to an arduino UNO.
Hope I'm clear so far.
What I would like to have, I want to avoid taking a computer on the field with me, is a screen which will display, the following datas (received from the ROV via the UNO):
ROV attitude (yaw, pitch and roll), the bearing, current consumption and depth.
And as well the joysticks' positions (in the form of graphic sliding bar).
I'm thinking of using a 7 to 10 inches screen.
I have spent quite some time already searching this forum, and I found that:
http://www.4dsystems.com.au/prod.php?id=131
I simply wanted to know if I'm heading in the right direction, and if using such module will give me the data display I'm looking for...
Thanks in advance for your answer
Have a great day
Wanderer