WA5ZNU
Friday, June 19, 2009 Zulu
 
Jackson Harbor Press LF receiver
I built a Jackson Harbor Press LF receiver kit and had some fun with NDBs, DGPS, WWVB, and other assorted LF noises. Read More.
- posted by Leigh @ 22:36 z 0 comments
<< Home
Wednesday, June 17, 2009 Zulu
 
12,877 new hams in the last year
K3UD reports on QRZ.com that the totoal number of US amateur radio operators increased by nearly 13,000 from June 15, 2008 to June 16, 2009. javascript:void(0)
- posted by Leigh @ 05:58 z 0 comments
<< Home
Wednesday, June 10, 2009 Zulu
 
SP2FAP/FF (World Flora-Faura Greendays)
I heard SP2FAP calling CQ as SP2FAP/FF on 14.040. The suffix seems to be related to "World Flora-Fauna GreenDays" and since SP2FAP was sending "SPF-025" I think that means he's in Park Krajobrazowy Wysoczyzny ElblÄ…skiej which seems to be quite a pretty picture. I was running 5W to the SteppIR from my K3. OM was 599 with some flutter, but had no trouble hearing me when I timed the pile-up right, and I got a 599 and a FB QRP, as I said I was QRP after he answered. (There wasn't much of a pile-up and it seemed like a fun event.)

Labels:


<< Home
Tuesday, June 09, 2009 Zulu
 
EMU-0202 now works at 96KHz on Linux

I bought my EMU-0202 at the beginning of 2009, but it only worked at 44.1KHz. Now we've got it working at up to 96Khz in Linux, with an Alsa change forthcoming.

Here's the story: Shortly thereafter Creative released Mac USB drivers and I spent some time looking at the source and saw there were two ways to set the sampling rate: a "direct" method and a "clock" method. The "Extension Unit" code confused me, and I never got around to mapping between the Mac USB and the Linux USB stacks.

But just recently "mellowman" described a patch to get 48Khz sampling working. Over at UbuntuForums "v.stiff" reported success, and I then figured out the quirk to extend it to the full range. CannibalZerg either took my patch or figured it out alone, and we've all tested it and it works!

So I have got the EMU-0202 working at up to 96KHz on Linux. Others report the 192Khz sampling working on the EMU-0404, but the 0202 says you have to disable the input monitor before doing that, and it's not clear to me that that's working yet.

Why's this useful? Well, it lets me use my Quisk K3 LPPan package to see 96Khz of the band instead of 44KHz, a major improvement.


- posted by Leigh @ 05:22 z 0 comments
<< Home
Monday, May 18, 2009 Zulu
 
Science: Experiments vs. Wolfram Alpha

This morning I thought about a fun science experiment for kids: Use a laptop with a sound analysis program such as fldigi to use its FFT to measure the audio doppler shift from an oscillator carried aboard an oncoming bicycle or car. If you know the frequency of the audio source and the velocity of the vehicle, you can calculate the speed of sound. Then, having measured the speed of sound, you can use the laptop to sample and display the varying velocity of a vehicle. A GPS might be good for calibrating the initial vehicle velocity measurement.

Or, you could just skip the experiment and do it all in The Matrix.


- posted by Leigh @ 20:44 z 0 comments
<< Home
Sunday, May 03, 2009 Zulu
 
Radio Shack SA-10 Audio Amplifier
I have a Radio Shack SA-10 Audio Amplifier which I use with my Squeezebox. It's surprisingly hard to find a good, inexpensive small audio amplifier with RCA inputs these days; most of the industry now makes amplifiers with proprietary Apple connectors.

This SA-10 has always had an intermittent buzz to it, and a low-level hum. I took it apart and didn't see any obviously blown capacitors, so I did a search and found a quick review article on the Realistic SA-10 Audio Amplifier by Joe Roberts. Joe points out that C108 is perhaps under-rated for its job, so I replaced it with a 50V one I had on hand. We'll see if that takes care of the intermittent buzz.

The power cord is a two-line one that goes directly to a transformer. The hum went away when I grounded the case, so I fashioned a third-wire for it and am now enjoying a bit of the old Ludwig van.

Labels:


- posted by Leigh @ 19:25 z 0 comments
<< Home
Friday, March 13, 2009 Zulu
 
Python K3lib Update
I've updated the K3 Python rig control library to include a time setting function and a few other new methods. I'd been intending to write a time setter, but David W4SMT provided explicit instructions on how to do it. I read about the eighth bit in the K3 programmer's guide and guessed at 50ms timeouts in a few places.

Grab the Python-rigcontrol package and install it, and then run k3fixtime

tar xzf python-rigcontrol-0.3.2.tar.gz
cd python-rigcontrol
sudo python setup.py install

- posted by Leigh @ 06:04 z 0 comments
<< Home
Monday, January 26, 2009 Zulu
 
6W/DL2RMC (Senegal)
I heard 6W/DL2RMC on 14.027 and spent a lazy 20 minutes calling at 120W on my K3 and SteppIr. Africa is difficult from here, so I appreciate the OM operating from Senegal. QSL via DL1RTL.

Labels:


- posted by Leigh @ 17:58 z 0 comments
<< Home
Thursday, January 15, 2009 Zulu
 
EMU 0202 USB sound device

I bought an EMU-0202 sound device from Sweetwater. (Actually I got their demo model for $10 off.) The Sweetwater folks have been very attentive, and asked what my plans were. I told them Linux and amateur radio, and they didn't bat an eye, though their main business is of course music. They said they'd report my interest in Linux support to the manufacturer. Hopefully that will result in some official support for the ALSA developers on the project from EMU.

Briefly, I found that in Ubuntu 8.10, 48Khz stereo input works with certain bit formats, and 48Khz output as well. 96Khz is recognized, but just produces a bunch of aliases. 192Khz causes segfaults in the application. Also, the device can't be plugged in during boot as it causes a hang very early on.

Patrick W9PDS reports that he's had better luck using raw ALSA builds as described here, but it's a dicey non-packaged installation.

Update: 44.1Khz works; 48Khz does not. The Creative Drivers page claims that it now defaults to 44.1Khz even after a power reset. Maybe the OSS Mac drivers will help.


- posted by Leigh @ 21:02 z 0 comments
<< Home
Monday, January 12, 2009 Zulu
 
K3/K2 and Rotor Python Rig Control (with SteppIR on the way)

I've been using this Elecraft K3/K2 rig control program in Python for a few years, adding bits as I needed them. It's both a set of command line utilities and a small library. Also included is a rotor control package for the Idiom Press controller. A SteppIR command library is in the works (being re-coded from C).

I've recently packaged it up into a release; it may have some issues, but I decided to go ahead and release it anyway.

Next up: Web libraries, a REST based interface, and integration into QUISC (which I was on the verge of writing when I found someone else had already done it).

By the way, don't forget hamlib if you're doing C programming. This is a convenience package for me to experiment with Python control.

Update: now a Python module Download

Labels:


- posted by Leigh @ 04:45 z 0 comments
<< Home

Powered by Blogger ATOM