ESP32-S3 as USB Host for Quectel EG800Q Modem – Communication Issue #14
Unanswered
Noval-Boby
asked this question in
Q&A
Replies: 2 comments 3 replies
-
|
This library is specific for CDC devices or the 3 mentioned VCP drivers. What happens if you use this library and connect your modem? Would you be able to get more device info from the modem? There is no driver available for ESP-IDF and if you want to communicate over UART/USB you need the baudrate and all. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Report back: the library might just not recognize the modem. We don't know now. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m trying to use an ESP32-S3 as a USB Host to communicate with a Quectel EG800Q 4G modem via its USB interface.
I’ve already tested several available USB Host libraries for the ESP32-S3 (including USBHost, USBH_CDC, and others), but:
Some of them fail to compile in Arduino IDE, and
Others compile but don’t receive any response from the modem after initialization.
I also tried using the example USB CDC Host sketches, but the modem doesn’t seem to respond to AT commands.
My questions:
Is there a working method or example to communicate with a USB modem (like EG800Q) using the ESP32-S3’s native USB Host interface in Arduino or ESP-IDF?
If not directly supported, is there an alternative approach to send and receive AT commands over USB .
Beta Was this translation helpful? Give feedback.
All reactions