Skip to content

sh123/antenna_analyzer_swr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWR bridge antenna analyzer for HF/VHF bands

Arduino graphical/panoramic SWR 160 to 1.25m band antenna analyzer based on Si5351 module.

Influenced by http://www.hamstack.com/hs_projects/k6bez_antenna_analyzer.pdf

Output power from si5351 is around 10dBm (10mW).

Analyzer demonstrated quite valid results compared to factory built and calibrated devices.

Note, that it is not a complete VNA, it is based on resistive reflectometer and does not measure complex part of impedance.

Introduction

Arudino based antenna swr analyzer / plotter can be used to measure antenna SWR from 160m band up to 1.25m. The limit from Etherkit Si5351 library is 225MHz.

Next peripherals are in use:

Building:

Use platformio to build and upload.

Supported operations:

  • Details screen - shows various numeric parameters, such as forward/reflected signals, current frequency/band. By rotating rotary encoder user can change the frequency. By short press - change the band, by long press go to next screen.
  • Real time graph screen - shows partially updated SWR plot, plot is updated while user is changing the frequency using encoder, plot is shifted left or right depending on frequency change direction.
  • Frequency sweep screen - shows complete SWR plot, which is updated approximately every second.
  • Frequency step change screen - enables user to change frequency step, which affects both rotary encoder changes and sweep screen.