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 147
SN 141
A 10
K 2 Quiet
X-Ray C1.3
Wind 469.7 km/s
Aurora 2
Updated 22: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 arduino to automate my antenna rotator — anybody done this?

 Loading...

so ive been messing around with an old antenna rotator for probably the last month or so and the controller on it is basically dead, the pot is shot and the original control box is just cooked. instead of buying a replacement i figured why not just roll my own with an arduino and a motor driver board. i've done some basic arduino stuff before like blinking LEDs and reading sensors so im not a complete newbie but this feels like a bigger step.

the rotator motor itself is a pretty standard DC type, i think its somewhere around 24v. my plan was to use an L298N motor driver to handle the actual switching and then just have the arduino read heading from a replacement pot i wired in. eventually i want it to talk to my logging software over serial so it can point the beam automatically when i work a new grid or something. has anyone gone down this road already? im mostly worried about the feedback loop being stable enough that it doesnt just hunt back and forth forever around the target bearing. seen some guys use a PI controller loop for this but i honestly havent messed with control theory since college and i barely remember it

also wondering if a raspberry pi would be a better choice here since it could just run a proper rotctld instance and integrate with stuff like gpredict without needing a separate computer in the loop. thoughts?

  • Replies 1
  • Views 37
  • 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. i used an arduino mega just because i had one sitting in a drawer but an uno would probably be fine. the hunting problem is real and annoying — what worked for me was adding a small deadband, like i just ignore any error less than 2 or 3 degrees and that stops it from constantly twitching. you dont need a full PID for something this slow moving honestly, a simple proportional control with that deadband is usually good enough unless your bearings need to be super precise for like EME or something.

on the RPi question, i actually ended up running both — arduino does the low level motor stuff and pot reading, then it talks over USB serial to a pi zero that runs rotctld. that way the timing sensitive stuff stays on the microcontroller and the pi handles all the network stuff and integrates with gpredict. works great for satellite tracking. the pi zero is cheap enough that it wasnt really a hard decision

dont overlook the current sensing on that L298N, those boards can get surprisingly warm depending on your motor load and the onboard regulator is pretty weak. had one die on me mid contest which was annoying. nothing major just something to watch for. i ended up putting a little heatsink on mine and it's been fine since.

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