After a second test resulting in a working display yesterday evening, my 2nd attempt to get a breadboard version of K3NG’s Arduino CW keyer up and running turns out to be a success!
This morning I soldered a female mini-jack and a speaker to the Arduino Nano and set the right pins in the Arduino IDE. After a upload/reboot the keyer came up and it works perfectly!
I really like this Arduino stuff. It is simple to figure out and the fact that it is open source (software as well as hardware) makes things easy and quick to work with. Hats off to the author of the keyer code: K3NG Radio Artisan.

I still have to try connect the keyer to a rig. The fact that you can use one paddle to key multiple rigs, I think is ideal. That way I never have to unplug my paddle from the TS-590 and plug it in the Elecraft K1 or the other way around. You can even connect as much as eight rigs! I don’t think a Arduino Nano has enough connections for it, but the software can do it.
Actually I think I will buy a Arduino Uno for this project so I have enough connections for all kind of options to activate. As controller I considering a rotary encoder. A separate power supply is needed too as you can see the display dimmed when the speaker makes sound.
And then the hardest part; find and build the whole thing in a nice case!

Arduino Keyer 1st attemptLast night at the radio-club I did some puzzling for my 1st attempt to build the K3NG’s Arduino CW Keyer. I want to build one especially to train Morse code keying. Therefor I need a display attached to the keyer and some training software.
I have a Hoxo 1621 4-bit 16×2 display laying around so I want to attach that to the Arduino Nano. After a breadboard session and some soldering smoke I have made the connection. Gave my first Sketch on Arduino a go, downloaded the source code of the K3NG Arduino CW Keyer from Github and walked by all settings. When I gave the compile a try, it error-ed on some libs missing. After some copy + paste the code compiled without problems (white smoke!). But when uploading to the Arduino I got again errors. The IDE did not see the Arduino although all port settings where correct. By then it was almost midnight and I wanted to go home for some sleep.
This morning I gave the compiling a second try on my Ubuntu desktop. This time compiling and uploading went without errors! Hopefully I was watching the display, but accept for the back-light nothing appeared 🙁
I don’t know if I made a mistake with this 1st attempt in pinout or if the HOXO 1621 is too much of a difference from a 1602. But some further investigation has to be done. I will be back with a 2nd attempt.