Search found 11 matches

by Thumquas
Dec 7th, 2022, 6:23 pm
Forum: Control Systems and Tethers
Topic: Arduino Code with H Bridges and Bilge Pumps
Replies: 12
Views: 9043

Re: Arduino Code with H Bridges and Bilge Pumps

those look interesting, will look into them thank you.
by Thumquas
Sep 20th, 2022, 7:14 pm
Forum: Control Systems and Tethers
Topic: Arduino Code with H Bridges and Bilge Pumps
Replies: 12
Views: 9043

Re: Arduino Code with H Bridges and Bilge Pumps

I'm still a beginner at this Arduino stuff but if I'm thinking correctly you might not need every connection from your motor controller to the mega to be PWM. That means you should be able to change some - and + pins from your motor controllers to the extras on the mega and that should leave you mor...
by Thumquas
Sep 6th, 2022, 8:12 pm
Forum: Control Systems and Tethers
Topic: Arduino Code with H Bridges and Bilge Pumps
Replies: 12
Views: 9043

Re: Arduino Code with H Bridges and Bilge Pumps

That's a good idea to run the pumps under load to check before putting everything together. The Pumps are rated 3.2A MAX and the H bridges are rated for 3A max, I thought it might be an OK match as both usually run around 2A normally. They were an early purchase for testing and your right that I sho...
by Thumquas
Sep 6th, 2022, 6:56 pm
Forum: Control Systems and Tethers
Topic: Arduino Code with H Bridges and Bilge Pumps
Replies: 12
Views: 9043

Re: Arduino Code with H Bridges and Bilge Pumps

Another Update: All code is working properly and very happy with the results. Will be adding a link to my first post for Code Download. Here is my set up for testing. I have the 100' Cat5e cable in between the joystick modules and the Arduino, working great and thinking of making it longer to see ho...
by Thumquas
Sep 6th, 2022, 4:14 pm
Forum: Introductions
Topic: Hello from India
Replies: 2
Views: 7844

Re: Hello from India

Thank you!
I will defiantly be posting my project as it develops.
by Thumquas
Sep 6th, 2022, 4:11 pm
Forum: Control Systems and Tethers
Topic: Arduino Code with H Bridges and Bilge Pumps
Replies: 12
Views: 9043

Re: Arduino Code with H Bridges and Bilge Pumps

Update on the code: Just received my new second joystick module in the mail, hooked it up to the Arduino and the code works for steering and A1 Light. I'm going to change the lighting code for single pin relay connections for both A and B lights, instead of another H bridge connection. Keeping thing...
by Thumquas
Sep 6th, 2022, 3:24 pm
Forum: Introductions
Topic: Hello from the sunshine coast canada
Replies: 0
Views: 23749

Hello from the sunshine coast canada

Hello, I've always loved the ocean and this I believe is the next step for exploring it. I started gathering everything I need for building my first ROV project and am now learning the Arduino code for control. I'm kinda a jack of all trades and love learning something new. As I'm a little cut off f...
by Thumquas
Sep 5th, 2022, 7:29 pm
Forum: Control Systems and Tethers
Topic: Arduino Code with H Bridges and Bilge Pumps
Replies: 12
Views: 9043

Re: Arduino Code with H Bridges and Bilge Pumps

Great looking set up! and thank you for the info contribution. Maybe this will turn into a great spot for new ROV programmers to sift threw info and code a find what they need to get going? I know how fast these projects get complicated and messy but getting a stable start defiantly helps, seems the...
by Thumquas
Sep 4th, 2022, 1:53 pm
Forum: Cameras
Topic: 100ft/30m underwater camera
Replies: 6
Views: 6310

Re: 100ft/30m underwater camera

best to make sure you can power the Camera end so less problems. I used this on a 100' Cat5e cable with good results.

Amazon.ca link: https://www.amazon.ca/gp/product/B01FHT ... UTF8&psc=1
by Thumquas
Sep 4th, 2022, 1:43 am
Forum: Control Systems and Tethers
Topic: Arduino Code with H Bridges and Bilge Pumps
Replies: 12
Views: 9043

Re: Arduino Code with H Bridges and Bilge Pumps

Here's the First edition of the code, I'm waiting for my other joystick module to show up, as my 2nd one doesn't seem to function properly, to test everything so far. If anyone sees a problem or has any suggestions please let me know. I believe I'm going to change the joystick press function to a si...