Search found 3 matches
- Mon Aug 22, 2022 8:31 am
- Forum: ESP-IDF
- Topic: USB Host not working on "ESP32-S3-USB-OTG Development Board"
- Replies: 6
- Views: 9123
Re: USB Host not working on "ESP32-S3-USB-OTG Development Board"
Hi Kevin,
I am facing the same issue with ESP32-S3-DevKitC-1. I tried your solution, but it wasn't working on my chip. Is there any other way to power the USB port?
Thanks in advance.
Hi gautam-dev-maker,
I am not aware of other ways to power the USB port.
Have you been able to get it ...
- Wed Apr 06, 2022 6:50 am
- Forum: ESP-IDF
- Topic: USB Host not working on "ESP32-S3-USB-OTG Development Board"
- Replies: 6
- Views: 9123
Re: USB Host not working on "ESP32-S3-USB-OTG Development Board"
Hi Jamawa,
Thank you so much for the response! I got it working eventually. It took a few more hours of trial and error to realise that one of the configurations required was LIMIT_EN
For anyone else planning to run the examples, you can add these two lines to the example code, and put the file I ...
Thank you so much for the response! I got it working eventually. It took a few more hours of trial and error to realise that one of the configurations required was LIMIT_EN
For anyone else planning to run the examples, you can add these two lines to the example code, and put the file I ...
- Fri Apr 01, 2022 9:03 am
- Forum: ESP-IDF
- Topic: USB Host not working on "ESP32-S3-USB-OTG Development Board"
- Replies: 6
- Views: 9123
USB Host not working on "ESP32-S3-USB-OTG Development Board"
I bought the ESP32-S3-USB-OTG Development Board specifically to use the USB Host functionality but I have not been able to make it to work. It always stops after "CLASS: Registering Client"
git checkout master
git submodule update --init --recursive
I have tried the following examples on Master ...
git checkout master
git submodule update --init --recursive
I have tried the following examples on Master ...