Neale Pickett 9aed973bb5 | ||
---|---|---|
.vscode | ||
case | ||
doc | ||
.clangd | ||
.gitignore | ||
LICENSE.md | ||
Makefile | ||
README.md | ||
adapter.cpp | ||
adapter.h | ||
bounce2.cpp | ||
bounce2.h | ||
install.sh | ||
keyers.cpp | ||
keyers.h | ||
polybuzzer.cpp | ||
polybuzzer.h | ||
touchbounce.cpp | ||
touchbounce.h | ||
vail-adapter.ino | ||
webhid-test.html |
README.md
Author | License | |
---|---|---|
neale | neale@woozle.org | MIT |
Vail Adapter: Morse Code Key/Paddle to USB
Features
- Lets you key even if you move focus to another window
- Works with Vail
- Works with VBand
- 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
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.