A cw keyer based upon the Raspberry Pi Pico.
Find a file
2024-02-21 12:08:25 +01:00
.vscode update gcc settings 2024-02-21 08:28:21 +01:00
src remove (sine) audio out for now 2024-02-21 12:08:25 +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 unnecessary lines removed 2024-02-21 10:47:42 +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 straight key mode added 2024-02-20 15:24:51 +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
  • WinKeyer emulation
  • LCD Display showing at least:
    • Current speed
    • Iambic mode
  • Line out (sine wave) -> long term; not that easy