Skip to content
View in the app

A better way to browse. Learn more.

Ham Radio Base -Powered By Ham CQ DX

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Solar
SFI 128
SN 113
A 18
K 2 Quiet
X-Ray C1.2
Wind 554.7 km/s
Aurora 3
Updated 22:30 UTC HamQSL · N0NBH
Day 80/40m Fair 30/20m Good 17/15m Good 12/10m Fair
Night 80/40m Good 30/20m Good 17/15m Good 12/10m Poor

Callsign Lookup
_
Vanity Call Signs Available
Enter filters above and click Search.
ⓘ Callsign lookups are in real time via the FCC database. Vanity callsign availability is refreshed daily at 6:00 AM CST. The vanity search may be unavailable for a few minutes during this update.
Live DX spots
Live DX Spots — 70cm via PSKReporter · scroll or pinch to zoom
Band
Mode
Time
Loading map data…
MHz DX Spotter Info
Recent spots
Select a band above to load spots
Ready — select a band to fetch live spots

using arduino to automate my antenna tuner — anyone done this?

 Loading...

so ive been messing around with an arduino mega for the past few months trying to build something that'll automatically switch between my antennas based on what band im on. right now i have a 40m dipole, a vertical for 15/10, and a G5RV up about 35 feet. every time i qsy i have to walk out to the shack, flip the coax switch manually, and then retune the LDG tuner. its not terrible but i got lazy and figured this would be a fun project.

basic idea is to read the band data from the radio (IC-7300 puts out band voltage on the accessory connector) and then use that to trigger a couple relay modules to switch the coax and also send a retune command to the LDG via its serial interface. ive got the relay part mostly working, tested it on the bench with a 12v supply and the relays click over fine. the problem im running into is the band voltage from the icom isnt quite what i expected — the documentation says like 0-8v depending on band but my multimeter is reading some weird intermediate values and i cant figure out if thats normal or if my analog read on the arduino is just noisy.

also debated switching the whole thing to a raspberry pi zero just so i could have a little web interface to monitor whats happening but honestly the arduino feels more solid for just switching relays, dont really need linux for that. curious if anyone else has gone down this road and has advice on the band voltage thing especially

  • Replies 1
  • Views 8
  • Created
  • Last Reply

Top Posters In This Topic

Featured Replies

yeah the band voltage on the icoms can be a little weird, especially if you're reading it on a long wire run or without any filtering. what i did on a similar project was just put a small RC filter on the analog input — like a 10k resistor and a 0.1uf cap to ground — and that cleaned up most of the noise. also worth double checking if there's a pull-down on the accessory jack because sometimes the voltage floats between bands for a second while the rig is switching and you get these garbage readings that confuse the arduino into thinking youre on the wrong band. i added a small debounce in the sketch, just a 200ms delay before acting on a new band value, and that fixed it for me.

the relay module approach is totally fine btw, ive been running something similar for about two years with no issues. i did eventually add a pi zero W to the setup but only because i wanted to log contacts automatically, not because the arduino couldnt handle the switching. for just automating the antenna change the arduino is plenty and honestly more reliable in my experience since theres no OS to hang or update itself at the wrong moment.

dont overthink the pi vs arduino thing, both work. i used a pi for mine because i already had one sitting on the desk but in hindsight the arduino would have been simpler for just relay control. one thing tho — make sure your relay module is optoisolated from the arduino, some of the cheap blue relay boards from amazon will backfeed voltage through the coil flyback and do weird things to the microcontroller. found that out the hard way, fried a nano before i figured out what was going on

  • Guest unpinned, unlocked, locked and pinned this topic

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.