From 770f4d2f8b06ba93bffa116b9feeb0caa2dba373 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 26 Apr 2021 08:45:41 -0600 Subject: [PATCH] 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