Search found 6 matches

by maaamc
Mon Sep 09, 2024 12:51 pm
Forum: Hardware
Topic: Send usb's between two esp32's
Replies: 2
Views: 651

Re: Send usb's between two esp32's

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 ...
by maaamc
Fri Sep 06, 2024 9:22 am
Forum: Hardware
Topic: Send usb's between two esp32's
Replies: 2
Views: 651

Send usb's between two esp32's

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...
by maaamc
Wed Jul 17, 2024 8:05 am
Forum: Hardware
Topic: ESP32-S3 USB OTG - USB Hub support?
Replies: 25
Views: 21055

Re: ESP32-S3 USB OTG - USB Hub support?

any news ?
by maaamc
Wed Feb 28, 2024 9:10 am
Forum: Hardware
Topic: ESP32-S3 USB OTG - USB Hub support?
Replies: 25
Views: 21055

Re: ESP32-S3 USB OTG - USB Hub support?

Is there any news ?
by maaamc
Thu Feb 15, 2024 8:25 am
Forum: Hardware
Topic: ESP32-S3 USB OTG - USB Hub support?
Replies: 25
Views: 21055

Re: ESP32-S3 USB OTG - USB Hub support?

Would it be possible for application layer to make decision for which endpoint we need to allocate HW channels and which can be skipped? This at least could partially solve the issue with lack of channels. This is how it works now! Upon device connection only EP0 is allocated, which must be present...
by maaamc
Tue Feb 13, 2024 2:31 pm
Forum: Hardware
Topic: ESP32-S3 USB OTG - USB Hub support?
Replies: 25
Views: 21055

Re: ESP32-S3 USB OTG - USB Hub support?

Hi everyone, Here's an update about this topic, that should answer all questions mentioned here. Espressif's USB Host implementation is fully open-source. The only non-public part is the USB peripheral itself (that is 3rd party Synopsys DWC). The HUB feature must be implemented in esp-idf (open sou...