Skip to content
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

[Feature] Add USB link between ESP32 slave and the MCU (AEGHB-831) #108

Open
3 tasks done
maaamcube opened this issue Oct 2, 2024 · 2 comments
Open
3 tasks done

Comments

@maaamcube
Copy link

maaamcube commented Oct 2, 2024

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

Hello everyone,
I submit this feature to add a possibility to connect the ESP32 to the MCU through USB cable.
In my case, I have 3 hubs, each hub has an Stm32 USB device Vendor Specific (see below) that i want to connect to an ESP32 through USB and next send it through wifi.

image

Ideally, i'm looking for this :

image

@github-actions github-actions bot changed the title [Feature] Add USB link between ESP32 slave and the MCU [Feature] Add USB link between ESP32 slave and the MCU (AEGHB-831) Oct 2, 2024
@chegewara
Copy link

In theory you could use USB/IP protocol, but this may be not so easy to do it.
All depends on stm32, and i still dont understand why you want/need esp32 connected to PC. It is enough that PC is connected to wifi or with ethernet cable.

@maaamcube
Copy link
Author

maaamcube commented Oct 2, 2024

@chegewara thanks for your reply.
I think you said me before that your PoC for USB IP is not working well.
the reason is : I want to avoid for people to connect through wifi, they will just connect the ESP32's and it will work directly like bluetooth mouse for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants