Adapter for morse keys to USB
Go to file
Neale Pickett 1f61b21051 First try at a PCB 2023-01-22 10:19:36 -07:00
.vscode Attempt to get local keyer modes going 2022-05-22 21:55:22 -06:00
case Case work, bugfixes 2022-06-26 10:55:28 -06:00
doc Attempt to get local keyer modes going 2022-05-22 21:55:22 -06:00
pcb First try at a PCB 2023-01-22 10:19:36 -07:00
.clangd Attempt to get local keyer modes going 2022-05-22 21:55:22 -06:00
.gitignore First try at a PCB 2023-01-22 10:19:36 -07:00
LICENSE.md license copyright formatting 2020-05-16 10:45:47 -06:00
Makefile Attempt to get local keyer modes going 2022-05-22 21:55:22 -06:00
README.md Lots of changes for V3.0: 2022-05-21 20:14:03 -06:00
adapter.cpp Default to keyboard mode 2022-06-26 12:24:00 -06:00
adapter.h Trying to get keyers working 2022-05-28 15:18:28 -06:00
bounce2.cpp Init 2020-05-16 10:43:38 -06:00
bounce2.h Init 2020-05-16 10:43:38 -06:00
install.sh Many changes for v2 2022-04-19 22:16:12 -06:00
keyers.cpp Case work, bugfixes 2022-06-26 10:55:28 -06:00
keyers.h Case work, bugfixes 2022-06-26 10:55:28 -06:00
polybuzzer.cpp Case work, bugfixes 2022-06-26 10:55:28 -06:00
polybuzzer.h Attempt to get local keyer modes going 2022-05-22 21:55:22 -06:00
touchbounce.cpp Case work, bugfixes 2022-06-26 10:55:28 -06:00
touchbounce.h Case work, bugfixes 2022-06-26 10:55:28 -06:00
vail-adapter.ino Case work, bugfixes 2022-06-26 10:55:28 -06:00
webhid-test.html Attempt to get local keyer modes going 2022-05-22 21:55:22 -06:00

README.md

Author Email License
neale neale@woozle.org MIT

Vail Adapter: Morse Code Key/Paddle to USB

Vail adapter, assembled and connected

Features

  • Lets you key even if you move focus to another window
  • Works with Vail
  • Works with VBand
  • Optional sidetone generator for straight keying, which helps with latency
  • Free firmware updates for life
  • Can be wired up in about 5 minutes

Vail Adapter benefits video (4:46)

Setting Up

Future Work

Things I plan to add:

  • Local keyer logic for Ultimatic, Iambic, etc.
  • Local keyer generating sidetones
  • Vail site sends MIDI note events to the adapter, so you don't need your computer speaker on to listen.

Contributing

To contribute to this project please contact neale@woozle.org https://id.arduino.cc/neale

Similar projects

  • Vail user Michele Giugliano's 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 which appears to be very similar to Michele's project. You must keep the Vail window focused.
  • CWKeyboard looks almost exactly the same as the VBand adapter.