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 done this kind of thing?

so ive been messing around with a raspberry pi zero w for a few months now and i finally got hamlib talking to my 7300 over usb which honestly took way longer than it should have but thats a whole other story. right now it just logs frequency and mode to a little sqlite database every few seconds which is kinda fun to look back at but im trying to figure out what else to do with it.

the thing that got me thinking was i saw someone on reddit who had their pi monitoring swr and temp inside the shack and would text them if something went wrong. that seems really useful especially since i leave things running unattended sometimes when im doing digital modes overnight. i have a few DS18B20 sensors sitting in a drawer from an old project and a basic SWR bridge i built years ago that has an analog output i never did anything with.

has anyone tied an Arduino into something like this too? im thinking the pi handles the logic and network stuff and the arduino does the analog reading since the pi doesnt have an adc. or is there a better way to do it — i know you can get i2c adc chips pretty cheap. just not sure what the cleanest approach is for something that needs to be reliable and not crash every week.

  • Replies 1
  • Views 13
  • Created
  • Last Reply

Top Posters In This Topic

Featured Replies

yeah the pi plus arduino combo is actually pretty common for exactly this reason. the pi is great for the heavy lifting but its a pain for anything real-time or analog. i use an Arduino nano as basically a sensor front end — it reads a handful of analog inputs and sends the data over serial to the pi every second or so. been rock solid for like two years now running WSPR beacon monitoring in my garage shack.

the ADS1115 i2c adc is fine too and saves you a whole extra board if you only need a few channels but honestly for what your describing the nano approach gives you more flexibility and you can add stuff later without rewiring everything. just watch your ground loops if your SWR bridge is anywhere near rf, took me a while to figure out why my readings were going nuts on 40m transmit.

i did almost exactly this last winter. the texting part is easier than you'd think, i used a python library called Apprise that can push to like a dozen different services. ended up going with ntfy.sh just because it was free and i didnt want to mess with twilio billing. the temp sensor integration with those DS18B20s is dead simple on the pi, theres a kernel module that just exposes them as files in /sys so you basically just open and read. SWR monitoring is where it gets trickier depending on how your bridge outputs the voltage but if its already giving you a clean DC level it should be fine through an ADS1115 like the other guy said.

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.