Monday, April 24, 2017

Poking at the amp

I've been poking at the amp tonight, trying to compare it to simulations in LTSpice.  I've noticed at least two places where I actually have different values than the original circuit (some DC blocking caps and the choke on the final), but putting those back into the simulation didn't seem to affect much.  Definitely getting different readings, but haven't found the cause yet.  Frustrating.

On the plus side, still making it really far on wspr :)


Saturday, April 22, 2017

Trimming the dipole

I took 20 inches off each end of my dipole (12 inches then 8 inches), and based on my measurements I think I got it to resonance around 6.9Mhz.  Ballparking, I think the SWR there is 1.6, going up to about 1.8 at 7.2mhz.  I was going to tinker with it more, but don't really have time today.

Also, got a new SLA battery (12v, 12 Ah), which means I'm not running through AA like mad.  However, the IRF510 in my amp is running really hot.  Maybe it is because I'm pumping in square waves rather than the sinusoidal I think this was originally designed for, maybe I just have other biases off.  Never did get the 5 watts I expected, so very likely I wired something wrong in this.

In any case, it has started thinking about maybe looking into class E amplifiers here (since I'm starting with a square wave anyway). 

Monday, April 17, 2017

Random reflections

As I was turning things off last night, I happened to run my scope across the outputs of the LPF.  I noticed it was doing like 44 Vpp, which was odd because it was doing more like 22 Vpp into the dummy load.  I realized that  this was indicative of a higher SWR than I was expecting (possibly 4:1, I didn't take exact measurements).  I ran a little experiment tonight, and I *think* my dipole has its peak resonance somewhere in the 6.5-6.6mhz range (where it is more like 1.6:1).

So this weekend I may try to shorten it a bit to get the resonant portion up to where I actually want to use it.

This also makes me want to finish that antenna analyzer I started messing around with last year...

Also, my batteries died part way through my experiment tonight.  I was running off of a back of AA batteries (same as when I was experimenting before), which don't exactly have the power to do this.  I tried with the random wall wart again, but it was noise city.  Am going to look into getting SLA and charger.

Sunday, April 16, 2017

Playing with WSPR

Having installed WsprryPi, I've been testing things out.

First issue is I didn't have any wires that had the pin connector end.  I ended up finding some some header connectors that I could cut some pins off of so that I could have single tall pin I could alligator clip onto.

I put that through a 1nf cap into the LPF I built previously, into my dummy load, and looked at the output on the scope.  Didn't like what I saw - definitely some harmonics in there.  Was getting about 2.3v p2p

Next I decided to see if my amp would do better.  I put the output of the raspi into the Mighty Mike amp, into the LPF, into the dummy load.  Much better!  The output looks pretty clean.  Doing 23.3 Vpp, which is about 1.3w/31dBm.








Ran this command:
sudo wspr --repeat --terminate 7 KC9DLM CM87 31 40m

Waited a few minutes, goofing around and what not.

And then I checked wsprnet.

WOWWOWWOW!



This is so exciting I can't even explain.  Especially given I just threw this together in like an hour.

Wow!

The IRF510 is probably a bit hotter than it should be (I don't think I even adjusted the bias level since I put that board in a box six months ago).  

I hopped over to a SF area web sdr (http://69.27.184.62:8901/) and found my signal :)  

The farthest looks to be VE6JY at maybe 1970km away, followed by NO1D at about 1000km.  The closest seems to actually be someone in my town :)

So, that looks to maybe be 941 Miles/watt.  Not the most impressive, but given my antenna is not that high (nor have I ever verified the SWR on it) and it is is around 1pm on 40m, I'm pretty happy with that.

edit: tried again later (8:45pm) - the 40m band is maybe better at night :)



Installing WSPR on Wheezy

Got the urge to try out WSPR.  Installing WsprryPi on a Raspberry Pi I had laying around.

https://github.com/JamesP6000/WsprryPi

Didn't work because my version of gcc was too old (didn't recognize one of the flags).  So went to upgrade gcc

https://somewideopenspace.wordpress.com/2014/02/28/gcc-4-8-on-raspberry-pi-wheezy/

(Truth be told I probably should have just upgraded to a newer version of Rasbian full stop, but this was something I could easily do in the background while I was doing some other things.)

Much happier after that.