Homemade power board

Control Boards, Controllers, Tethers, Ect.
User avatar
jenswilly
Posts: 12
Joined: Jan 28th, 2013, 4:34 am
Location: Copenhagen, Denmark

Homemade power board

Post by jenswilly »

Here's what my power control board looks like fully assembled:
Image

I've put all the high power circuitry (14.8 V and about 6 A for each thruster at full power) on a separate PCB because the MAX7456 video overlay is rather sensitive to electrical noise and since I control the motors using 20 kHz PWM, there's a fair bit of noise.

I'm using IRLS3034-7 MOSFETs and FOD3180 MOSFET gate driver optocouplers to completely isolate the high power circuitry from the rest of the control board.

Both motors and the battery will be connected using the red/black screw terminals.

I got the PCB fabricated at ITead and everything is hand-soldered (wow, those MOSFET pads soak up a lot of heat).
User avatar
KR2_Diving
Posts: 391
Joined: Aug 30th, 2012, 11:43 am
Location: Currently: NW Suburbs of Chicago. Originally: NE Wisconsin

Re: Homemade power board

Post by KR2_Diving »

That looks awesome!! What motors are you running? (Forgive me if you posted that before!)
User avatar
jenswilly
Posts: 12
Joined: Jan 28th, 2013, 4:34 am
Location: Copenhagen, Denmark

Re: Homemade power board

Post by jenswilly »

Thanks :)

And I'm just using standard converted bilge pumps.
User avatar
robe_uk
Posts: 24
Joined: Nov 27th, 2010, 4:21 pm

Re: Homemade power board

Post by robe_uk »

Nice :D
Citrushund
Posts: 14
Joined: Nov 25th, 2012, 12:27 pm

Re: Homemade power board

Post by Citrushund »

That is so nice Jens. Wish i had your brain in some way :D
Can i buy a DIY soldering kit from you of that ;)

My own progress now is, i bought a 3D printer my self to help me get more done without using metal. My design is almost as i want it. Quite alot changed since i got the job as a ROV Pilot offshore. Talked to more out here that is working on their own.

Again, damn nice job there Jens..

Danskeren Martin
jonnyhas
Posts: 55
Joined: Jun 5th, 2012, 7:45 am
Location: highlands, scotland

Re: Homemade power board

Post by jonnyhas »

Hello Jens,

You will have to excuse my ignorance will your board control speed and direction of your motors?

Cheers jonny
User avatar
jenswilly
Posts: 12
Joined: Jan 28th, 2013, 4:34 am
Location: Copenhagen, Denmark

Re: Homemade power board

Post by jenswilly »

@jonny: speed only. I run the motors in one direction only. And the board doesn't even generate the PWM signal for speed control – it just amplifies the signal from the microprocessor (which is just 3.3 V and 4 mA) so I can control high voltage, high current motors from the MCU.

And it also isolates the motor circuits from the MCU so the MCU and other digital components are not disturbed by electrical noise from the motors.
CLYON
Posts: 35
Joined: Dec 2nd, 2012, 8:52 am

Re: Homemade power board

Post by CLYON »

OK, I need to ask a question and this may be where I get a good answer. I am using an UNO for control in my ROV. I have some ESC's, but I am having a little trouble with them. Also I am using brushed motors. I really like the idea of using FET's. It seems I can do whatever with the UNO and since it has a PWM output I just need the FET for the current. I am going between forward and reverse with a relay for now. My question is what are the pro's and con's of driving a FET with the PWM output from the UNO vs an ESC?


Chuck
aquajack
Posts: 26
Joined: Mar 20th, 2012, 5:33 pm

Re: Homemade power board

Post by aquajack »

CLYON wrote:OK, I need to ask a question and this may be where I get a good answer. I am using an UNO for control in my ROV. I have some ESC's, but I am having a little trouble with them. Also I am using brushed motors. I really like the idea of using FET's. It seems I can do whatever with the UNO and since it has a PWM output I just need the FET for the current. I am going between forward and reverse with a relay for now. My question is what are the pro's and con's of driving a FET with the PWM output from the UNO vs an ESC?


Chuck
Honestly an ESC should work well with the arduino as it provides 6 PWM ports, If you are having trouble with them just post a description on the Arduino forums and they should be able to help you. Another good forum to look at about interfacing Arduino to ESC would be any quadrotor forum.
Hope I could help, Jack
CLYON
Posts: 35
Joined: Dec 2nd, 2012, 8:52 am

Re: Homemade power board

Post by CLYON »

I went ahead and built a board with MOSFET's and relays for reverse and used the PWM's from the UNO. There were two problems I had with the ESC's that I had. The first was a delay when you first applied power, because it had to check for a signal. The second was that when you applied full power it started cutting the power back. The data sheet said it was low voltage cutoff, but the battery had never gone down. It also always beeped when there was a good signal, I didn't know if this was normal, but it drove me crazy. I will monitor voltage with the UNO.

Chuck
Post Reply