Using micro usb for data in Jetson nano

Hi,

I am using the barrel connector to power up the jetson nano with J48 jumper. I need to connect a touch controller to the jetson. Is it possible to connect it to micro usb of the jetson nano and what is the procedure?

Thanks in advanced

In a Nano dev kit the micro-USB connector must operate as a device (wiring does not exist for operating as a host…this is unusual for an OTG connector, but it is the case for a Nano dev kit). This means no device (e.g., keyboard or touch screen) can plug to that connector (it would need to be a host to see and use such devices). If you wanted the Nano dev kit itself to act as a custom device seen by a host PC somewhere, then this is possible.

1 Like

@linuxdev Thank you for the reply