Page 1 of 1

Send usb's between two esp32's

Posted: Fri Sep 06, 2024 9:22 am
by maaamc
Hi everyone,
I'm looking to establish wifi communication (see attached image file) between two esp32's (i want to avoid wifi provisioning), one connected to a PC(software) through usb and another one to Stm32's(USB device) through usb also.
How can i do to send the Stm32's USB's to the PC using this ? like usb ip
Thank's.

Re: Send usb's between two esp32's

Posted: Fri Sep 06, 2024 4:31 pm
by chegewara
You can make it works with USP/IP, only without esp32 connected to PC.
USB/IP will connect to the right esp32 over wifi and you can in theory have access to stm32.

Im saying in theory, because my library is not very good, just works, and im not sure you can find another library on esp32.

BTW esp32 has to be version with hardware USB support, like S2, S3, P4

Re: Send usb's between two esp32's

Posted: Mon Sep 09, 2024 12:51 pm
by maaamc
chegewara wrote:
Fri Sep 06, 2024 4:31 pm
You can make it works with USP/IP, only without esp32 connected to PC.
USB/IP will connect to the right esp32 over wifi and you can in theory have access to stm32.

Im saying in theory, because my library is not very good, just works, and im not sure you can find another library on esp32.

BTW esp32 has to be version with hardware USB support, like S2, S3, P4
May be i can connect an esp32 to PC with esp iot bridge (https://github.com/espressif/esp-iot-bridge) as a wireless NIC but i don't know what to put in the esp32 connected to the stm32