Showing posts with label emission. Show all posts
Showing posts with label emission. Show all posts

Tuesday, June 12, 2012

Intermod and Spurious Emissions!

So, as I was scanning the 10m band, I noticed that I was receiving occasional bursts of static on my 2m radio.  These were occurring as I crossed fairly strong carriers, which means that these carriers were interacting with my rig in receive mode, and causing what is called intermodulation, which was resulting in a spurious emission.

Here are some links for more reading on these phenomena: 



I recorded a quick video of it to show folks that just because you are using a receiver, it does NOT mean that you are not also broadcasting a signal!  Something to be mindful of, especially if you are in an area that is sensitive to RF fields (thinking of mining sites that use an RF signal to detonate explosives, among other scenarios).


I should probably point out that the volume on the radio that I am adjusting is completely down, the only radio that has its volume turned up is my Yaesu FT-2200 2m radio.  The sounds that you are hearing are the spurious emissions generated by my TS-440S tuned to ~28.5MHz being received by my FT-2200 on 147.120MHz.  I should also point out that these are extremely localized and can not be picked up beyond my shack.  I tried with an HT in the yard under the dipole and got nothing.  Also, I apologize for the poor quality of the video, I shot it with my iPhone 3GS, which has a pretty lousy camera.

73,

Richard, KK4JDO

Using a PTT desk mic on a PC

So in this post, I'm going to talk about a cool project that I finished a few weeks ago.  I like to use EchoLink (http://www.echolink.org/) to chat with people all over the world.  One of the uses for EchoLink, and the only thing that I use it for, is to connect to a repeater that you are too far away to hit using RF alone.  This software connects you to that repeater, and broadcasts what you say into your PC mic as if you were using a radio.  That being said, I like to feel like I am talking into a real rig, instead of talking on Skype or some other VoIP application when I am using EchoLink, especially since it is only accessible by other licensed Hams.  To that end, I had an old mic laying around, so I decided to connect it to the computer.  There were several obstacles that needed to be surmounted, the first being that the mic used an 8-pin connector for Kenwood HF radios, and the second being that you needed the press the PTT (Push-To-Talk) button in order for your audio to be sent out of the mic's audio pins.  The final issue was that the EchoLink software needs to be "keyed" as well by pushing down the space bar on your PC.  Here is how I solved these issues:

To convert from 8-pin to something that the PC could accept, I wired up the audio pins from an 8-pin male connector (the mic has a female, although it seems as though the names should be reversed) to an 1/8" female audio jack.  I mounted both in a small project box to make the assemblage a little easier to use.  This took care of getting the audio into the PC, but I still had to hit the space bar to "key" EchoLink, and at the same time hit the PTT button on the mic to connect the mic element to the audio pins inside the mic.  This was annoying to say the least.  Enter the Teensy USB Development Board:



This board connects to the PC and is recognized as one of several devices, a keyboard, a flash device, a MIDI device, etc.  The main one that I am concerned with was the ability to emulate a USB keyboard.  I soldered a connection from the PTT pins in the mic jack to one of the digital pins on the Teensy board, and another one to the ground pin.  This allows me to detect when the PTT button is depressed on the mic.  I then took this detection, and triggered a key press event to key EchoLink!  Now I can use EchoLink just like a normal radio, via the desk mic, without keyboard input.  Just for fun, I added a red LED to know when the mic PTT key is depressed (to hopefully avoid "hot-mic" issues).

My Parts List:

  • 1 x Teensy USB Board ( http://www.pjrc.com/teensy/)
  • 1 x Project Box
  • 1 x 8-pin male mic connector
  • 1 x 1/8" (3.5mm) audio connector
  • 1 x Red LED
  • 1 x 220-Ohm resistor


Time to Completion:

  • About four hours including figuring out the code for the "sketch" on the Teensy board.


Here is the simple schematic:



Here are a few pics:



Here is the code that I used on the Teensy board (which uses the Arduino IDE environment):


#include <Bounce.h>


Bounce button0 = Bounce(0, 10);


void setup() {
  pinMode(0, INPUT_PULLUP);
   pinMode(12, OUTPUT);
}


void loop() {
  // Update all the buttons.  There should not be any long
  // delays in loop(), so this runs repetitively at a rate
  // faster than the buttons could be pressed and released.
  button0.update();


if (button0.fallingEdge()) {
   // press and release CTRL
   Keyboard.set_key1(KEYPAD_PLUS);
   Keyboard.send_now();
   Keyboard.set_key1(0);
   Keyboard.send_now();
   analogWrite(12, 200);
  }


 if (button0.risingEdge()) {
   // press and release CTRL
   Keyboard.set_key1(KEYPAD_PLUS);
   Keyboard.send_now();
   Keyboard.set_key1(0);
   Keyboard.send_now();
   analogWrite(12, 0);
  }
}

Well, that's all for this post, I hope that you have enjoyed it, I certainly enjoyed making it!

73,

Richard, KK4JDO

Monday, June 11, 2012

The Obligatory Shack Pic

So now I can show you what all of those antenna are used with!  This is a quick overall shot of my "shack" as it stands right now.  I am considering some upgrade options in the near future, so stay tuned to see what kind of rig takes center stage (thinking TS-2000 for the shack and IC-7000 or FT-857D for the truck).


Included in this pic are:

Kenwood TS-440S, 20 years old and still talking around the world!  (just talked to Russia and Ukraine!)
Yaesu FT-2200 (look for an upcoming post on lessons learned about eBay)
MFJ-941D Antenna Tuner
Heath 3A power supply for testing purposes
Kenwood PS-30 for powering the TS-440S
SignaLink USB for APRS and other digital modes (trying to talk to the ISS, but need higher gain antenna)
Wouxun UV3D HT
Kenwood TS-120S (not feeling so well these days)
Homebrew PTT Mic to USB adapter to allow me to use my desk-mic with EchoLink (look for a future post)
Shure 256T desk mic
Kenwood MC-50 desk mic
El-cheapo CW straight-key (again, look for an upcoming post)
Radio Shack SWR/Power meter


Here are some more pics:





So that sums up my current shack.  More details as things change!

73,

Richard, KK4JDO

Last antenna post for now... ;-)

Okay, last one for now.  So the j-pole works pretty well, but I was still staticy when transmitting.  What I needed was a directional antenna for maximum gain.  Again, purchasing one at the Candy Store would have been $50 or more.  But for less than $8 at Home Depot, I was off and running.  When I use this antenna, I am full-quieting on the repeater.  The downside for me right now is that I cannot permanently mount this one outside, as I need to be in the front of the house to point at the repeater that I like to use (147.120MHz,+600,PL-103.5).

My Parts List:


  • 10' of 8AWG copper wire (enough for about three antenna like this, I want to make one for 70cm also)
  • 10' of 3/4 PVC pipe (again, enough for multiple antenna)
  • 50' of RG-58 coax


Time to Completion:


  • About four hours


Here is a pic:


More information on this type of antenna can be found at:

http://www.moxonantennaproject.com/

I have to say that I am impressed with how well this antenna functions!  The one thing that I do need to add is a balun at the feed-point, that is on the project list!  ;-)

73,

Richard, KK4JDO

And another antenna!

Alright, this is almost the last one for now, I promise.  I needed something to get better reception on my little handheld Wouxun HT, but didn't feel like spending $25 or so for one from the local ham store (referred to by other hams as the Candy Store).  My solution was to build a roll-up j-pole antenna out of left-over twinlead from my dipole.  Again, before I was not able to use my HT from home as the repeater is clear across town from where I live, and 5W wasn't going to cut it with the little rubber-duck that came with the HT.

My Parts List:


  • 6' of 300-Ohm twinlead
  • 10' of RG-58 coax with a PL-259
  • 1 PL-259 to Reverse-SMA adapter (had to buy this one, too much of a pain to make it)


Time to Completion:


  • 30 minutes or so


Here is a pic:


So admittedly I need a better pic of this one.  I'll work on that...

73,

Richard, KK4JDO

First Antenna, 1/2 wavelength 10m dipole

Hi All,

So, since this is about Ham Radio, you had to have guessed that there would be talk about various types of antenna.  I have a terrible dislike of spending money, so instead of buying my first antenna, I decided to build one instead.

As a newly minted Technician class Ham Radio Operator, the only HF bands that you have voice privileges on is the 10-meter band (28.3MHz - 28.5MHz).  You can operate CW on a few lower bands, but since I am still in the process of learning Morse Code  (CW), I decided to build an antenna for use where I can talk on voice (using what is called SSB or Single Side Band).

A dipole is a very basic antenna, and very easy to build.  Basically, you need some wire, and something to use as a feedline, such as coax or twinlead.

My Parts List:


  • 20' of stranded copper wire
  • 1 x 3/4" PVC "T" fitting
  • 2 x 2" pieces of 3/4" PVC pic as insulators
  • 20' of nylon rope
  • 100' of 300-Ohm twinlead from Radio Shack


Time to Completion:


  • One hour to measure, cut, solder, mess-up, re-do, and finish.
  • One additional hour to hang between two trees.


Here is a quick pic:


Once it was up in the air, I connected it to my radio via my tuner, and was talking to California, Idaho, Montana using SSB on 28.4MHz!

That it for this post, hope you enjoyed it!

73,

Richard, KK4JDO