element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
RF Radio Frequency
  • Challenges & Projects
  • Project14
  • RF Radio Frequency
  • More
  • Cancel
RF Radio Frequency
Blog Building a poor man’s quarter-wave 433MHz antenna: Antenna’s construction
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join RF Radio Frequency to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: gecoz
  • Date Created: 11 Jan 2020 10:16 PM Date Created
  • Views 41768 views
  • Likes 11 likes
  • Comments 10 comments
  • nanovna
  • rfradiofrequencych
Related
Recommended

Building a poor man’s quarter-wave 433MHz antenna: Antenna’s construction

gecoz
gecoz
11 Jan 2020

  • What is an Antenna?
  • Monopole Antenna Design & Build
  • Tuning the Antenna
  • References

 

 

Let’s start by laying out the requirements for the antenna. Obviously, the first and most important is about the frequency it needs to operate. As I intend to use the antenna for LoRa application, it needs to be tuned for the 433MHz. Another important requirement is that it needs to be easy to build and of relatively contained dimensions. Last, but not least, it needs to radiate as uniformly as possible in all directions (omni-directional).

 

What is an Antenna?

Fundamentally antennae are transducers, which convert electrical signals (voltage and current) into electromagnetic waves (electric and magnetic fields). In its simplest form, an antenna is a piece of wire (metal), driven by an electrical signal (time-varying current). Such signal generates electric and magnetic fields, that radiates electromagnetic (EM) waves from the wire. Generally, any electronic component or wire, when time-varying currents go through it, generates some EM radiation, but what makes it an antenna is the fact its physical conducting structure is designed to facilitate radiating, while all the other components tend to be designed to suppress it (to reduce EM noise).

 

I will not go further into electromagnetism theory, it will suffice to say that Maxwell’s equations are used to describe the EM phenomenon, and solving them gives us all the information needed about EM fields and waves. Solving Maxwell’s equations is quite a complex task, involving some tricky maths. Fortunately for us, lots of research has been done on electromagnetism and antennae, so we can use the results already published to work out our antenna’s design instead.

 

Another way of looking at an antenna is to think of it as a resistive-inductive-capacitive (RLC) network: just like any RLC network, depending on the frequency of the electrical signal applied, the impedance of the network will vary, showing more capacitive or inductive behaviour. At a particular frequency, the antenna will show a purely resistive behaviour, and it is said to be “resonant”. Under resonance condition, it is easier to match the impedance of the antenna with the one of the transmission line feeding it, maximising the power radiated. This is why, when designing antennae, typically the physical dimension is chosen so that it is resonant at the frequency of interest.

 

For example, for a wire antenna like a dipole, the resonance condition is met for wire length of a wavelength, and also at multiples or fractions of it (the wavelength λ in meters can be calculated using the relation λ = c/f where c is the speed of light (299.7925 km/s) and f is the frequency in MHz). The figure below show a typical dipole.

 

image

 

In my case, for an antenna resonating to the 433MHz frequency, if I were to use a half-wave dipole like the one above, the overall length of the antenna would be λ/2, that is 34.6cm. Although not impractical to build, I was aiming to something a little smaller. Also, the impedance of the half-wave antenna at its feeding point is about 73 ohm, which is less than ideal, considering that it will have to be matched with a 50 ohm line. To help, we can leverage a physical effect, which allows the antenna's dimension to be reduced: the ground effect. It can be demonstrated that, creating a ground plane, we can use a quarter-wave monopole antenna, which radiates with the same characteristics of the dipole, thanks to the fact the ground will mirror the monopole, thus making the antenna equivalent to a dipole, as shown below:

 

imageimage

Now, the monopole seems a better choice, with a more compact length of λ/4, that is 17.36cm. Also, because of it's structure, not just the length is halved, but also the feeding point impedance, with a theoretical value of about 37 ohm.

 

While talking about the dipole and the monopole, I have introduced some of the parameters used to characterise an antenna. Together with the ones already mentioned, it is worth recalling also the following (the list is not exhaustive):

 

    • radiation pattern and polarization

    • gain and directivity

    • impedance

    • bandwidth

 

I am deferring the description of such parameters till I get to the measurement phase of the project, with the exception of the radiation pattern, because it gives us useful information, needed for the design. The radiation pattern is the distribution of the radiated energy into space, represented as a diagram. Below there is an example of radiation patterns for some antenna types.

 

image

 

Monopole Antenna Design & Build

It is time to design the antenna. For the monopole, we need to design the ground plane. One way to achieve that is to use 4 radials, drooped at 90 degrees respect to the radiating element, and spaced 90 degrees from each other, in a "star" configuration. The lengths of the radials is the same as the radiating element: λ/4 (17.36cm). With this configuration, the antenna looks like:

 

image

 

As seen before, the monopole with ground plane made with radials at 90 degrees from the radiating element will present a 37 ohm impedance at the feeding point. I need to find a way to match the 50 ohm of the feeding transmission line, possibly avoiding building a matching RLC network! One observation comes to the rescue: if we imagine the radials drooped all the way down, forming a 180 degree, the monopole will actually become a "proper" dipole, which means its impedance at the feeding point is going to be about 73 ohm. This suggests increasing the drooping angle of the radials respect to the radiating element, the feeding point impedance should increase. This way, the 50 ohm impedance is reached for a drooping angle of about 135 degrees, as shown below.

 

image

 

So, looks like we worked out the structure of the antenna, including the length of the radials and the radiating element. A quick look to check what I have got available around reveals a bunch of panel mount 4 holes SMA connectors and several pieces of 16 AWG solid copper core wiring cable of different lengths:

 

imageimage

 

First, I need to cut 5 pieces  of wire, making them all the same length: 17.36cm. Actually, I'm cutting the 4 radials a little longer (18cm), to give me a bit of extra length that I can bend to form a sort of hook around the SMA connector holes. The radiating element will likely need to be trimmed a bit, as in my calculations, I didn't take into account the difference of velocity of the EM waves in copper respect to the speed of light in vacuum. For the solid copper wire, I'm assuming a velocity factor of 0.95, which will make the new length 17.36 * 0.95 = 16.49cm (although I will not cut it yet, but I will trim it a bit at time, when tuning the antenna as close as possible to 433MHz).

 

Once all the wire pieces are ready, secure the 4 radials to the holes of the SMA connector, making sure they are positioned correctly and forming an angle as close as possible to the 135 degrees specified for the design. Using the helping hands, and fitting the largest soldering tip I have got for my soldering iron (and cranking up the temperature of the iron to 350C),  the radials are soldered in place. The little hook around the hole helps making both a more mechanically robust and electrically sound connection.

 

And now, the tricky bit: soldering the radiating wire to the center conductor of the SMA connector.This is achieved with the help of a little flux, Unlike the radials, for the central conductor there is no way to make any sort of mechanical connection to help strengthen the structure, so I have resorted to using some heat-shrinking tubing for the task. Notice, this tubing, although covering only a small fraction of the radiating element, is likely to influence the velocity factor, with the result that the element might end but needing to be a little shorter than the 16.49cm predicted. Since I have no idea on what the velocity factor is for the heat-shrinking tubing, I will leave it till the trimming at the tuning stage.

 

It is time to show the final result of this effort!

 

imageimageimage

 

 

Tuning the Antenna

 

And now, lets use the full power of the NanoVNA to help tune this antenna! As mentioned in my first blog, my settings are less than idea for measurements, so I expect also the results to be "tainted" by this, but hopefully they will be good enough.

The NanoVNA is a pocket Vector Network Analyzer, with a working frequency range of 50KHz - 900MHz, and a price tag of merely £35! (If you are interested to know more about it, please check the link in the reference section).

 

image

 

Before taking measurements, the NanoVNA needs to be calibrated, using the calibration kit included (Short, Open and 50 Ohm Load). The instrument comes with a touchscreen, from which you can operate and show the measurements. The screen is nice, but rather tiny, so I preferred to install the NanoVNA Saver, a Python frontend for the NanoVNA that can be installed on my laptop and used to control the instrument (the NAnoVNA can be connected using the USB-C cable included).

 

The calibration procedure is quite straightforward, and only takes few minutes to complete. The idea behind the calibration is to make sure that the error introduced by the connecting cables are corrected by the software. To minimise the errors, all the measurements are taken under the same conditions, especially minding the position of the cables stays the same (thanks shabaz for the advice!). I have calibrated the NanoVNA for the frequency range 410-450MHz. The video shows how easy is to calibrate the NanoVNA, (this is an example, just to show how it is done).

 

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

 

I have repeated several measurements, for the Return Loss (S11) and the Standing Wave Ratio (SWR). Since the start, the results were surprisingly encouraging: the graphs clearly showed the antenna resonating around the 418MHz. Although already pretty good, I wanted to shift the resonance frequency up by trimming the radiating element, taking off about 2mm at time and repeating the measurement. Iterating this procedure, I managed to get the antenna to resonate at 433MHz. Below you can see the last measurement taken, using the NanoVNA Saver, and the setup for the measurement.

 

imageimage

 

As can be noticed from the setup above, although the monopole has the SMA connector, I connected the antenna using a SMA to IPEX adapter cable connected to an IPEX to SMA connector, which in turn is connected to a SMA to SMA cable and finally to the SMA connector of the NanoVNA. The calibration has been performed at the end of the SMA to SMA cable. This might seems odd, but I have done this way because the antenna will be used with the TTGO board, which only has an IPEX connector, so to connect my antenna to the board I have to use the SMA to IPEX adapter cable. Doing the calibration this way, I am measuring the antenna in the conditions that are the closest to the way it will be used (the only difference is that when in operation, the antenna won't use an IPEX to SMA adapter - adapter shown in the photo above).

 

With this setup, and with a final length of the radiating element of 16.3cm, those are the measurements taken:

 

image

The result seems good so far, even the impedance measured is very close to the expected one (although, being the NanoVNA very close to the antenna, and the whole measurement taken is a small room, where there are reflections, I suspect the reading might not be very reliable...).

 

Now that the build is complete, the next step is to compare my quarter wave antenna to the others I have, measuring all the other antennae in the same conditions. Finally, the proof will be in the pudding, when I will setup the two TTGO LoRa board and will test the transmission of all the antennae and compare the results.

 

 

References

 

Articles:

Bill Schweber - Understanding Antenna Specifications and Operation, Part 1

Arshad, Muhammad - Report on Quarter Wave Monopole Antenna

EA4FSI - Ground planes with 4 radials for VHF/UHF monopoles

What is the purpose of a VNA calibration kit

 

Books

Constantine E. Balanis - Antenna Theory: Analysis And Design (one of the most comprehensive books around)

Joseph Carr, George Hippsley - Practical Antenna Handbook

 

NanoVNA:

NanoVNA | Very tiny handheld Vector Network Analyzer

 

 

---------------------------------------------------------------

Other articles of this series:

Building a poor man's quarter-wave 433MHz antenna: Introduction

Building a poor man’s quarter-wave 433MHz antenna: Comparing Antennae

Building a poor man’s quarter-wave 433MHz antenna: Testing the antenna with ESP32 LoRa

  • Sign in to reply

Top Comments

  • shabaz
    shabaz over 5 years ago +3
    Hi Fabio, Awesome blog post, clearly showing how you designed the antenna and tested it! That SMA bulkhead connector looks like a very useful base for an antenna : ) I might order some for small antenna…
  • stevesmythe
    stevesmythe over 5 years ago +3
    Nice blog post! You could alternatively have used a coat hanger or a metal tape measure .
  • gecoz
    gecoz over 5 years ago in reply to shabaz +2
    Hi Shabaz, Thank you for your comments. Indeed the SMA connector makes a really good base! I had them laying around for some time, so finally I put them to good use . I thought about doing the calibration…
  • dougw
    dougw over 2 years ago

    Great to see an article here on building an antenna.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • gecoz
    gecoz over 5 years ago in reply to kmikemoo

    Thank kmikemoo! Indeed, soldering the wires on the connector hasn't been easy, especially the radiating element, and without the helping hands probably I would be still there, try soldering them! image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • kmikemoo
    kmikemoo over 5 years ago

    gecoz Awesome project!  I really like your SMA ground plane antenna.  With the connector being so small, it must have been quite a challenge to work on.

    Since you have your NanoVNA, velocity factor for your radials doesn't mean as much since you can measure your antennas response and trim accordingly.

    I have read that wire has a velocity factor of 0.95.  I believe that value is for bare wire since many long wire antennas use bare wire.  Insulation lowers the velocity factor so your radials can be slightly shorter.  You can't beat a measurement though.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DAB
    DAB over 5 years ago

    Good posts.

     

    Building antennae are not for the feint of heart.

    It is a lot of work and you need to pay attention to detail otherwise you lose a lot of power needlessly.

     

    DAB

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • stevesmythe
    stevesmythe over 5 years ago

    Nice blog post! You could alternatively have used a coat hanger or a metal tape measure.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube