Hello all. I am working on a project which needs to control an array of high current devices.
The devices are as follows:
LED Zone 1-4: 4 @ 7.2A each, 28.8A total
Linear Actuator Zone 1: 4 @ 5A each, 20A total
Linear Actuator Zone 2: 2 @ 4A each, 8A total
Total: 56.8A
This will be controlled by a AVR microcontroller, probably a 328/329 depending on GPIO needs.
I will be using a 12v 1000W power supply.
For the LED zones, no PWM is needed, simple ON/OFF is fine. I plan on using a simple electromechanical relay for each zone.
For the Actuators, their direction is controlled via polarity of voltage, so I am planning on using a DPDT electromechanical relay for each zone.
My question(s) is/are:
Ideally, the easiest/cleanest way for this to work, is to have the power to go directly from the power supply to the PCB, and channel to each relay. Then each device would just plug into the indicated slot for +/-. But, I don't think it is a good idea to have ~60Amps in a single PCB with low current MCU's along side it.
My other solution, was to use a distribution block like this. Each lead would go into a tab for a relay, and out the other side, similar to how simple arduino relay shields are. This makes it so only the current from a single unit is touching the PCB. But, this requires a lot of hassle in the connections of all of the zones.
This is a quick sketch of what I mean for the second solution:
Where the connections come to the PCB, they would be on separate connectors, like this relay shield:
So the current only touches the PCB for a very short trace.
Are either of my thoughts/questions valid? What is the standard way of doing a high current setup like this?
Another idea I had was to have two PCBs, to separate the MCU from the relays.
Thanks a lot!
The devices are as follows:
LED Zone 1-4: 4 @ 7.2A each, 28.8A total
Linear Actuator Zone 1: 4 @ 5A each, 20A total
Linear Actuator Zone 2: 2 @ 4A each, 8A total
Total: 56.8A
This will be controlled by a AVR microcontroller, probably a 328/329 depending on GPIO needs.
I will be using a 12v 1000W power supply.
For the LED zones, no PWM is needed, simple ON/OFF is fine. I plan on using a simple electromechanical relay for each zone.
For the Actuators, their direction is controlled via polarity of voltage, so I am planning on using a DPDT electromechanical relay for each zone.
My question(s) is/are:
Ideally, the easiest/cleanest way for this to work, is to have the power to go directly from the power supply to the PCB, and channel to each relay. Then each device would just plug into the indicated slot for +/-. But, I don't think it is a good idea to have ~60Amps in a single PCB with low current MCU's along side it.
My other solution, was to use a distribution block like this. Each lead would go into a tab for a relay, and out the other side, similar to how simple arduino relay shields are. This makes it so only the current from a single unit is touching the PCB. But, this requires a lot of hassle in the connections of all of the zones.
This is a quick sketch of what I mean for the second solution:
Where the connections come to the PCB, they would be on separate connectors, like this relay shield:
So the current only touches the PCB for a very short trace.
Are either of my thoughts/questions valid? What is the standard way of doing a high current setup like this?
Another idea I had was to have two PCBs, to separate the MCU from the relays.
Thanks a lot!



