Search found 4 matches

by martin.k
Tue May 13, 2025 12:00 pm
Forum: General Discussion
Topic: ESP32-C: USB VID/PID comercial use
Replies: 2
Views: 115

Re: ESP32-C: USB VID/PID comercial use

This is perfect.
That we cannot distinguish from other ESP-Boards is no problem, because our terminal program will always check and even authorize over our serial protocol. So in the worst case we may need to check multiple devices until we find the correct one.

Thank you,
Martin
by martin.k
Fri May 09, 2025 8:38 am
Forum: General Discussion
Topic: ESP32-C: USB VID/PID comercial use
Replies: 2
Views: 115

ESP32-C: USB VID/PID comercial use

Hello everyone,

I am currently developing a Iot-Device for a company.
I want to use the integrated USB CDC of the ESP32-C6 to allow a user to configure the device in the field.
Because it is not possible to change the VID/PID on the ESP32-C6 I want to ask if it is allowed from Espressif to use the ...
by martin.k
Fri May 09, 2025 8:23 am
Forum: ESP-IDF
Topic: USB Host Lib - Set Configuration of USB Device
Replies: 5
Views: 2893

Re: USB Host Lib - Set Configuration of USB Device

@chegewara: Thank you. I am sorry for my late answer, but you are correct. This was part of an update of the ESP-IDF and it works as described.
by martin.k
Tue Sep 26, 2023 3:01 am
Forum: ESP-IDF
Topic: USB Host Lib - Set Configuration of USB Device
Replies: 5
Views: 2893

USB Host Lib - Set Configuration of USB Device

Hello there,

I am developing a device driver for a USB-Ethernet Adapter on the ESP32-S3 using the USB Host Library.
The device has two different USB configurations (bNumConfigurations = 2). One configuration is used for a proprietary protocol, and the second one is for the USB-ECM class.
Therefore ...

Go to advanced search