Ground Penetrating Radar For The Masses

Radar is a useful tool with familiar uses such as detecting aircraft and observing weather. It also has some less known applications, such as a technology known as ground-penetrating radar (GPR). Despite the difficulty of sending and receiving radio waves through solid objects, with the right equipment it’s possible to build a radar that works underground as well.

GPR is used often for detecting underground utilities, but also has applications in other fields such as archaeology and geology. For those people in these fields, a less expensive GPR was the priority of a group presenting at a 2017 National Institute of Telecommunications of Poland conference (pdf warning). The presentation goes into specific detail on how to build a GPR for around €600, much less than commercial offerings.

The presentation begins by highlighting the basics of GPR, then details the hardware bill of materials for the transmitting circuit, receiving circuit, and the DC power supplies. It also details the theory behind the software needed to get the circuit running properly, and has code as well. The processing is done on a 32-bit Mbed platform, and the rest of the GPR is built with easy-to-source components as well.

It’s always good to see useful hardware projects that bring costs of traditionally expensive equipment down to the grasp of average people. Even traditional radar systems are now available for hundreds of dollars, and we’ve even seen attempts at other GPR systems before as well.

Thanks to [Stefan] for the tip!

Portable Ham Antenna Gets A Workout

Ham radio isn’t just one hobby. It is a bunch of hobbies ranging from chatting to building things, bouncing signals off the moon, and lots of things in between. Some of these specialties, such as supporting disaster relief or putting odd locations “on the air”, require portable operation. To encourage disaster readiness, hams participate in Field Days which is a type of contest that encourages simulated emergency conditions. So how do you erect an antenna when you just have a few hours to set up a temporary station? [KB9VBR] shows how he and his friend used a Chameleon Emcomm III portable HF antenna for Winter Field Day. You can see the video review, below.

Unlike some portable antennas, this one is almost 100 feet of wire (73 feet of radiator and a 25 foot counterpoise). The entire affair is meant to be put up and taken down repeatedly.

Continue reading “Portable Ham Antenna Gets A Workout”

This Satellite Finder Can Watch Amateur TV

Setting up satellite dishes can be a finicky business. To aid in the alignment of these precision antennas, satellite finders are often used which can display audio and video feeds from the satellite while also providing signal strength readouts for accurate adjustment. However, these devices can also be used in interesting ways for more terrestrial purposes (Youtube link).

Using the DMYCO V8 Finder, [Corrosive] demonstrates how to set up the device to pick up terrestrial amateur streams. Satellite reception typically involves the use of a low-noise block downconverter, which downconverts the high frequency satellite signal into a lower intermediate frequency. Operating at the 1.2GHz amateur band, this isn’t necessary, so the device is configured to use an LNB frequency of 10000, and the channel frequency entered as a multiple of ten higher. In this case, [Corrosive] is tuning in an amateur channel on 1254 MHz, which is entered as 11254 MHz to account for the absent LNB.

[Corrosive] points out that, when using an F-connector to BNC adapter with this setup, it’s important to choose one that does not short the center pin to the shield, as this will damage the unit. This is due to it being designed to power LNBs through the F-connector for satellite operation.

By simply reconfiguring a satellite finder with a basic scanner antenna, it’s possible to create a useful amateur television receiver. If you’re wondering how to transmit, [Corrosive] has that covered, too. Video after the break.

Continue reading “This Satellite Finder Can Watch Amateur TV”

Understanding Modulated RF With [W2AEW]

There was a time — not long ago — when radio and even wired communications depended solely upon Morse code with OOK (on off keying). Modulating RF signals led to practical commercial radio stations and even modern cell phones. Although there are many ways to modulate an RF carrier with voice AM or amplitude modulation is the oldest method. A recent video from [W2AEW] shows how this works and also how AM can be made more efficient by stripping the carrier and one sideband using SSB or single sideband modulation. You can see the video, below.

As is typical of a [W2AEW] video, there’s more than just theory. An Icom transmitter provides signals in the 40 meter band to demonstrate the real world case. There’s discussion about how to measure peak envelope power (PEP) and comparison to average power and other measurements, as well.

Continue reading “Understanding Modulated RF With [W2AEW]”

Radio Telescopes Horn In With GNU Radio

Who doesn’t like to look up at the night sky? But if you are into radio, there’s a whole different way to look using radio telescopes. [John Makous] spoke at the GNU Radio Conference about how he’s worked to make a radio telescope (PDF) that is practical for even younger students to build and operate.

The only real high tech part of this build is the low noise amplifier (LNA) and the project is in reach of a typical teacher who might not be an expert on electronics. It uses things like paint thinner cans and lumber. [John] also built some blocks in GNU Radio that made it easy for other teachers to process the data from a telescope. As he put it, “This is the kind of nerdy stuff I like to do.” We can relate.

The telescope is made to pick up the 21 cm band to detect neutral hydrogen from the Milky Way. It can map the hydrogen in the galaxy and also measure the rotational speed of the galaxy using Doppler shift. Not bad for an upcycled paint thinner can. These are cheap enough, you can even build a fleet of them.

This would be a great project for anyone interested in radio telescopes or space. However, it is particularly set up for classroom use. Students can flex their skills in math, engineering, programming, and — of course — astronomy and physics.

Continue reading “Radio Telescopes Horn In With GNU Radio”

Lime SDR (and Pluto, Too) Sends TV

If you have experienced software defined radio (SDR) using the ubiquitous RTL SDR dongles, you are missing out on half of it. While those SDRs are inexpensive, they only receive. The next step is to transmit. [Corrosive] shows how he uses DATV Express along with a Lime SDR or a Pluto (the evaluation device from Analog Devices) to transmit video. He shows how to set it all up in the context of ham radio. An earlier video shows how to receive the signal using an SDR and some Windows software. The receiver will work with an RTL SDR or a HackRF board, too. You can see both videos, below.

The DATV Express software has plenty of options and since SDR if frequency agile, you ought to be able to use this on any frequency (within the SDR range) that you are allowed to use. At the end, he mentions that to really put these on the air you will want a filter and amplifier since the output is a bit raw and low powered.

Continue reading “Lime SDR (and Pluto, Too) Sends TV”

Arduino RC Transmitter For Homebrew Projects

The field of radio control has benefited much from the onward march of technology. Where a basic 2-channel setup would once have cost hundreds of dollars, it’s now possible to get a high-end 2.4GHz 9-channel rig for well under $100, shipped to your door. However, the vast majority of these systems are closed-source and built for purpose. Sometimes, there are benefits to doing things your own way, and that’s precisely what this project does.

At its heart, it’s a simple combination. An Arduino Pro Mini talks to a NRF24L01 which handles the wireless communication. At that point, it’s up to you – throw in as few or as many controls as you like. For this build, [HowToMechatronics] has gone with a twin-stick setup, with a pair of potentiometers and twin toggle switches to round out the options.

The build comes in handy, as it’s possible to program in whatever features you may need for a given project. [HowToMechatronics] has used it to control a hexapod robot, among other projects. It’s a build that shows that with cheap and readily available parts, it’s possible to whip up a custom solution to suit your needs.

If this topic interests you.it’s worth saying that even those closed source radio control products can sometimes be hacked.

[Thanks to Baldpower for the tip!]