Dear Community,
We are working with a WiFi camera that supports internet access via both Ethernet and WiFi. Our goal is to provide internet connectivity to this camera using the Quectel EC200U module via the USBNET class in ECM mode. However, we have encountered several challenges:
- We attempted using a USB-to-Ethernet converter, but it was unsuccessful due to missing drivers (Windows/Linux).
- We tested EC200U USBNET in ECM mode with ESP32-S3 TinyUSB, following the official ESP-IDF NCM example. However, this approach did not work since it supports only NCM mode, whereas our EC200U module operates in ECM mode.
- We also attempted the ESP-IoT-Solution USB dongle example on ESP32-S3, but this did not yield the desired results.
Additionally, our system uses UART2 for Modbus RS-485 communication, meaning we cannot utilize UART2 for alternative connectivity solutions.
We came across documentation indicating possible ESP8266/ESP32 support for ECM mode, but it appears incomplete when we attempt to integrate it.
Request for Guidance
We seek a reliable approach to provide internet access to the camera from the EC200U module, using either Ethernet or WiFi.
Any insights, alternative solutions, or suggestions on how to achieve this effectively would be greatly appreciated.
Thank you in advance for your support!