Impact of parallel converters on circuit

I'm making hexapod robot and using 3 parallel converters. 2 of them are step-down 300W 20A set to 6 V to power servos, and the other one is step-down mini 360 set to 10 V to power Arduino nano. Everything is powered from 12.6V battery up to 30A. To make parallel connections, I used connector 2 in 6 out from Aliexpress.

After turning it on, mini 360 got burned. I think it's because of too high current in the circuit. Can some confirm if that's the case or that's something else that I messed up? If so, is there a solution to power it from the same battery or do I need to use a different energy source?

Everything else works fine if I only power up servos from battery and Arduino from USB.

Please post schematics of the setup. Set out the pin labels.

Thanks.
You likely made a mistake connecting the mini 360. Swapped input and output? Short circuited the output? It only powers the nano as I can se.

I'm not sure, but it is possible that I swapped input and output. Before I try again, I would like to know if difference in powers isn't issue. I think that converters connected in parallel shouldn't have impact on other converters, but I would like someone to confirm that.

Confirmed as long as their outputs are not connected to each other.

The 3.3 volt powering is questionable. The controller 3.3 volt output might not supply enough current for the transmitter.

Thanks for replay. In the data sheet of transmitter power supply is in range +1.9V to +3.6V and with 3.3V it works fine.

My fear is that the controller 3.3 volt converter will get overloaded when the transmitter goes active if can't deliver the amount of current needed. It's about mAmps, not voltage.

1 Like

Yes, the voltage is correct. The concern is that the 3.3v output from the Nano may not be able to supply enough current ie mA to power the transmitter. Check the data sheet for the transmitter to determine the required current and the data sheet of the Nano to see how much current it can supply.

A good rule of thumb is to not draw more than 80% of a power supply’s rated output.

1 Like

Now I understand. Transmitter uses 13.5mA and Arduino can supply up to 40mA on pinout, so it is enought.

That should work fine.