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 a pi zero to automate my station logging — anyone done this?

so ive been messing around with a raspberry pi zero w for the past few weeks trying to get it to handle some of the more tedious parts of my shack setup. right now its just sitting there running a small python script that watches my IC-7300's CI-V output and auto-logs contacts into a CSV but i feel like im barely scratching the surface of what this thing can do.

the idea i had was to also tie in an arduino nano to handle some physical stuff — like maybe switch antenna relays based on the band the radio is on, or trigger a fan when the amp hits a certain temp. i know you can talk to the nano over serial from the pi pretty easily but ive never actually chained the two together in a real project like this and im not sure if there's a cleaner way to do it or if im just overcomplicating things.

anyone here done something similar? doesnt have to be exactly the same setup, just curious what kind of roadblocks people have run into when mixing pi and arduino stuff in the shack. also wondering if the zero w is even powerful enough for this or if i should grab a pi 3 or 4.

  • Replies 1
  • Views 14
  • Created
  • Last Reply

Top Posters In This Topic

Featured Replies

yeah i did almost exactly this about two years ago, was using a pi 3B+ though not the zero. the serial communication between the pi and arduino is honestly not that bad once you get pyserial sorted out, the main headache i had was baud rate mismatches taking forever to figure out because i kept forgetting to set it the same on both ends, pretty embarrassing in retrospect.

for the antenna switching i ended up using a small relay board that the arduino controls directly based on commands from the pi. works great, latency is basically nothing you'd ever notice. the temp monitoring thing i did slightly differently — i just used a DS18B20 sensor wired straight to the pi's GPIO and skipped the arduino for that part. no real reason you couldn't do it either way though.

the zero w might feel a little sluggish if you're also trying to run a GUI or anything heavier alongside it, but for headless scripts talking serial and doing logging it should be totally fine. i'd still maybe grab a pi 3 if you find one cheap just for the headroom.

the CI-V automation stuff is cool but have you looked at hamlib at all? might save you some wheel reinventing depending on how deep you want to go with the 7300 integration. not trying to steer you off your own project just — its already got the band polling stuff handled and a lot of people pipe it into their own scripts.

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.