yup. anyway you bring power over 5v USB(use VBUS pin).
second thing: transistor have no GND, and even when it will self activating due load on emitter side and i dont know if transistor will full open;
third: pull up resistor, i have no datasheet, may be it's ok.
in all three commutators you use different type of switch, is it not easier to use 3 similar relays? and use power bypassing MCU, remember it is not PSU.
Driving loads that require 5V or higher currents is always a major problem when using the low power 3.3V processors.
It may be simpler and cheaper to buy an Arduino that has 5V outputs with high current like the Uno, Nano, or mini. Then you can use just about any DC relay or MOSFET module that you can find.
Another solution is one of these pololu modules. It will work with the feather.
Otherwise, you will need to build something like this:
You have 3 switches, 2 relays and 1 transistor, what is the load for each switch?
Relay #1?
Relay #2?
Transistor?
This SSR is for switching AC, won't work for DC.
Sorry to have made this confusing. I only need to control two components. What I'm outlining is the three different approaches I've attempted. The DC relay was purchased after I purchased the AC one, not knowing what I was doing. The transistor was attempted because I couldn't either relay to do what I wanted. Ultimately, I think solving this for one external will give me all I need to solve it for the other, so for simplicity, it's probably best to just try for one right now.
Another solution is one of these pololu modules. It will work with the feather.
That's very compelling for sure. I was under the impression, though, that the MOSFET would have a maximum voltage capacity that would quickly be exceeded by these DC power supplies. Is that not the case?
It occurs to me there's another way to skin this cat. Since I have a 2-channel solid state relay that's suitable for AC, Wouldn't it be possible to fashion an enclosure that comprises the parts plus a power outlet? Then I'd simply plug in the DC adapters and use the relay to control power switching to the outlets themselves?
Thanks for this! The VBUS pin did it! I just had a chance to try this out and it worked flawlessly. I guess the 3.3v was the culprit. Glad to know for the future that VBUS will output 5V. I suppose that could have been a useful application of my multi-meter - to measure the output of each pin and find a 5V signal somewhere.