Adapter for morse keys to USB
Go to file
Neale Pickett bc1f181963 Route buzzer to XIAO pin 10, not 9. New KiCAD.
Fixes #5
2024-03-14 14:17:41 -06: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 It seems to be XIAO SAMD21, not XIAO M0 2023-10-24 08:47:10 -06:00
pcb Route buzzer to XIAO pin 10, not 9. New KiCAD. 2024-03-14 14:17:41 -06: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 Fix some build junk 2024-02-05 12:33:56 -07:00
README.md Actually change pitch, fix VBand LED 2023-02-25 18:10:14 -07:00
adapter.cpp Actually change pitch, fix VBand LED 2023-02-25 18:10:14 -07:00
adapter.h Actually change pitch, fix VBand LED 2023-02-25 18:10:14 -07:00
bounce2.cpp Init 2020-05-16 10:43:38 -06:00
bounce2.h Init 2020-05-16 10:43:38 -06:00
equal_temperament.h Actually change pitch, fix VBand LED 2023-02-25 18:10:14 -07: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 Actually change pitch, fix VBand LED 2023-02-25 18:10:14 -07:00
polybuzzer.h Actually change pitch, fix VBand LED 2023-02-25 18:10:14 -07: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 Actually change pitch, fix VBand LED 2023-02-25 18:10:14 -07: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, but the window has to remain focused
  • Optional sidetone generator, which helps with latency
  • Implements all nine keyer modes from Vail, in the adapter, so you lunatics can try to key at 50WPM with no latency issues
  • Plays received signals in the adapter, so you can turn off your computer speaker
  • 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:

  • PCB to ease assembly and make a more robust shippable product
  • Debug tone changes
  • PCB v2 to get the speaker on pin 10 instead of pin 9
  • Unplug detection: send a pulse out one pin and detect it on the T pin to reset straight-key detection

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.