EspTinyUSB for ESP32-C3
Posted: Mon Jul 12, 2021 11:43 pm
Dear community,
thanks for getting the ESP32-C3 DevKit M-1 as a free sample! I want to use it to filter USB-MIDI events. So I need the EspTinyUSB library to deal with USB.
I was able to run the examples of ESP32 2.0.0 Alpha 1 on Arduino IDE 1.8.15. I've been installed Esp32TinyUSB 1.3.0 from Arduino IDE's library manager. This library was made for ESP32-S2, but I have ESP32-C3. So I get this error when I try to compile the "midi" example, provided by Esp32TinyUSB:
Does anyone has a workaround for this issue? Any approach to make USB-MIDI work on ESP32-C3 is welcome.
Thanks!
Da Flex
thanks for getting the ESP32-C3 DevKit M-1 as a free sample! I want to use it to filter USB-MIDI events. So I need the EspTinyUSB library to deal with USB.
I was able to run the examples of ESP32 2.0.0 Alpha 1 on Arduino IDE 1.8.15. I've been installed Esp32TinyUSB 1.3.0 from Arduino IDE's library manager. This library was made for ESP32-S2, but I have ESP32-C3. So I get this error when I try to compile the "midi" example, provided by Esp32TinyUSB:
Code: Select all
home/user-name/projects/arduino/libraries/ESP32TinyUSB/src/esptinyusb.cpp:3:10: fatal error: soc/usb_periph.h: No such file or directory
Thanks!
Da Flex