Skip to content

heyitsyang/Browser-Controlled-Antenna-Switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Antenna Switch Control via Browser

Remote antenna switch controller using ESP8266 for a 4-port switch. This is the software logic for a controller for a switch consisting of relays, board and connectors. A hardware kit for the switch itself is sourced from eBay. The better ones are from the Czech Republic.

Most likely, the switch kit will operate on 12 volts, i.e. it will have 12v relays and require 12v signals to activate the relays. You will need a driver board to convert the 3v logic of the ESP8266 to drive 12v signals required by the switch. The easiest way to do this is to use a DC motor driver board commonly used in robots (see components list below).

The controller is a lightweight web server, hence the user interface is accessed via web browser. The controller web server supports one simultaneous user.




Antenna Selector Web Interface


The web page is shown below with a Flag Pole Antenna selected. Antenna labels can be easily changed in the code. Selecting one antenna will disable all others to prevent multiple antenna activation. However, antennas can be indivdually deactivated so that all antennas can be disconnected.

Antenna Selector UI




Switch Components


Switch Kit




Controller Components


Controller in Enclosure


Note pull down resistor assembly at upper right. All resistors are 10K ohm.




The Finished Project


Completed Project


Picture shows my previous generation controller that had a smaller electronics enclosure, but you get the idea.

Releases

No releases published

Packages

No packages published

Languages