In my last blog post, we walked through the basic equations for how to electrically steer a simple antenna array. And we came to understand what kind of phase or time shifting our beamformer hardware would need to perform, in order to accomplish this. In this post, we’ll gather the hardware to construct one, and get it all set up—except for the software. That has to be its own post – next time!
The last few years have been a remarkable time in the radio industry. You can now do amazing things with a low-cost setup. Like building a beamforming radio! This would have been much harder, and much larger, 10 years ago. And what do we need so that we can build that beamformer? From our discussion last week, we know we’ll need a signal to detect (that was the incoming wavefront). Then we’ll need something to receive a signal from at least two antennas. And then some means of applying a phase shift to those received signals and plotting it all out.
And for all of that, we can use the very popular, and fairly inexpensive, ADALM-PLUTO:
https://www.analog.com/adalm-pluto
Pluto is an open-source design using the AD9363 zero IF transceiver chipset from Analog Devices. “Zero IF” means that it mixes directly from RF to baseband in one stage. By default, Pluto can digitize and transmit RF signals from 325MHz to 3.8 GHz. However, this can be increased, via a software command, to cover 70 MHz to 6 GHz. Pluto has one Rx and one Tx channel. But a new board revision to Pluto, called “Rev C”, exposes a second channel of transmit and receive. You simply open up the case and snap in a u.FL to SMA cable. And then you tell Pluto that it isn’t the AD9363 chip anymore – it’s the AD9361 chip.
So that’s a bit of a lie…. But this trick will allow us to communicate with the second receive and transmit ports. It won’t have the performance of the AD9361 – and none of the specs, or even the functionality, of the second ports, will be guaranteed. But for our simple experiments, it’ll be ok.
There are a couple of commands we need to issue to Pluto to make this conversion. And you can find a complete walk-through of this procedure, and the attached u.FL cables here:
Now, with two receive channels, we can make a beamformer! And it’ll look like this:
So what items do we need to shop for?
Let me say a bit more about why we need the LPFs on the Tx and Rx ports of Pluto. Pluto uses a square wave for its LO frequency. This is the frequency that feeds its direct conversion mixer. Square waves are great for jitter, and that means things like signal quality (i.e. EVM) are improved. But square waves are really bad for harmonics. It means when you program Pluto to output 2.2 GHz, it will also output 2 times that 3 times that, and 4 times that, etc. Even beyond 10 GHz, these signals are pretty strong. On the receiving side, the ADCs will also be tuned to all those frequencies. So it means both Tx and Rx need filters.
Here's a plot I took of Pluto’s transmit port, set to 2.2 GHz, with no filter attached:
The only "spike" we want is the 2.2 GHz one. All the rest are harmonics, and they are not desirable. But if we use a cheap low-pass filter, then we'll see this:
A much cleaner signal! And that is going to give us better plots of the antenna gain.
That’s all the hardware you need. If you want to do a really deep dive into Pluto, check out the resources here. And if you need any help with Pluto, there is a very lively support forum here:
So now we’ve got a beamformer constructed. And we know, roughly, how it should work. In the next blog post, we’ll talk about how to control and plot the data from Pluto. As always, please post any questions/comments/insights below.