There is now >1 model of XIAO. List the specific one.
This commit is contained in:
parent
31bfadd71d
commit
36cc138443
|
@ -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 M0
|
||||||
* 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
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Easy Installation
|
# Easy Installation
|
||||||
|
|
||||||
1. Get a Seeeduino XIAO
|
1. Get a Seeeduino XIAO M0
|
||||||
2. Download the most recent xiao firmware from
|
2. Download the most recent xiao m0 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 M0
|
||||||
|
|
||||||
[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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue