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 shack — anyone else done this?

so ive been messing around with a raspberry pi zero w for the past few weeks trying to get it to control a few things in my shack automatically and i gotta say its been more of a rabbit hole than i expected but in a good way mostly

right now i have it pulling weather data and keying a relay to turn on my fan when the shack hits a certain temp, and i also have it monitoring my power supply voltage over i2c with one of those little INA219 breakout boards. works pretty well once i sorted out the address conflicts which took me an embarassingly long time to figure out

what i really want to do next is hook it up to rigctld and have it log bands automatically based on time of day, like switch to 40m in the evening without me having to remember. my radio is a 7300 so the CAT interface should be pretty straightforward but ive never actually done anything with rigctld before. anyone have a starting point for that or a script i can steal lol

also curious if anyones done anything similar with an arduino instead — i started with an uno for the relay stuff and moved to the pi when i realized i actually needed network access, but maybe theres a better way to split the work between the two

  • Replies 1
  • Views 12
  • Created
  • Last Reply

Top Posters In This Topic

Featured Replies

yeah the INA219 i2c address thing gets everyone the first time, you have to pull the A0/A1 pins to set alternate addresses and the datasheet buries that info like they dont want you to find it

for rigctld and the IC-7300 its honestly not bad once you get it going. make sure you have hamlib installed and then just run rigctld with the right model number, i think the 7300 is model 3085 but double check that. then from python you can just open a socket to localhost 4532 and send commands as plain text which is kinda weird but it works fine. theres a hamlib python wrapper too but i always just use raw sockets because i understand whats happening that way

the split between arduino and pi is something i do too — i use an arduino nano as basically a dumb i/o expander over serial, pi handles all the logic and networking, nano just toggles relays and reads sensors. keeps the timing stuff reliable and you dont have to worry about linux doing something stupid at the wrong moment

ive got a 7300 also and did something similar a while back, rigctld works fine with it over the USB cable. one thing that tripped me up was making sure the baud rate in the radio menus matched what i had in the rigctld command, mine kept timing out and i couldnt figure out why for like two days

the automation angle is cool but honestly once i had CAT control working i went down a whole other rabbit hole with fldigi and js8call integration and kind of forgot about the original project haha. its that kind of hobby i guess

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.