I searched and found only close matches for what I'm wondering. So I am asking here. I have a Nano clone, and a 60 LED WS2812B strip. Today, I found a decent 5V supply so I don't have to rely on the limited USB power any more. At the moment, the strip is just connected to the ICSP header pins, so the power comes from the Nano.
This is where it starts to get interesting. The Nano has a diode between VUSB and 5V to prevent back feeding the USB when external power is applied to the Nano via the 5V pin. That would protect the computer during any combination of PSU or USB power up/down states. But, in the case where the computer is on, and the PSU is turned off, the diode will conduct and attempt to power both the Nano and the strip. That seems ugly to me. I did expect to find some commentary on various sites, for example
https://learn.adafruit.com/adafruit-neopixel-uberguide/powering-neopixels
but that particular use case is not mentioned, that I can see.
In my mind's eye, I visualized the arrangement resulting from removing the diode, which would solve that problem. It would leave the Nano unable to work from USB power, but that is okay with me, as it should be able to run with the PSU parallel connected to both the Nano 5V pin and the strip 5V input.
I have two questions. Why isn't this discussed widely? Will the arrangement (removing the diode) cause any PC USB issue when the PSU (the entire system) is shut down?
My use case: The strip is almost always powered, and it is controlled via the USB serial interface. The computer is usually, but not always on. In rare instances the PSU might be shut down for safety when I'm away. I don't want to plug and unplug any cables whenever I turn things on and off.