k3ng

By JonathanGuthrie, 8 October, 2020

UPDATED
A couple of years ago, I wote about a new keyer I was working on. What I meant by "working on" at that point was the software. I got a ways into that project and then essentially no farther. Life intervened and I got interested in other things and ran into some issues that I couldn't immediately overcome and a dozen other wimped-out excuses. So, it might come as a shock, assuming that there's anyone left who is paying attention, that I've not only continued to work on this project, but have actually made progress.

By JonathanGuthrie, 12 September, 2018

I've been licensed as KA8KPN since 1980. I have sometimes told people that it was 1979, but that's my mistake. My true story about not having an ID for the general test, but having one for the amateur extra test implies that I was licensed the year I turned 16, which was 1980. That whole time, CW has been my mode. First, with a straight key, and then with a set of iambic paddles (I received a nice chrome based set of Bencher paddles for my 16th birthday.) The thing about iambic paddles is that you need a device called a keyer in order to actually use them for anything.

By JonathanGuthrie, 26 March, 2017

Well, I've been working on the memory keyer and it now can record and play back memories programmed through the keyboard. I can send a serial number that gets updated automatically, and I've fixed the odd bit here and there. I've confirmed it compiles through the IDE on Windows, although I'm still stymied by the IDE under Linux. I also tested to see if it really would key the FT-102. It does.

By JonathanGuthrie, 22 February, 2017

Well, I've been working on the keyer. It turns out that the Arduino Mega has the I2C bus on different pins than the Arduino Uno. Since my keyer shield doesn't actually have pins for that location on the Arduino, I had to come up with an adaptor mechanism. I bought some extra long pins from Jameco and put two of the wires into a two-pin housing, and now I have a display. The lack of sidetone output was traced to a broken wire going to the speaker. The paddle inputs didn't work, but that turned out to be a software error.

By JonathanGuthrie, 21 September, 2016

It occurs to me that I never explained why I'm re-writing the keyer software. To recap the project up to this point: I have wanted a CW memory keyer for a long time, and I had wanted to do some project with the Arduino. However, I didn't think that my circuit design skills were up to designing the necessary hardware and I didn't really want to write the software, and it occurred to me that someone else might have decided to use the Arduino as the basis of a memory keyer and have designed hardware and written the software necessary to make it do what I want.

By JonathanGuthrie, 13 June, 2016

What happened this weekend was that I wound up not building any antennas. Instead, I started re-writing the keyer software from scratch. It's an iambic keyer now, with no memory features, but there's a speed control and it displays the speed at which you are keying. Progress has been rapid, but now I'm having to think about how to proceed, so it should be slower.

Tags

By JonathanGuthrie, 29 May, 2016

Well, I had not one but two bad potentiometers, and there were three customizations I needed to make to the software for the keyer to work the way I expected, but I've got the speed control working and all of the memory buttons working and the two different PTT lines working.

What isn't working? Well, I destroyed one of the buttons when I recabled it, so I need another momentary contact switch. I don't know if I'll replace it. I mean, 11 memories is almost exactly as good as 12, right? I'm never going to use them all, after all.

By JonathanGuthrie, 23 May, 2016

At long last, I have a memory keyer. It was about four years ago, as near as I can tell, that it occurred to me that, not only was constructing a memory keyer based upon the Arduino a good idea, that it was sufficiently obvious that someone else must have done it already. That meant I could leverage their code and hardware designs to that end. After I found K3NG's design and and software, I decided that this project would make a good introduction to PC Board layout and good practice for surface-mount construction.

By JonathanGuthrie, 20 August, 2014

Okay, I wired up the I2C interface to the LCD, connected the potentiometer for the speed control, and connected jacks for the key and the key out. Along the way, I found that I had labelled the I2C lines wrong, swapping the data and clock lines.

And, yesterday I created a keying cable to go between the keyer and the FT-102, and the radio keyed! So, I need to put it in a box.