I have a project where I need to provide usb input to a computer (output from jetson nano), and I probably need to do this over two different ports, one of which is usb3, and one of which is usb2 (though if I could repurpose the micro-usb to output I would only need an extra usb3 output).
I’m really new to embedded devices, and low level programming in general. From what I saw from a post on this forum, this required a special device(a hat) connected to the nano to provide this functionality, as the jetson nano didn’t have the ability to do this natively. I don’t know if that’s the still the case, and if it is, the recommended peripherals to get (or if I would need to custom make them, or find some way to hard wire output). the usb3.0 output is something I could live without if I had to, but I really need 2.0 or microusb output for my project.
if anyone can provide suggestions, or point me in the right direction in terms of guides, tutorials, or resources on setting up usb output.