ESP32-S2/S3 and USB MIDI #38
Replies: 5 comments 5 replies
-
Turns out ESP32-S2 is single-core, most likely not powerful enough for Edrumulus. The ESP32-S3 is dual-core though and looks like the S2's big brother. ESP32-S3 is not cheap though (yet) at 16,70 euro for a board. So compared to Teensy 4.x it's maybe not a good alternative yet (as teensy is little bit more expensive but much faster). |
Beta Was this translation helpful? Give feedback.
-
@corrados any thoughts on the S3 being able to handle both processing and midi usb, do you think it'll be fast enough? |
Beta Was this translation helpful? Give feedback.
-
What specific ESP32-S3 board are you going to test with @corrados? I'll order the same for testing. And will edrumulus support usb midi when s3 is implemented/tested? |
Beta Was this translation helpful? Give feedback.
-
ESP32-S3 can be use with usb midi with tinyUSB with this PR #136 . |
Beta Was this translation helpful? Give feedback.
-
Looks like the ESP32-S2 can also be used as a USB MIDI device(?), like Teensy can.
Good detailed video of it can be found here: https://www.youtube.com/watch?v=XnqDEV21BSA
Looks like it uses EspTinyUSB. They have a MIDI example here: https://github.com/chegewara/EspTinyUSB/tree/master/examples/device/midi
More about it on hackster.io: https://www.hackster.io/news/create-custom-usb-devices-with-the-esp32s2stick-458bf370a522
TinyUSB also mentions there's support for the ESP32-S3.
Hopefully this will allow us to skip Hairless MIDI when using ESP32(-S2/S3)?
Beta Was this translation helpful? Give feedback.
All reactions