This commit is contained in:
Neale Pickett 2024-02-05 12:34:27 -07:00
commit 0f59df655f
2 changed files with 17 additions and 5 deletions

View File

@ -11,8 +11,8 @@ Then compile and upload the sketch.
## Works with no source code changes ## Works with no source code changes
* Seeeduino Xiao * Seeeduino Xiao SAMD21
* Adafruit Qt Py * Adafruit Qt Py SAMD21
## Known to work with source code changes ## Known to work with source code changes
@ -24,6 +24,18 @@ Then compile and upload the sketch.
* Adafruit GEMMA M0 * Adafruit GEMMA M0
* Adafruit Feather M0 * Adafruit Feather M0
## Will Not Work!
The RP2040 chip will not work, because it lacks a USB MCU,
needed by the MIDIUSB library.
I'm listing specific devices here
in the hopes that seeing them crossed out will prevent people from
making a purchasing mistake!
* ~~Seeeduino Xiao RP2040~~ Will not work!
* ~~Adafruit Qt Pi RP2040~~ Will not work!
* ~~Any RP2040 Device~~ Will not work!
# Advanced Wiring # Advanced Wiring

View File

@ -1,10 +1,10 @@
# Easy Installation # Easy Installation
1. Get a Seeeduino XIAO 1. Get a Seeeduino XIAO SAMD21
2. Download the most recent xiao firmware from 2. Download the most recent XIAO SAMD21 firmware from
[releases](https://github.com/nealey/vail-adapter/releases) [releases](https://github.com/nealey/vail-adapter/releases)
3. [Enter bootloader mode](https://wiki.seeedstudio.com/Seeeduino-XIAO/#enter-bootloader-mode) 3. [Enter bootloader mode](https://wiki.seeedstudio.com/Seeeduino-XIAO/#enter-bootloader-mode)
4. Copy the firmware onto the XIAO 4. Copy the firmware onto the XIAO SAMD21
[Wideo walkthrough of firmware upload](https://www.youtube.com/watch?v=IgOdkUe5SMY) (3:07) [Wideo walkthrough of firmware upload](https://www.youtube.com/watch?v=IgOdkUe5SMY) (3:07)