So first of all, I don't have a background in electrical engineering, I got handed a project where having some automation would save so much of my time so now I am learning electronics from scratch.
I am working on a fluidic project using Arduino Mega 2560. I want to use multiple servos (8 servos, each carrying a three-way valve) that need to rotate at a specific time to switch flow direction. And fluid delivery is handled by a 12V peristaltic pump controlled with an L298N motor driver.
I power the servos using a 12V 5A adapter connecting to a 5V 5A buck converter. Since all 8 servos share this supply, I am worried about the current draw, especially if something goes wrong and all 8 servos and the pump run at the same time. Because of this, I want to add a MOSFET to turn on/off the power line to each servo when they are not in used. I am having a difficult time figuring out how to choose the right MOSFET and the proper way to connect them, so my main questions are:
Should I forget about the whole MOSFET thing and just get a better power source? 10A?
Is a P-channel MOSFET for high-side switching the better option here, and what ratings should I look for to safely power everything without risk?
Is it 8 MOSFET for 8 servos or can I use one MOSFET to control 2-3 servos? For example, when the time point hits, MOSFET 1 will be ON, allowing servos #1 and #2 to rotate, then MOSFET 1 turns OFF, and MOSFET 2 turns ON for servos #3 and #4 and so on. Is that a thing that can be done or a completely stupid idea? I just thought having one MOSFET for each servo may require a lot of connections.
Any guidance would be greatly appreciated.