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 162
A 10
K 1 Quiet
X-Ray C1.3
Wind 392.8 km/s
Aurora 1
Updated 11: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 a pi zero to automate my logging and rig control — anyone else gone down this rabbit hole

 Loading...

so i finally caved and ordered a couple pi zeros and an arduino mega a few weeks back after seeing someone at our club meeting show off their automated station setup. been messing with it on and off and honestly i went way deeper than i expected to

started simple, just wanted to pull frequency data from my IC-7300 via USB and have it auto-log to a spreadsheet or something. ended up writing a python script that reads CAT commands, pushes the data to a little sqlite database, and now i have a dashboard running on my local network showing me band conditions, what frequency im on, mode, all that. its actually pretty slick but im not gonna pretend the first two weeks werent a nightmare of broken dependencies and me googling error messages at midnight

now im thinking about hooking up an arduino to handle some physical stuff — like switching between antennas based on what band the rig selects automatically, maybe even triggering a bandpass filter bank if i ever build one. has anyone done relay control through an arduino that talks to a pi? im trying to figure out if i should do I2C between them or just have the pi handle the GPIO directly and skip the arduino altogether for the relay part. the arduino feels like overkill if i dont need the analog stuff but i have it sitting there so might as well use it

  • Replies 1
  • Views 20
  • Created
  • Last Reply

Top Posters In This Topic

Featured Replies

yeah i went down exactly this hole about 18 months ago and never really came back out lol. I2C between the pi and arduino works fine but honestly for relay switching you probably dont need it unless you want the arduino handling timing-critical stuff independently. if its just switching antenna relays based on a band command from the pi, just wire up a relay board directly to the GPIO and write a simple python function that maps band to relay state. way less complexity.

where the arduino actually earns its keep in my setup is handling the rotator interface — i needed faster loop timing than the pi could reliably give me with linux getting in the way, and the arduino handles that no problem while the pi just sends it target azimuth commands over serial. that separation of concerns made everything way more stable. the pi is terrible at anything that needs real-time response, just keep that in mind before you trust it with anything timing sensitive

im kind of in the same boat, been trying to get hamlib talking to my old ft-857 through a pi 4 and its been hit or miss. sometimes rigctld just drops the connection for no reason and i have to restart it. didnt think itd be this flakey honestly. your setup sounds more polished than mine, what are you using for the CAT stuff, hamlib or did you write your own serial parsing

  • Guest locked, pinned, unpinned and unlocked 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.