XIAO as USB input and output

Hello, forgive me if this is a simple thing, but I’m struggling to find it there’s a way to use a xiao to both receive USB input and output USB.

I figure there must be a way to either input over the gpio or to get them to act as USB output, then I could leverage the USB port to act as the other end.

My project is that I want to combine inputs from an existing USB device (a mouse) and “mux” in my own inputs which will be wired up through the GPIO.

Is something like this possible?

Hi nivekmai,
The Xiao does have another serial port ? PINS 6 & 7 you can send data in and out from port to port if that’s the method based on some io pins , etc.
HTH
GL :slight_smile:

1 Like