Search found 7 matches

by sigplyrn
Dec 9th, 2013, 11:52 am
Forum: Miscellaneous
Topic: 3d printer would solve alot of problems
Replies: 17
Views: 15098

Re: 3d printer would solve alot of problems

It's possible to get 3d printed in different kinds of material here. Just supply your 3d design model :)

http://i.materialise.com/
by sigplyrn
Jun 18th, 2013, 1:30 pm
Forum: Your ROV Projects
Topic: Homemade ROV with 2 arduino UNO.
Replies: 6
Views: 7026

Re: Homemade ROV with 2 arduino UNO.

Maybe not the most aerodynamic ROV, but it's made on a low budget :) Just need to make the sealing for the tubes at the back and I can check if it is waterproof.
by sigplyrn
Jun 5th, 2013, 6:58 am
Forum: Your ROV Projects
Topic: Homemade ROV with 2 arduino UNO.
Replies: 6
Views: 7026

Re: Homemade ROV with 2 arduino UNO.

Thank you :)
by sigplyrn
Jun 3rd, 2013, 7:08 pm
Forum: Your ROV Projects
Topic: Homemade ROV with 2 arduino UNO.
Replies: 6
Views: 7026

Re: Homemade ROV with 2 arduino UNO.

Do any of you have some experience with potting compounds for potting the motor wires? Maybe you have some suggestions?
by sigplyrn
Jun 3rd, 2013, 6:54 pm
Forum: Your ROV Projects
Topic: Homemade ROV with 2 arduino UNO.
Replies: 6
Views: 7026

Re: Homemade ROV with 2 arduino UNO.

// This is the subsea ROV code for Sigbjørns ROV project. Remember the library pack! #include <SPI.h> // needed for Arduino versions later than 0018 #include <Ethernet.h> #include <EthernetUdp.h> // UDP library from: bjoern@cs.stanford.edu 12/30/2008 This is altered to support 100 bytes of data #in...
by sigplyrn
Jun 3rd, 2013, 6:53 pm
Forum: Your ROV Projects
Topic: Homemade ROV with 2 arduino UNO.
Replies: 6
Views: 7026

Re: Homemade ROV with 2 arduino UNO.

I just thought I would share the arduino codes as well. Since I see many of you are using them. Maybe you have some feedback ? Feel free to use them. TOP #include <SPI.h> #include <Ethernet.h> #include <EthernetUdp.h> const byte joystickVert = A2; const byte joystickHor = A3; const byte joystick2Ver...
by sigplyrn
Jun 3rd, 2013, 6:53 pm
Forum: Your ROV Projects
Topic: Homemade ROV with 2 arduino UNO.
Replies: 6
Views: 7026

Homemade ROV with 2 arduino UNO.

Hey guys. I'm Sig from Norway. I'm a Marine Biology student and building my first ROV. I just finished the arduino codes that control the 4 ESC's. It is also sending back Temp and Direction, but the pressure is a bit bugged.. but it does not matter at this point. In the project i am using: 4* Turnig...