Seeeduino XIAO vs Teensy #501
Replies: 1 comment
-
This is correct, the chip supports it, but I've only ever considered the official Arduino Core and MIDIUSB libraries, I cannot guarantee that it'll work with a 3rd-party Core like Seeed's, although it will probably work. A first step is getting it to compile and to verify that Control Surface correctly selects MIDIUSB as the MIDI over USB backend for the Seeeduino board (this is done here). All of this can be verified without actually buying a board. I have never used any Seeeduino boards myself, and I do not know of anyone testing the library for that platform.
Teensy boards use Cortex M4 and M7 cores, while the SAMD21 has a meager M0+, these are in completely different ballparks in terms of CPU performance. Teensies also have more RAM and flash memory, more advanced peripherals etc. One particular difference is that Teensy boards support multiple virtual cables when using MIDI over USB, which is not possible when using the Arduino MIDIUSB library. Given the low price of the Seeeduino XIAO, it might be worth trying it out first, you can always upgrade to something more powerful later if you need to. |
Beta Was this translation helpful? Give feedback.
-
Hey guys.
Has anyone used a Seeeduino XIAO with this library? According to the MIDI OVER USB documents, SAMD21 supports MIDI over USB natively. Could someone confirm this? If possible, what would be the advantages of a Teensy board over a Xiao?
Beta Was this translation helpful? Give feedback.
All reactions