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 73
A 6
K 1 Quiet
X-Ray B7.8
Wind 413.7 km/s
Aurora 3
Updated 00: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 an arduino to automate my antenna rotator — anyone done this?

so ive been messing around with this idea for a few weeks now and i think im finally ready to actually try building it but wanted to see if anyone here has gone down this road before. basically i have an old ham-iv rotator that still works fine mechanically but the controller is kind of shot, the meter is flaky and sometimes it just doesnt stop where it's supposed to. instead of buying a replacement controller which honestly arent cheap, i figured why not build something around an arduino and just do it properly.

the plan is to use a arduino mega since i need the extra pins, read the pot position from the rotator, drive the motor through a relay board, and then either control it from the shack PC over serial or maybe eventually hook a raspberry pi in there so i could do web-based azimuth control. ive seen the yaesu GS-232 command set mentioned a lot for this kind of thing and i think making it speak that protocol would let it work with most logging software automatically.

main thing im not sure about is the motor control side — the ham-iv uses a 24vac motor if i remember right and i dont want to fry anything figuring that out. anyone dealt with this specifically or have a schematic they found useful? also curious if people think the pi is overkill for just the web interface part or if its actually worth having linux running there.

  • Replies 1
  • Views 86
  • Created
  • Last Reply

Top Posters In This Topic

Featured Replies

yeah ive done almost exactly this, took me a few weekends but it works really well now. the 24vac motor side is actually not that bad once you get your head around it — you basically just need a couple of relays to switch the two legs and make sure you have some logic in the code to never energize both directions at once or you'll have a bad time. i used a solid state relay board i got off amazon for like eight bucks and it handles it fine. the brake line on the ham-iv needs a little extra attention too, there's a delay you need to build in or it'll jerk.

for the GS-232 stuff there's actually a library on github that handles most of the parsing already, cant remember who wrote it but search arduino GS-232 rotator and you'll find it. saved me a ton of time. as for the pi vs just a cheap esp8266 — honestly the esp8266 or esp32 can do a simple web interface no problem and its way simpler than running a whole linux box for that one job. pi is nice if you want to do more with it later i guess.

the pot reading part can be tricky depending on how worn the pot is in your rotator. mine was reading all over the place and i spent like two hours thinking my code was wrong before i realized the pot itself had dead spots. worth checking the raw ADC values in serial monitor before you build any logic around it. a little filtering in software helps too, i just average the last 8 or so readings and it smooths right out.

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...

Affiliate Disclosure: As an Amazon Associate, Ham Radio Base earns from qualifying purchases. Some links throughout this website may be affiliate links. If you purchase a product through one of these links, we may earn a commission at no additional cost to you. Your support helps us continue creating free articles, tutorials, reviews, and resources for the amateur radio community. N0TLB © Ham Radio Base - Powered by the Ham CQ DX Community. All rights reserved.

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.