From 36cc1384431d4a01a2066e536f0696d9a95e30b6 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 23 Oct 2023 13:38:40 -0600 Subject: [PATCH] There is now >1 model of XIAO. List the specific one. --- doc/advanced-install.md | 16 ++++++++++++++-- doc/easy-install.md | 6 +++--- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/doc/advanced-install.md b/doc/advanced-install.md index 8976041..ae494ac 100644 --- a/doc/advanced-install.md +++ b/doc/advanced-install.md @@ -11,8 +11,8 @@ Then compile and upload the sketch. ## Works with no source code changes -* Seeeduino Xiao -* Adafruit Qt Py +* Seeeduino Xiao M0 +* Adafruit Qt Py SAMD21 ## Known to work with source code changes @@ -24,6 +24,18 @@ Then compile and upload the sketch. * Adafruit GEMMA 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 diff --git a/doc/easy-install.md b/doc/easy-install.md index 5202c37..45d5269 100644 --- a/doc/easy-install.md +++ b/doc/easy-install.md @@ -1,10 +1,10 @@ # Easy Installation -1. Get a Seeeduino XIAO -2. Download the most recent xiao firmware from +1. Get a Seeeduino XIAO M0 +2. Download the most recent xiao m0 firmware from [releases](https://github.com/nealey/vail-adapter/releases) 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)