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 switch, few questions

 Loading...

so ive been messing around with an arduino mega for the past few weeks trying to get it to control my 6-position antenna switch automatically based on what band the radio is on. the radio is an IC-7300 so it puts out band data on the ACC port which is great, at least in theory.

i got the band voltage decode working mostly fine, like i can read the voltages and map them to bands no problem, but where im running into trouble is the relay switching. im using a 12v relay board i grabbed off amazon and the thing is introducing all kinds of noise on receive. like S2-S3 worth of noise on 40m especially. i tried adding some bypass caps on the relay coil but didnt really help much. im wondering if maybe the relay board itself is just garbage or if theres something else going on.

also thinking about adding a raspberry pi in there somewhere to log which antenna was active at what time for the contest logs but that feels like overengineering it at this point. anyone else gone down this rabbit hole

  • Replies 1
  • Views 11
  • Created
  • Last Reply

Top Posters In This Topic

Featured Replies

the relay board noise thing is super common with those cheap amazon boards, the flyback diodes on them are often either missing or installed wrong which causes voltage spikes when the coil de-energizes and that'll get into everything. first thing id do is put a 1N4007 across each relay coil yourself, cathode to the positive side. also make sure your grounds are all tied together properly, a floating ground between the arduino and the relay board will do weird things.

the other thing worth checking is whether your arduino power supply is clean. a lot of guys just use a wall wart and those switch mode supplies can be nasty. i run mine off a small 7805 linear reg off the main shack supply and that made a huge difference for me. the IC-7300 band data is 0-8v depending on band so you should be able to read that directly into analog pins but double check youre not exceeding 5v on any pin or youll have a bad day.

yeah i did almost exactly this setup about two years ago, went through like three different relay boards before i just built my own with proper optoisolation between the arduino side and the relay side. made a huge difference. the pi for logging is actually not that crazy if you have it there anyway, i have mine running a little flask server that my logging software can hit over the local network to pull antenna info. but honestly if your just starting out get the switching working clean first, adding the pi before you have the basics solid just gives you more stuff to debug at once.

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.