Replies: 3 comments 20 replies
-
Are you sure this is the correct board? The link you posted seems to recommend using the Did you select Do you see any warnings during compilation?
A cold build takes around 1 minute on my 2017 i7-7700HQ (running Ubuntu 22.04), and a re-build takes around 25 seconds. This is quite a bit slower than some of the 8-bit AVR Arduinos, but not too bad considering the difference in features between an ESP32 and an AVR. |
Beta Was this translation helpful? Give feedback.
-
Hallo I think I have the same issue with a ESP32-S3-Devkit v1.0 (ESP32-S3-WROOM-1). I flashed some very basic code just to get the interface instantiated but no midi device available, just as "USB JTAG/serial debug unit". Didn t check with other OS apart from Windows 11. |
Beta Was this translation helpful? Give feedback.
-
So, if anyone arrived here with the same issue: I had the current esp32 core definition in Arduino IDE (v2), so I changed it to the dev version as per instructions, it seemed like the board definition updated correctly but then I decided to reboot Windows as the usual last remedy and effectively when I started the IDE the boards were updated and now the Midi device si showig up correctly. |
Beta Was this translation helpful? Give feedback.
-
Hello
Thank you for the great library I have made a DAW controller using Arduino pro micro, love it!!
I am now trying to make ESP32S3 board work, but with no success. I installed espressifs arduino core v 3 like suggested in the documentation and chose ESP32S3_USB-OTG as board
This example sketch compiles (although incredibly slow, takes a couple of minutes!) and uploads, but the board does not show up as a USB MIDI device on my PC.
The board is a Lilygo T-QT Pro.
As for the very slow compiling issue, I have tried installing IDE 1 as suggested by some users with the same problem, but it is still very very slow on my windows machine. Makes trouble shooting this issue very time consuming :)))
Any hints? Thank you
Beta Was this translation helpful? Give feedback.
All reactions