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 C2.2
Wind 403.6 km/s
Aurora 2
Updated 23:00 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 sitting on this idea for a while now and finally started messing around with it last weekend. basically i want to use an arduino mega to control my old Yaesu G-800 rotator instead of the stock controller, mostly because the stock controller died and a replacement is like $200+ and that seems insane when i have a pile of arduinos and a couple of stepper driver boards sitting in a drawer.

the rotator itself uses a simple potentiometer for position feedback which should be easy enough to read with the analog input on the arduino, and ive seen a few write-ups where people used an H-bridge or a relay board to actually drive the motor. what im not sure about is how to handle the calibration — like getting the pot reading to map cleanly to actual degrees without a ton of drift over time. also thinking about adding a small OLED display and maybe serial control so i can eventually tie it into my logging software or maybe hamlib.

anyone gone down this road? curious if theres a better approach or if someone already made a library for this kind of thing that i just havent found yet.

  • Replies 1
  • Views 13
  • Created
  • Last Reply

Top Posters In This Topic

Featured Replies

yeah i did something similar with an older rotor, different brand but same basic idea. the pot feedback is fine for this, just make sure you're averaging a bunch of analog reads before you do anything with the value, the noise on those things can be annoying especially if the motor is running at the same time. i ended up using a running average of like 10 samples and that cleaned it up a lot.

for the actual mapping i just did a two-point calibration at startup — point it north, hit a button, then point it to a known bearing, hit the button again, and from there it interpolates. works pretty well, ive been running it for about 8 months now and drift is minimal. i think the pot itself just has to be decent quality, the one in those yaesu units is usually fine.

hamlib has rotctld which can talk over serial so thats actually not that hard to implement, theres some example sketches floating around on github if you search for rotator controller arduino, dont remember the exact repo names but they exist.

tangentially related but if you end up wanting to do more automation stuff, a raspberry pi alongside the arduino is a nice combo — let the arduino handle the real-time motor control stuff where timing matters, and the pi handles the higher level logic, logging, maybe a web interface. i built a little antenna switch controller that way and its been solid. the pi runs a flask app so i can control it from my phone which is honestly the main reason i did it.

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.