Podcasting since 2005! Listen to Latest SolderSmoke

Saturday, March 18, 2017

Channelized! BITX 60 with the Five Channels (with video)


Here's an update on my BITX 60 project.  The modified module is in the lower box.  An Arduino Uno and an Si5351 (this one with unreleased smoke) is in the Heath QF-1 box on the top.  I am using an Arduino sketch written by Don ND6T. It spits out the needed 17 MHz LO freq needed for each of the five 60 meter channels. You can scroll through the channels by just holding down the rotary switch interrupt button.

There is a move afoot to liberate from channelization about 15 kHz of the 60 meter band. When that happens, I'm ready to go -- I'll just reconnect the rotary encoder for the Si5351 and load some new code.  I suspect that by the time that happens, Don will have modified his code so that the 15kHz "tunable" segment will be integrated into the current program and will appear as one of the options as you scroll through the choices. 

For reasons that most readers will understand, I have resisted channelization for many years.  But here I am, channelized on 60.  It is not so bad.  I'm having fun listening to a new band, using a modified BITX, an Arduino, a bit of Heathkit and code from a fellow ham.   





Thursday, March 16, 2017

BITX 60 (with three short videos)

Inspired by Don ND6T, I decided to put a BITX40 Module on the 60 Meter band.  All you really have to do is modify the bandpass filter.  Don showed us how to do this by simply adding three 100pf caps.  I was going to order SMD caps, but this just didn't seem right -- I found three of the old "with wires" kind and easily soldered them into position.  The bandpass shifted as Don had promised.

You also have to change the VFO freq.  You need it to be in the 17.3 MHz range. Don has a nifty program for the Raduino that also works with the Si5351/Ardunio Uno combo that I use.  It keeps you on the five channels currently authorized on 60. Unfortunately I managed to let the smoke out of yet another innocent Si5351 breakout board.  Amazon and Lady Ada are sending me another one, but in the meantime I pressed into service an old AD9850 DDS. I had a little trouble getting the 17MHz signal through the BITX's VFO 4 MHz VFO system, but I eventually figured it out. (More on this later.)  

The receiver is working nicely.  I like the relaxed 60 meter conversations. 



Tuesday, March 14, 2017

For Pi Day (3.14) - Looking Back on 5 years of Raspberry Pi Tinkering



Not by me, thank God! No, the five years of Rasp Pi maso-tinkering were done by Thorin Klowsowski.  His report appears here:

http://lifehacker.com/what-i-ve-learned-from-tinkering-with-the-raspberry-pi-1793236686

In the second and third paragraph, he confirmed all my suspicions:

The Raspberry Pi is far, far away from being as user friendly as a PC or Mac. That’s a feature, not a bug... Before hobbyists latched onto the Raspberry Pi, it was a computer for learning how to code targeted mainly at kids. Since then, the appeal has broadened, but it’s still impossible for a project to “just work” out of the box. You will have to tweak something, dig into the command line, or spend a few hours buried in an obscure internet forum to find solutions to problems that only you seem to be having. You will slam your head against the wall, yell a little, and throw your Raspberry Pi at least once for every project you attempt to make.

I told you so. 


Sunday, March 12, 2017

KC1FSZ's Peppermint Bark BITX: Aeronautical Mobile for his FIRST QSO. TRGHS.


Bill and Pete:

Can’t say enough good things about your podcast - thanks for all that you do.  I’m a fairly new ham and have been trying to go the home-brew route as much as possible.  

I bought a BITX40 module (pre Raduino vintage) and added my own VFO board using the usual parts.  Actually, I’m using a Teensy 3.2 instead of an Arduino because it is a faster part and has a lot of DSP functions built into it that I’m using for digital mode stuff.   But it’s the same basic idea.  

My BITX40 is not as photogenic as some of the others, but I sent a picture below. This is the “biscuit tin” variety.  It’s was funny actually: a co-worker of mine stopped by my office around Christmas to give me a gift and pulled out of his bag a very nice box of “peppermint bark” candies with a ribbon around it.  The VERY FIRST thing that crossed my mind the instant I saw the gift was …. BITX40 ENCLOSURE!  He must have been pleased to see the huge smile that came across my face. :-)   I’ve been bitten by the bug for sure.  

My first three HF QSOs (ever) where on the BITX and were all very interesting:

  • First real QSO of my life was with KE4TJB “air-born mobile” off Delaware.  He is a commercial pilot flying for JetBlue and apparently has time to work QRP stations during flights??  I wonder who was flying the plane?
  • Then I was scanning around this morning and caught K4HW making last calls for check-ins on a net running on 7242 out of North Carolina.  I decided to give it a shot, having never joined an HF net and I was recognized!  As the first round got going I realized I had joined a Jehovah’s Witnesses net.  They were very friendly and the net control stopped to help my get my frequency calibrated before they continued with the scripture passage for the week.
  • Later this morning I reached K3KLC in Maryland who had the high-end SDR rig with the waterfall/panadaptor/etc.  Remembering comments that you guys have made about these types of folks on 40m, I was very concerned.  But this guy turned out to be very helpful and sent me some screen shots showing what my signal looks like.  

Thanks again, and 73s,
Bruce MacKinnon
KC1FSZ
Wellesley, MA



Saturday, March 11, 2017

WA8WDQ Builds OZ1JHM's Arduino CW Decoder (Video)




Bill, Pete:
I wanted to update you on my DC receiver progress.  While I'm still operationally proficient in CW, many of my friends are not.  So I thought it would be fun to add a CW decoder to my DC receiver. 

In my research for a solution, I ran across a sweet decoder I thought might be of interest to the SolderSmoke listeners.  OZ1JHM developed a totally software based decoder for Arduino that uses the Goertzel Algorithm.  This algorithm performs similarly to a Fast Fourier Transform but only for tone decoding at specific frequencies.  This limitation keeps the code small and fast making it perfect for microcontrollers like the Arduino. 

I was able to hack Hjalmar's code into mine and the result is CW decoder functionality in the receiver with no additional hardware!  But, the Arduino Uno's performance is limited so I need to dynamically switch between receiver VFO/control code and the CW decoder in order to preserve real-time performance.  This is only my first pass so perhaps I will find a way to optimize the code to more fully integrate the two.  I currently switch back and forth based on whether the VFO knob has been rotated or is idle.  This at least gives the illusion of real-time integration but makes it harder to tune in a signal for the decoder. 

Now that the Arduino Zero is available, I've been considering moving that direction to dramatically improve available horsepower.  This isn't the first time I've run out of gas with the Uno.  Now it's time to start working on a transmitter module for the radio :).  You know, even though I have an operational K3, I find myself reaching for this radio first.  Something magical about using something you've created :).  But hey, preaching to the choir!

Be sure to check out Hjalmar's site (http://www.skovholm.com   and 
http://skovholm.com/cwdecoder) for details on his design and a video demo.

Brad  WA8WDQ

Wednesday, March 8, 2017

WU2D's Wonderful Video on Retro-QRP



(Link to video appears below.)

Stephen G7VFY sent me the link to Mike WU2D's Retro-QRP video.  In the last month spoken to Mike at least twice on 40 and 75 meter AM.  Stephen was responding to a post I did about a 1958 18 milliwatt solid state QRP rig.

Mike's video is really wonderful.  I've never been into military surplus, but this video made me think I might want an ARC-5. The rig Mike builds and tests is very similar to our beloved Michigan Mighty Mite. His description of the build and the testing procedures he used will be of great interest to those who've built the MMM rigs.  And he made some contacts.  Finally, there is a cameo appearance by Paris Hilton.  And she is holding a HOT transistor!  Wow!  

Mike has a real talent for making these kinds of videos. Thanks a lot Mike -- see you on 40.  And thanks Stephen (Stephen has sent us so much great stuff over the years, including a fantastic box of British valves.)   Pete:  See how nice it is to get back to QRP?

Here's Mike's YouTube Channel. I love the intro:
https://www.youtube.com/channel/UCN7RQv_qmzhzuJV1HhJ4OEA

Tuesday, March 7, 2017

Beyond Al Fresco: Boxed Up In Style with AB1YK's Very Cool BITX Box


Mike AB1YK is doing some excellent work boxing up the BITX. 
Check out his article on the Nashua Area Radio Club Blog:
http://n1fd.org/2017/02/28/my-ssb-bitx-40-build-from-vu2ese/

Here is a picture of Mike's case:

These enclosures might become available for purchase soon...

Designer: Douglas Bowman | Dimodifikasi oleh Abdul Munir Original Posting Rounders 3 Column