DK1MI.radio

Hardrock-50 Remote Display

UPDATE: I moved the client and the server into one repository. It furthermore now supports user actions via a button.

Original post:

I am using my Hardrock-50 as part of a remote station so I am of course not able to monitor its display which shows the selected band, keying method, temperature, SWR, power etc. Since I need/want this information and also prefer a physical display, I made two little projects that can be combined together:

HR50-API

This is a small python script that connects from e.g. a Raspberry Pi to the HR50 via USB. When it is started, it spawns a web server which then provides two API endpoints in your network. Those endpoints can be queried via HTTP requests to:

It is basically a serial to HTTP converter. You can find more information here: https://git.dk1mi.radio/mclemens/hr50-api

HR50-Remote-Display

This project consists of a Arduino sketch that can be flashed to a ESP32 module with OLED display and wifi connectivity. It uses the above mentioned API to gather information from the HR50 over wifi and displays them on the OLED.

-=DK1MI=-

This is how the device looks like in action:

-=DK1MI=-

I plan to add buttons so that e.g. the keying mode can be changed via this device. The projects are only two days old so I will certainly put more love into it. There are several things missing like error handling, comments etc.

You can find more information here: https://git.dk1mi.radio/mclemens/hr50-remote-display

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

#ESP32 #Ham Radio #Hardware #Python