Rock Polishing

Over the Christmas Holiday, I was kindly given a small rock tumbler. Since it came with some polishing grit, and a bag of rocks to try it out on, I thought I would do exactly that. Unfortunately, I forgot to get a picture of the rocks before the process, but they were pretty dull, rough, not terribly pretty rocks. Here’s some photos of the tumbler, and the rocks at various levels of polishing.

Yes, the gal ’round here was very happy that I used her colander to wash my rocks in. Also, the whole process took about a month from start to finish, so it’s not a terribly quick process either.

Anyway, now I need to find some more rocks to purdy up.

Posted in Art, Life, Random | Leave a comment

Handheld Rubber Duck Antennas

I recently purchased a new FT-60R dual band handheld from Yaesu, as the handheld I had already (a VX-150) was only a single band. Seeing as I do a fair amount of stuff up in the 70cm band, it would be useful to have a handheld that could do so as well.

After receiving my new handheld, it seemed like I wasn’t receiving as well as I felt like I aught to be. So, I decided to run a test, to see what the loss is, when going from the single band rubber duck antenna on my VX-150 to the dual band rubber duck on my new FT-60R.

Here’s the picture of both radios with their associated antennas, and tuned to one of the local NOAA weather radio channels. My VX-150 is on the left, and the FT-60R is on the right. Note that the VX-150 is showing six bars on the S Meter and the FT-60R is only showing three.

Now, one could say with just this test having been done that perhaps the VX-150 is just more sensitive, or the FT-60R is a little deaf in that frequency range. But we’ll swap the antennas to take the sensitivity (or not) of the radios out of the equation.

Now note that using the dual band antenna on the VX-150 results on only three bars, and the FT-60 now has six.

So, now we’ve come down to the truth of the matter, that the stock antenna that comes with the FT-60R is rather poor, even by rubber duck standards, when compared to the single band equivalent despite being physically longer. Since I don’t have a 70cm handheld and matching rubber duck, I can’t compare it there.

Which leads me to the conclusion that if I want to be able to receive very well, or get out at all, I should invest in a longer aftermarket dual band rubber duck antenna. Hopefully that will give me enough gain to at minimum match the performance of the single band antenna.

Posted in Ham Radio | 1 Comment

Packet Radio

Each year I help out with UW’s rocketry and high altitude balloon classes. In the past, we’ve been using custom telemetry systems using radios in the 70cm band, transmitting RTTY telemetry down. This has been working well for us, but there are a couple of issues we run into, which is that RTTY can be pretty slow especially if we’re working with decent amounts of data. Secondly, unless there’s a pretty strong signal, it’s easy to get extra, missing or incorrect characters while decoding RTTY. A little while back, we were looking at ways to resolve these issues, and through some chats with my collaborators, we decided that looking into packet might be a good option.

I did some looking into the matter, and looked into two primary options.

One is to generate the 1200Hz and 2200Hz tones in software on the microcontroller in the telemetry system. This is how we’ve been doing the RTTY signals, but packet requires very accurate timing and that the two tones while switching must remain phase accurate. This is certainly not an impossible task, people have done and continue to implement this. The downsides to this are that it’s very processor intensive, and that extra components must be added to clean up the square waves from the microcontroller into a smooth sine wave.

The other option are several IC components that implement Bell 202 signaling. Bell 202 implements the two tones we need, and we just tell the chip which tone we want at a given time. The advantage here is that we offload tone generation to this external chip, which frees a LOT of processor resources, and the tones that come out of the IC are very clean, and remain in phase. The downside is we need to add a separate IC and all of it’s supporting components.

In the end, I ended up grabbing a few of the Bell 202 modem ICs to experiment with. The particular part I got was the MX614DW.

Anyway, point is that I got this IC all hooked up, and attached it to a test system with a gps and microcontroller with an output to my handheld. It ended up taking a little work to implement the AX.25 protocol, but after getting it all set up, I now have a working packet radio transmitter, and have successfully tested it with APRS and the local digipeaters. See the photos below!

Also, here’s some sample code. Most of it is my own work, a bit is inspired by the trackuino project, and other bits are based on work from various people from around the internet and on the arduino forums.

ARDUINO_PACKET

Posted in Electronics, Ham Radio | Leave a comment

iDevice Space Savings

I’ve got an iPad and iPhone, I only got the small ones (16GB) and with a significant amount of music, I’ve frequently had to clear off less used apps for space. Then yesterday I thought about it some more, and remembered the tickbox in iTunes that says “Convert higher bit rate songs to 128 kbps AAC.”

I didn’t really think most of my library was of high enough bit rates to really benefit from conversion, but thought I would try it anyway.

Well, a few hours later, after iTunes finished converting everything, I had reduced space usage of music on my iPhone from 11.1GB down to 8.4GB. A pretty significant difference. So I’m pretty pleased.

To summarize, if you’re short on space on your iDevice, you might try this one out.

Posted in Technology | Leave a comment

Icom 706 MKII-G Rig Interface

Hey all, A short while ago, I decided to rebuild my rig interface. I had an older one that I stuck together with a bunch of random bits of stuff, and some hot glue, but it ended up working marginally, and was a bit bulky, so I decided to design a PCB for my new one. Bring down the size of the system, and also throw in some nice features, like a USB connection for the data link, and a couple of pots for adjusting the audio levels. Here’s some photos.

For right now I’m going to test using capacitors to couple the audio in and out, but if that doesn’t live up to the job, I’ve got some audio isolation transformers I’ll install instead and see how that does.

Posted in Electronics, Ham Radio | Leave a comment