Open ASleepyCat opened 10 months ago
Thanks for the feature request! The whole idea of of having a remote board was to allow the flexibility to implement such a feature in the future, and it is indeed on the development roadmap, albeit low priority.
Apparently a USB-C specific USB 3.x mode can supply up to 3A? https://en.wikipedia.org/wiki/USB-C#USB_3.0/3.1/3.2 This might be enough where USB PD isn't needed.
Unfortunately the AT90USB1286 is not USB3.0 compliant, so this would not work.
I think we could still make it work by integrating a USB PD controller on the remote board, but I have yet to do any experiments with this.
I managed to power on my PHOENIXWAN with one USB-C cable using this USB-C breakout board. I think we could fairly easily adapt this design onto our daughter board.
It draws just under 2A with all lights on at full bright.
I agree, we could easily adapt this, but I only have 1 concern. The AT90USB1286 is only USB2.0 compliant. I get the sense that your motherboard is just violating the USB specifications (as many do). We are not entering the special USB 3.X mode that you linked above.
It is my understanding that the USB PD specification is entirely separate from the USB2/3/3.1 spec and will allow for a negotiation of higher currents even for USB2.0. I believe this is the best path going forward.
Are you sure? On Texas Instruments's USB Type-C and PD PDF, they list USB 2.0 w/ up to 3A/15W as one of the most common uses cases (https://www.ti.com/lit/wp/slyy109b/slyy109b.pdf?ts=1718928612049&ref_url=https%253A%252F%252Fwww.google.com%252F) My understanding is that by putting 5.1kOhm resistors between the configuration channels and ground, that signals to a USB-C upstream port to supply up to 3A, regardless of USB version (as long as the port/cable can supply the current drawn).
I've also read on various threads that USB power specs are actually minimum guarantees and not limits, although I don't know have a primary source for that.
Well would you look at that. I had no idea that this was the case. This is fantastic news, thanks for bringing it to my attention.
As for the minimum guarantees, for our use case a "minimum guarantee" is equivalent to a power cap. We do not know who will be plugging the device into what, and if their mobo only supports the minimum gurantee, we will trigger over-current protection. Regardless, if we offer USB-C this is a non-issue. I still wish to offer both choices, and as long as we make it clear in the documentation the limitations of USB-B, this should be no problem.
Instead of requiring two USB cables to power the IO board, develop a remote USB board that only requires one USB input (probably USB-C with PD).