Wednesday, August 20, 2008

More Satellite Page Hacking

Writing bookmarklets can become addictive. Here is one similar to the AMSAT hack for Heavens-Above. Go to the Heavens-Above amateur satellites page (once you've registered,) and then paste the following code in the Address bar:

javascript:(function(){var%20minElev=Number(prompt("Enter%20minimum%20elevation.","30"));var%20table4=document.getElementsByTagName('table')[4];var%20row=2;while(row<table4.rows.length){if(table4.rows[row].cells[5].innerText<=minElev){table4.deleteRow(row);}else{row=row+1;}}})()

Monday, August 11, 2008

Outer Banks and Radio


I just came back from a vacation to the outer banks. While we were planning, Lennie found a ham radio connection there. It turns out that the Outer Banks is where Reginald Fessenden proved the viability of AM Radio during tests he made there in 1901-1902. The photo is from the marker at Weir Point. There is another marker just over the bridge to Pea Island. We passed it, but were pretty tired from our trip to Ocracoke and didn't feel like stopping. Besides, as Lennie said, "How many Fessendens does any one person need?" More info and a photo of the other marker are in a paper by VE2VC (PDF).

I got a chance to operate QRP from the beach this trip. My station consisted of an MFJ 40-meter QRP Cub transciever, an MFJ 30-meter 9030 transciever, and a Hendricks QRP Kits SL Tuner. For most of the trip, I used a 51-foot length of copperweld tied to the wooden handrail of the walkway leading out to the deck. I had a 16-foot length of copperweld dangling down to the sand for a counterpoise. I didn't have much luck on either 40 or 30 meters. Finally, on the last day, I got out my DJ9SQ mast and set it up with a "folded vertical" fed by the SLT. The 51-foot length of copperweld became another radial. This time I had better luck on 30 meters. I just need to brush up my code. Apologies to those I assaulted with it.

Update: Another great article on Fessenden and the Outer Banks is at coastalguide.com.

Posted by Picasa