From 73e2c81b0cd1191a18c00cbe517ca76ebdfe30b9 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 18 Jan 2021 16:07:36 -0700 Subject: [PATCH 1/2] Update README.adoc --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index e8b9fcc..9d49ad8 100644 --- a/README.adoc +++ b/README.adoc @@ -14,7 +14,7 @@ so you can use a computer. I use this with an Internet morse code repeater I wrote, available at https://vail.woozle.org/. -It will also work with [VBand](https://hamradio.solutions/vband/), +It will also work with VBand (https://hamradio.solutions/vband/), in MIDI+Keyboard mode. This project requires an Arduino that can send USB. From 770f4d2f8b06ba93bffa116b9feeb0caa2dba373 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 26 Apr 2021 08:45:41 -0600 Subject: [PATCH 2/2] Update README --- README.adoc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 9d49ad8..4fdac7d 100644 --- a/README.adoc +++ b/README.adoc @@ -36,8 +36,16 @@ Any USB-capable Arduino should be fine, including: * Adafruit GEMMA M0 * Adafruit Feather M0 -You might even be able to get a Digispark (attiny85) to work, -but this may require a little hacking. Send me a patch, if you do! +It may also be possible to get this working on a DigiSpark. +I'm trying to convince Michele Giugliano to try :) + +=== Similar projects + +* Vail user Michele Giugliano's [MorsePaddle2USB](https://github.com/mgiugliano/MorsePaddle2USB), + which runs on a DigiSpark (attiny85). It only sends keystrokes, so you must keep the Vail + window focused: you can't switch to other apps and still transimit. +* Ham Radio Solutions sells a [USB Paddle Interface](https://hamradio.solutions/vband/) + which appears to be very similar to Michele's project. You must keep the Vail window focused. == Step 1: Installation