DK1MI.radio

Hermes Lite 2 Interface Box (HR50 and Antenna Switch)

Update: I’ve published a post on a simpler, more integrated version here.

I have only had bad luck connecting my Hermes Lite 2 SDR transceiver directly to a Hardrock 50 power amplifier. The HR50 was constantly freezing and I did not find a solution in the HR50 user group. After I had discarded this setup for a long time, I wanted to give the HL2 a try again but only in QRP. For this I wanted to have an automatic antenna switching, which selects the the antenna in dependence of the selected frequency band. After longer research I found the very nice project of EA3IGT, the 70W Power Amplifier for the Hermes-Lite 2.x. The code he published already contains almost everything I needed for an implementation based on the Arduino Nano.

This gave me the idea to modify his solution so that I can not only automatically select the antenna, but also send the corresponding commands to change the band to the Hardrock 50. The setup looks like this:

Hermes Lite 2 ---I2C---> Arduino ---RS232---> Hardrock 50
                            |
                            |
                             ---> 5V relay -> remote antenna switch

Preparation of the HL2

The Hermes Lite 2 is extended by a DB9 socket, with which the I2C bus is passed to the outside. All necessary pins are on the small connection board between the mainboard and the LPF board of the HL2, see EA3IGT’s documentation.

The following picture shows how the DB9 connector is wired inside the Hermes Lite 2: DK1MI.radio

The Software

As stated above, the code is based on the original author’s work and has been adapted to my needs:

The code can be found here.

Putting everything together

The following diagram shows how everything needs to be wired:

DK1MI.radio

Description of the connectors, top to bottom:

The final result:

DK1MI.radio

Thank you for reading! If you have any comments or questions, please send me an e-mail.

#Antenna #Arduino #DIY #Ham Radio