A cw keyer based upon the Raspberry Pi Pico.
Go to file
2024-02-29 14:31:35 +01:00
.vscode beware of memory constraints!? 2024-02-23 23:26:59 +01:00
src send all supported chars to message queue 2024-02-29 14:31:35 +01:00
.clang-format code beautifying 2024-02-19 12:10:42 +01:00
.gitignore .cache added 2024-02-20 15:14:03 +01:00
CMakeLists.txt renamed 2024-02-28 12:31:37 +01:00
KnowHow.md knowhow added 2024-02-09 13:12:22 +01:00
LICENSE license 2024-02-07 09:33:11 +01:00
pico_sdk_import.cmake Initial commit. 2024-02-06 15:50:50 +01:00
README.md more feature plans 2024-02-21 16:16:44 +01:00

RaspiKeyer

Since I really like the Raspberry Pi Pico, I have started building a cw keyer based upon this microcontroller.

Note: The keyer is in a very early stage. If you just want a full featured cw keyer firmware, you should better choose another project.

Features (planned/done):

  • Iambic Paddle
  • Keying modes: Iambic A, Iambic B
  • Straight key
  • Sidetone (buzzer)
  • CW out (straight key input on TRX)
  • Setting speed with rotary knob
  • LCD Display showing at least:
    • Current speed
    • Keying mode (Iambic A/B, Straight)
  • Change keying mode via button
  • Logging and Contest Program Interfacing (WinKeyer emulation)
  • Support for three text memory buttons
  • Line out (sine wave) -> long term; not that easy