Network with RNDIS, CDC-ECM #742
-
Hi, I'm thinking about using an ESP32-S2 and wondering what this statement really means:
Does it mean all network over USB class implementations are work in progress or just the CDC-ECM? Thanks Torsten |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
The whole net driver is WIP, which mean API can change significantly later on if needed. You can try out the example here https://github.com/hathach/tinyusb/tree/master/examples/device/net_lwip_webserver But it doesn't have freeRTOS to run with esp32s2. related article on rp2040 https://www.hackster.io/news/hermann-stamm-wilbrandt-gives-the-raspberry-pi-pico-web-server-client-over-usb-capabilities-74104c572db1 |
Beta Was this translation helpful? Give feedback.
-
Hi, My question is, because it is not clear to me, which stack setup ethernet speed detected by OS?
Im asking, because esp32P4 has USB HS and ethernet speed detected on my ubuntu is only 10Mbits. Thanks |
Beta Was this translation helpful? Give feedback.
The whole net driver is WIP, which mean API can change significantly later on if needed. You can try out the example here https://github.com/hathach/tinyusb/tree/master/examples/device/net_lwip_webserver
But it doesn't have freeRTOS to run with esp32s2. related article on rp2040 https://www.hackster.io/news/hermann-stamm-wilbrandt-gives-the-raspberry-pi-pico-web-server-client-over-usb-capabilities-74104c572db1