@@ -6,22 +6,34 @@ SuperKey is a fully featured, open source CW / Morse code keyer for amateur radi
66provide ** all keyer functionality** required by the modern ham radio enthusiast, as simply and cheaply as possible.
77SuperKey is ** 100% open source** , and always will be - you are free to build, modify, and tinker with your own SuperKey.
88
9+ ![ Prototype] ( doc/prototype.jpg )
10+
911## Features
1012
1113SuperKey provides many useful features for hams:
1214
13- - Supports ** all types of CW keys** — straight key, paddles, bugs, sideswipers, etc.
14- - Supports ** all common paddle modes** — iambic, ultimatic, etc.
15- - Allows ** keyboard text entry and automatic Morse code generation** in Autokey mode.
16- - Device is ** configured and controlled by computer** connected to the USB port.
15+ - Supports ** all types of CW keys** — traight key, paddles, bugs, sideswipers, etc.
16+
17+ - Supports ** all common paddle modes** — iambic, ultimatic, etc.
18+
19+ - Supports ** all types of radios** — if it has a keyer input, you can connect a SuperKey to it.
20+
21+ - Connects ** multiple keys to a single radio** — no need to choose between straight key and paddles!
22+
23+ - Connects ** multiple radios to a single key** — if that's something you need to do (🤨), SuperKey can do it for you.
1724
18- The SuperKey hardware has:
25+ - Allows ** keyboard text entry and automatic Morse code generation ** with autokeyer support.
1926
20- - Three fully configurable TRS inputs (6 pins total).
21- - One fully configurable TRS output (2 pins total).
22- - One USB-B connector for computer data and power.
23- - One (optional) "keyer on" buzzer with configurable audio frequency.
24- - One (optional) "keyer on" LED.
27+ - Supports speeds from ** 1 WPM to 100 WPM** , with ** exact timing control** of all Morse code elements.
28+
29+ - Keyer output is ** millisecond accurate** , verified by oscilloscope.
30+
31+ - Hardware ** LED and buzzer output** — practice when you're away from your radio, even silently!
32+
33+ - All functionality is ** programmable via a Python interface** , allowing advanced use cases.
34+
35+ SuperKey is under active development as of August 2025. The prototype hardware is continuing to evolve, and new features
36+ are being added continuously.
2537
2638## Documentation
2739
@@ -34,6 +46,8 @@ The SuperKey hardware has:
3446[ ![ Build - AVR ATmega1284P (Debug)] ( https://github.com/xchrishawk/superkey/actions/workflows/build-atmega1284p-debug.yaml/badge.svg )] ( https://github.com/xchrishawk/superkey/actions/workflows/build-atmega1284p-debug.yaml ) <br />
3547[ ![ Build - AVR ATmega1284P (Release)] ( https://github.com/xchrishawk/superkey/actions/workflows/build-atmega1284p-release.yaml/badge.svg )] ( https://github.com/xchrishawk/superkey/actions/workflows/build-atmega1284p-release.yaml )
3648
49+ These workflows may also be used as a reference example of setting up a SuperKey development workspace.
50+
3751## Credits
3852
3953SuperKey is designed and maintained by [ Chris Vig] ( mailto:chris@invictus.so ) ([ ` N0VIG ` ] ( https://www.qrz.com/db/N0VIG ) ).
0 commit comments