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 B9.3
Wind 433.7 km/s
Aurora 2
Updated 23: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 shack -- anyone done this before?

so ive been messing around with a raspberry pi zero w for a few months now trying to get it to handle some basic automation in my shack and honestly its going better than expected but also hitting some walls. the main thing i wanted was something that would watch my radio (ic-7300) via USB, log contacts automatically to my logging software, and maybe eventually trigger a relay to switch antennas based on band. the logging part is mostly working, im using hamlib and a python script i cobbled together from like four different tutorials.

the problem im running into is the zero w just kinda chokes when im also trying to run the web interface i set up to control it remotely. not crashing exactly, just sluggish in a way that feels like its gonna cause problems during a contest or something. was thinking about throwing an arduino nano in the mix to handle the relay switching separately so the pi isnt juggling everything. does that setup make sense or am i overcomplicating this? i know some people just use a full pi 4 for this stuff but i have like 6 zero w's from a kit i bought and id rather use what i have

  • Replies 1
  • Views 3
  • Created
  • Last Reply

Top Posters In This Topic

Featured Replies

yeah that makes total sense actually, the zero w is kinda underpowered for running a web server and doing serial comms at the same time, especially if youre doing any real time stuff. offloading the relay control to an arduino is exactly the right call imo. the arduino handles that kind of low level IO way more reliably and you dont have to worry about linux scheduler messing with timing. i2c between the pi and arduino works fine for something like this, or even just basic serial over UART if you want to keep it simple. ive got a similar setup controlling a bandpass filter bank, pi does all the logic and the arduino just executes relay commands. works solid.

one thing to watch, make sure youre using optocouplers between the arduino outputs and any relay coils, especially if theres any chance of RF getting into the control lines. learned that one the hard way during a field day a couple years back, had a relay go haywire every time i keyed up on 40m.

im running almost the same thing but with a pi 3b+ and honestly even that feels a bit heavy sometimes for the shack automation stuff. your plan with the nano sounds fine, i think people overcomplicate the pi/arduino question -- they're just tools and mixing them is totally normal. the arduino is better at doing one thing reliably, the pi is better at the networky web stuff.

side note, have you looked at flrig for the rig control piece? it plays nice with hamlib and might save you some scripting headaches depending on what youre actually trying to do with the 7300

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.