Learning Morse Code The Ludwig Koch Way

Most countries have dropped the requirement for learning Morse code to become a ham radio operator. Because of that, you might think Morse code is dead. But it isn’t. Some people like the nostalgia. Some like that you can build simple equipment to send and receive Morse code. Others like that Morse code is much more reliable than voice and some older digital modes. Regardless of the reason, many people want to learn Morse code and it is still a part of the ham radio scene. The code has a reputation of being hard to learn, but it turns out that is mostly because people haven’t been taught code in smart ways.

I don’t know if they still do, but some youth organizations used to promote some particularly bad ways to learn the code. The second worse way is to learn “dots and dashes” and many people did learn that way. The very worst way was using an image like the adjacent one to try to map the dots and dashes into letter shapes. This chart dates back to at least 1918 when a Girl Guides handbook printed it.

Even if you are a visual learner, this is a bad idea. The problem is, it is nearly impossible to hear sounds at 20 or 30 words per minute and map them to this visual representation. Another visual method is to use a binary tree where left branches are dots and right branches are dashes.

If you only need to master 5 words per minute to get a merit badge, you might get away with this. But for real use, 5 words a minute is very slow. For example, this sentence would take about 3 minutes to send at that speed. Just that one sentence.

So what are the better ways? Let’s take a look.

Continue reading “Learning Morse Code The Ludwig Koch Way”

Stout Homebrew Radio Pumps Out 200W Of AM Goodness

In this day and age, with cheap online shopping, software defined radio and bargain-basement Baofengs from China, the upstart radio ham is spoilt for choice. Of course, there’s nothing quite like the charm of keying up your own homebrewed rig, cooked up in the garage from scratch. [Paul], aka [VK3HN], knows just how it feels, and put together an epic 200 watt Class D AM rig to blast his signal on the airwaves.

An example of an Arduino used in one of [Paul]’s builds.
It’s a build following on from the work of another radio ham, [Laurie], aka [VK3SJ]. Younger hackers will note the Arduino Nano at the heart of the project, running the VFO and handling all the relevant transmit/receive switching. We can only imagine how welcome modern microcontrollers must have been to old hands at amateur radio, making synthesizing all manner of wild frequencies a cinch.

The amount of effort that has gone into the build is huge. There are handwound coils for the PWM low-pass filter, and the PCB is home-etched in ferric chloride, doing things the old-school way. There’s also a healthy pile of dead components that sacrificed their lives in the development of this build. Perhaps our favorite part is the general aesthetic – we can’t get over the combination of hand-drawn copper traces and off-the-shelf Arduinos.

Many components perished in the development of this powerful rig.

It’s a build that far exceeds the Australian legal limits, so it only gets keyed up to 120W in real use. This has the benefit of keeping the radio operating far in the safety zone for its components, helping keep things cool and stable. We’re sure [Paul] will be getting some great contacts on this rig. If you’re suffering from low power yourself, consider an amplifer build. Video after the break.

Continue reading “Stout Homebrew Radio Pumps Out 200W Of AM Goodness”

Closed Ham Radio Peripheral Reveals Its Windows Secrets

The student radio society in Trondhjem owns a Flex 6500-radio, with its associated Maestro panel peripheral. This is a software defined radio, and the Maestro is a computer containing just enough of an embedded version of Windows to run its front-end software. Unfortunately for our Norwegian radio amateur friends it runs very little else, even to the extent of being unable to connect to public WiFi that requires a web log-in. This was particularly annoying as the student network does this and they’d had to create their own hotspot, so they’ve provided some details on how they were able to open it up a little to do a bit more.

At first they were cagey about the exact nature of the exploit they used to penetrate the device’s defenses, but since then they’ve published a second installment with full details. It involved gaining access to the filesystem and a terminal through a right-click menu from a web browser screen within the Maestro software, then using that access to change configuration such that it could be exposed across the network. From there they were able to treat it much as they would a normal Windows installation, including putting other software such as SmartSDR onto it.

This piece of work provides a fascinating insight into an embedded Windows device, and leaves us as usual surprised by the ease of the exploit. We’d say it’s something of a brave move for a company to ship a feature-limited product to radio amateurs of all people, a community that has been experimenting and finding whatever meansĀ  to extend the capabilities of their equipment for over a hundred years. Perhaps Flexradio’s eyes are on greater things.

Wall Panels With 3760 Antennas Can Increase Wireless Range

Most of us know that to get the best possible WiFi signal, you want there to be as few walls as possible between you and the Access Point. But that might soon change, as researchers at MIT have found a way to make surfaces increase signal strength. Called RFocus, the technique uses a wall panel covered in simple antennas to dynamically focus or reflect RF energy towards a intended receiver.

The normal methods to increase wireless range usually involve increasing the transmitter output or adding larger, more efficient, or directional antennas to the receivers and transmitters. But these techniques are limited when you need to the reduce power consumption and size of the devices. The MIT teams approached the problem from a completely different angle, by optimizing the environment.

The wall panel in question consist of 94 PCBs, each containing 40 passive antenna elements in the form of copper rectangles. Each element is a quarter wavelength long (125 mm for 2.4 Ghz), and on its own it doesn’t have any real effect on the signals, allowing it to pass through the panel. Between the ends of elements are small RF switches, that can close to combine two antenna elements into single half wavelength antenna, creating a reflector. When this is applied across the panel in different patterns it can effectively beamform the signal to focus it at different points in space.

The RF switches are connected to shift registers, which are all controlled via a single SPI bus with an Arduino. Each RF switch is activated in a pseudo-random sequence, changing the configuration of the panel 10,000 times in 100 ms. The signal strength at the receiver is reported to the panel controller for each configuration, allowing the controller to select the best configuration for any single transmitter. In a scenario where multiple low-power sensor nodes are deployed, this can allow the receiver to “focus” on each node in turn. The full paper is a very interesting read, downloadable as a PDF.

RF is generally considered the black magic of electronics, but it can all become a bit clearer with a basic knowledge of antenna theory and modulation schemes.

Thanks to [Qes] for the tip!

AAA Powered LoRa Mailbox Sensor Goes The Distance

As more of the world’s communication moves into the electronic realm, a casualty has come in the physical mail. Where once each new day might have brought with it a bulging mailbox, today it’s not uncommon for days to pass with not even so much as a bill or a coupon book. For [Eivholt] this presents a problem: he doesn’t want to miss a parcel but most visits to the mailbox are futile. His solution is a LoRa-connected mailbox monitor that sips power from a pair of AAA batteries to the extent that so far it’s run for over two years on a single set.

At its heart is a single board, a Talk2 Whisper Node. This packs a low-power version of the ATmega328 microcontroller alongside a LoRa radio and an efficient power regulator allowing it to draw only 8.70 uA in standby mode, waking up only for extremely short periods to check for mail and report via LoRa to The Things Network. The sensor is simply a microswitch, selected after finding a reed switch problematic to install. Finally an SDR was used to debug the operation of the radio.

The write-up also provides an introduction to extreme low power projects, including some tips on measuring such tiny currents. Even if you have no interest in a mailbox, any tricks that can help maximize power efficiency are always worth taking a look at. Check out the video after the break to see this radio-equipped mailbox in action.

Continue reading “AAA Powered LoRa Mailbox Sensor Goes The Distance”

RF Shield Turns Arduino (And PC) Into Shortwave Radio

Microcontrollers tend to consume other kinds of electronics. A project you might once have done with a 555 now probably has a cheap microcontroller in it. Music synthesizers? RC controllers? Most likely, all microcontroller-based now. We always thought RF electronics would be immune to that, but the last decade or two has proven us wrong. Software-defined radio or SDR means you get the RF signal to digital as soon as possible and do everything else in software. If you want an introduction to SDR, Elektor now has an inexpensive RF shield for the Arduino. The Si5351-based board uses that oscillator IC to shift RF signals down to audio frequencies and then makes it available to the PC to do more processing.

The board is available alone or as part of a kit that includes a book. There’s also a series of Elektor articles about it. There’s also a review video from Elektor about the board in the video, below.

Continue reading “RF Shield Turns Arduino (And PC) Into Shortwave Radio”

All Band Radio Uses Arduino And Si4730

It is getting harder and harder to tell homemade projects from commercial ones. A good case in point is [Mirko’s] all band radio which you can see in the video below the break. On the outside, it has a good looking case. On the inside, it uses a Si4730 radio which has excellent performance that would be hard to get with discrete components.

The chip contains two RF strips with AGC, built-in converters to go from analog to digital and back and also has a DSP onboard. The chip will do FM 64 to 108 MHz and can demodulate AM signals ranging from 153 kHz to 279 kHz, 520 kHz to 1.71 MHz, and 2.3 MHz to 26.1 MHz. It can even read RDS and RBDS for station information. The output can be digital (in several formats) or analog.

Continue reading “All Band Radio Uses Arduino And Si4730”