chegewara / esp32-usbip-poc

ESP32 S2/S3 USBIP proof of concept app
83 stars 10 forks source link

Usb ip with two esp32's #13

Open maaamcube opened 1 week ago

maaamcube commented 1 week ago

Hi everyone, I don't know where i can answer my question because there is no discussion section. I looking to establish wifi comunication between two esp32's, one connected to a PC and another one to Stm32's(USB device). How can i do to send the Stm32's USB's to the PC using this ? Thank's.

chegewara commented 1 week ago

You cant, because there is no USB-IP client app/driver for esp32, only this server app. Client drivers are available on linux and maybe on windows.

maaamcube commented 1 week ago

So i can install linux on both esp32's then i will get a client and server ? do you think it's possible ?

chegewara commented 1 week ago

No, you cant install linux on esp32. You need PC or RPi board.