> ESP32-S2/S3 chips have built-in USB-OTG peripherals, which support USB host mode. I specifically have a ESP32-S3-USB-OTG board that I would like to use as a USB host. I think [`esp-rs/esp-idf-sys`](https://github.com/esp-rs/esp-idf-sys) and [these USB host examples](https://github.com/espressif/esp-iot-solution/tree/master/examples/usb/host) could be useful.