Skip to content
Neale Pickett edited this page Apr 20, 2022 · 12 revisions

Wiring

You can of course change this to whatever you want by modifying the constants at the beginning of the program. These are the default values:

Arduino Micro

  • Pin 9: keyboard mode
  • Pin 10: straight key
  • Pin 11: dit
  • Pin 12: dah

Seeeduino Xiao

This doesn't have as many digital inputs, so I had to move them

  • Pin 0: straight key
  • Pin 1: dah
  • Pin 2: dit
  • Pin 9: keyboard mode

Photos

Plugged into a computer

How I normally use it

Wiring

With a key and paddle connected:

Key and paddle

Clone this wiki locally