1

I have multiple buck converters, model XL4005 (datasheet ), fed from a 12V battery source to several devices i.e. My motors (require 12V), Arduino (requires 5V) and Transmitter module (require 3.3V).

Do I connect the buck converters in parallel and distribute the voltages to respective devices? Is it safe to do so? I saw some uses diode to even out the supply current but I'm not quite sure how, link: Is it ok to connect the output of buck regulator in parallel?

My specs:

Tony Stewart EE75
  • 1
  • 3
  • 54
  • 182
Md Nazri
  • 11
  • 2

4 Answers4

1

All the inputs of your converters can be connected to the 12V power source. There is no need for diodes.

If you want some clarity about additional diodes that others have used then please provide links to that information. They may be doing it with multiple power sources feeding different converters to prevent power going back into a turned off supply. (which is not what you are doing)

Edit- The link you provided was someone who wants to use multiple power supplies to obtain higher capacity for the same load. That is not what you asked for and it doesn't apply in your case.

Rudy
  • 341
  • 2
  • 9
1

Suggested Incomplete Block Diagram

schematic

simulate this circuit – Schematic created using CircuitLab

  • 4A 5V DCDC looks good,
  • any 3.3 to 3.5V LDO is ok.

  • Sensor V TBD

20C 5.2Ah Battery means can handle 104A surges. Each motor surge is 25A for 3S.

  • ESC and motor wires must be twisted pairs and low R reduce stray current noise coupling to sensors that may need twisted pairs at right angles and/or separation.

Battery Notes also indicate... do not exceed 50% DoD on 1st 5 uses and do not exceed 80% DoD after.

Suggestion

Alternative is use 3.3V Arduino with mods and 3.3V DC-DC converter with RC - low pass filter to Tx to reduce ripple.

Tony Stewart EE75
  • 1
  • 3
  • 54
  • 182
1
  • How will you control Arduino?
  • How is Arduino connected to ESC?

schematic

simulate this circuit – Schematic created using CircuitLab

20C 5.2A Battery means can handle 104A surges. Notes indicate do not exceed 50% DoD on 1st 5 uses and do not exceed 80% DoD after.

Tony Stewart EE75
  • 1
  • 3
  • 54
  • 182
0

Most electronic systems need to communicate and control, back and forth between the various modules of the system. This means charges flow back and forth.

These charges need a return path, and by convention the GROUND wires provide that shared path.

Some systems use Fiber Optic communications to avoid this "sharing".

analogsystemsrf
  • 33,703
  • 2
  • 18
  • 46