so I'm building a bot with my raspberry Pi it's earley stages and I have run into a issue. This issue is power distribution.
After some testing of my bot I have worked out that my Pi can spare 1.4 amps of power while plugged into my power bank (this is not counting the the posable 1.2-2.2 boost I could get if I used the second port on the bank)
The problem is that whatever I wirer up on my breadboard that 1.4 amps gets devided up evenly among them.
This is not very economical Expsaley when I have 2 motors that have to carry the load of the bot getting the same amount of power as a survo that's just turning a sonic seancer.
I also decovered that the l293d chip that I am using counts as 4 things (I would guess it's two parts for the motors, one for the power source and one for the logic calculation)
So keeping that in mind with 1.4 amps and just the motors the power each Motor gets is only 350 mA. And as I add new things that number just keeps decreasing.
So my question is does anyone know how to manage what component gets how much power? There must be some way to do it or else the Pi would not be able to give us its remaining 1.4 amps that it's not using.