Search found 3 matches
- Mon Aug 22, 2022 9:55 pm
- Forum: ESP-IDF
- Topic: RNDIS or NCM with ESP32-S2 (Tinyusb)
- Replies: 1
- Views: 4041
RNDIS or NCM with ESP32-S2 (Tinyusb)
Hi, I am trying to implement Ethernet over USB so I can control my board with TCP/IP I am going to connect from Windows machine so I thought RNDIS or NCM will be suitable. I followed lots of Tinyusb example as well as ESP-IDF's implementation. So, I created following code for to create USB Ethernet ...
- Fri Jul 29, 2022 5:22 am
- Forum: ESP32 Arduino
- Topic: ESP32-S2 with two USB Ports
- Replies: 1
- Views: 2553
Re: ESP32-S2 with two USB Ports
I googled like crazy and found one possible solution
https://www.adafruit.com/product/4775
+
https://www.sparkfun.com/products/retired/9947
I know sparkfun usb host shield is discontinued but there are tons of clone availble
Will this work?
Thanks
https://www.adafruit.com/product/4775
+
https://www.sparkfun.com/products/retired/9947
I know sparkfun usb host shield is discontinued but there are tons of clone availble
Will this work?
Thanks
- Fri Jul 29, 2022 2:01 am
- Forum: ESP32 Arduino
- Topic: ESP32-S2 with two USB Ports
- Replies: 1
- Views: 2553
ESP32-S2 with two USB Ports
Hi, I am trying to build a toy project that translates HID msg into different HID msg keyboard -> ESP32-S2 -> PC This means that ESP32-S2 requires to have two usb port; one HOST and other OTG I know ESP32-S2 only has one USB OTG port which means I will need extra USB HOST shield. However, is there a...