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 201
SN 126
A 14
K 1 Quiet
X-Ray C4.3
Wind 398.1 km/s
Aurora 1
Updated 11:30 UTC HamQSL · N0NBH
Day 80/40m Poor 30/20m Good 17/15m Good 12/10m Good
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?

 Loading...

so ive been messing around with an old TV rotor I adapted for my 2m yagi and the manual control box is kind of a pain, especially when im trying to do satellite passes and need to track az/el in real time. been thinking about throwing an arduino in there with a couple of feedback pots and maybe talking to gpredict over serial but honestly im not sure where to start with the software side of it.

ive done some basic arduino stuff before, blinked some LEDs, read some sensor values, nothing crazy. the hardware side doesnt scare me too much but writing something that actually interprets the easycomm protocol and moves the motor accordingly feels like a lot. anyone done something like this or have a sketch thats at least close to what im describing? dont want to reinvent the wheel if someone already figured this out.

also considering just going raspberry pi instead and running rotctld but then i have to deal with linux on a pi which is fine i guess just more moving parts. not sure which way to go honestly.

  • Replies 1
  • Views 2
  • Created
  • Last Reply

Top Posters In This Topic

Featured Replies

yeah i did almost exactly this about two years ago. ended up going the arduino route for the actual motor control because the real-time loop timing is just cleaner than trying to do it from a pi, but i used the pi as the brains running rotctld and gpredict and had it talk to the arduino over USB serial. that way you get the best of both worlds — linux handles all the scheduling and the gpredict integration, arduino handles the PID loop and the pot reading without any OS getting in the way.

the easycomm II implementation on arduino isnt bad, theres a library floating around on github that gets you most of the way there. main thing i had to tune was the deadband on the pot feedback, mine was hunting back and forth like crazy until i put in about a 2 degree window before it would stop trying to correct. also watch your power supply, i was running the motor off the same 5v rail as the arduino initially and the voltage drop was doing weird things to the ADC readings. separate supplies fixed that pretty much immediately.

rotctld on the pi is honestly not that bad once you get it set up, ive been running a similar setup for a while now. the main headache is just making sure the serial port permissions are right so gpredict can actually talk to it without sudo. theres a udev rule you can add that fixes it permanently.

that said if youre already comfortable with arduino i dont see a reason to switch, just wire it up and grab one of the existing sketches and modify it. half the fun is messing with it anyway.

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.