-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USB between esp32 slave and the MCU (AEGHB-814) #105
Comments
The slave connection to the esp32 can only be made through the uart serial port, the USB connection is not supported. |
@lijunru-hub so what is the solution to connect my stm32 usb device to send through wifi ? |
use UART |
@lijunru-hub for the moment, i want to use USB, so i think i have to look for another solution. |
It is also possible to connect via USB. You will need to use the https://components.espressif.com/components/espressif/usb_host_cdc_acm/versions/2.0.6 |
Answers checklist.
General issue report
Hello everyone,
I want to know in the example usb_wireless_bridge, can i use a usb between the esp32 slave and the MCU like between PC and esp32 host?
Thanks.
The text was updated successfully, but these errors were encountered: