Hi, I've got a quick and hopefully easy question.
I'm working a lot with microcontrollers (Arduino, ...) and quite often I am having pritty big loads. Project I am working on now I have a programmable LED strip that draws 7A at max, and the arduino needs to be connected to the computer. Then I have a power supply capable of those 7A to power the strip and the Arduino (5V pin of the arduino is connected to the 5V power supply). Now let's say that my power supply turns off for unknown reason and the only 5V supply comes from the computer. Then probably the load (LEDs) would try to pull that power from the computer and because it's not capable of that something would go wrong (either the fuse on the Arduino or the computer would turn off).
Is there any way/method to prevent that?
Oh, and the computer is not always connected to the arduino, so I can't power the arduino only from the PC...