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

ECM USB Driver For ESP32-S3 (IDFGH-14232) #15028

Open
ParthaSarathiMishra opened this issue Dec 13, 2024 · 1 comment
Open

ECM USB Driver For ESP32-S3 (IDFGH-14232) #15028

ParthaSarathiMishra opened this issue Dec 13, 2024 · 1 comment
Labels
Status: Opened Issue is new Type: Feature Request Feature request for IDF

Comments

@ParthaSarathiMishra
Copy link

Is your feature request related to a problem?

Presently ESP32-S3 USB driver uses CDC ACM driver for acting as a host. It works as a virtual COM port. But issue is its very slow when doing network operations(like FTP upload) using a modem (like Quectel BG77, etc) over USB. The same modem when connected to PC with ECM driver makes the operation around 20 times faster. The AT command layer is adding overhead.

Describe the solution you'd like.

It would be better if there is native ECM driver available for esp-idf which can take advantages of full bandwidth of the modem and reduce overhead and latency in network operations. Because many projects use LTE modem and not WiFi for networking.

Describe alternatives you've considered.

No response

Additional context.

No response

@ParthaSarathiMishra ParthaSarathiMishra added the Type: Feature Request Feature request for IDF label Dec 13, 2024
@ParthaSarathiMishra ParthaSarathiMishra changed the title ECM Driver For ESP32-S3 ECM USB Driver For ESP32-S3 Dec 13, 2024
@github-actions github-actions bot changed the title ECM USB Driver For ESP32-S3 ECM USB Driver For ESP32-S3 (IDFGH-14232) Dec 13, 2024
@espressif-bot espressif-bot added the Status: Opened Issue is new label Dec 13, 2024
@ParthaSarathiMishra
Copy link
Author

@sudeep-mohanty
Any opinion?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Opened Issue is new Type: Feature Request Feature request for IDF
Projects
None yet
Development

No branches or pull requests

2 participants