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 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 basic shack automation stuff. right now im just running a python script that polls my FT-991A over CAT and dumps the freq and mode into a sqlite database every few seconds. works fine mostly but occasionally the serial connection just drops and i have to go restart the script manually which is kind of defeating the purpose.

what i actually want to do eventually is tie this into a bigger thing where the pi is watching for spotting cluster data and cross referencing with what band conditions look like on my sensor — i have one of those ADS-B style ionospheric noise floor loggers running on an rtlsdr that a guy on here pointed me to a while back. the idea being the whole thing would basically tell me hey this band looks good right now, you have a new spot on 17m or whatever.

but before i get there i need to sort out this serial dropout issue. im using pyserial with a USB to ttl adapter, nothing fancy. anyone dealt with this? also curious if people think the zero is enough compute for this or if i should just throw a pi 4 at it

  • Replies 1
  • Views 109
  • Created
  • Last Reply

Top Posters In This Topic

Featured Replies

the serial dropout thing is almost definitely a USB power issue on the zero, those things are notoriously fussy about current especially if youre running wifi at the same time. try adding a small powered hub or just tape a 100uf cap across the 5v rail on the adapter and see if that helps. also worth wrapping your pyserial reads in a try/except and having it automatically re-open the port — i do something like that for my IC-7300 and it just silently reconnects in like half a second, barely noticeable.

for what youre describing the zero will probably struggle once you start adding the cluster parsing on top of everything else. i moved to a pi 3B+ for my logging stuff and it just feels more comfortable, not maxing out the cpu all the time. the zero is fine for like one focused task but juggling serial, wifi, a database write loop and then eventually http requests to pull spot data is going to start getting messy.

yeah i did something similar a while back though i used an arduino mega as kind of a middleman between the radio and the pi, the arduino handles all the serial timing sensitive stuff and just passes clean data over USB to the pi. works great and means if the pi crashes or reboots the radio interface doesnt go down too. might be overengineering it for your use case but its been solid for me for about two years now

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...

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.