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 201
SN 126
A 14
K 1 Quiet
X-Ray C2.9
Wind 382.2 km/s
Aurora 2
Updated 17:00 UTC HamQSL · N0NBH
Day 80/40m Poor 30/20m Good 17/15m Good 12/10m Good
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 before?

 Loading...

so ive been messing around with a raspberry pi zero w for the past few weeks trying to get it to automatically pull my wsjtx log and push it to qrz and lotw without me having to babysit it. got it mostly working but the timing is all screwed up, like it'll push the same qso twice sometimes or just miss a batch entirely. im running a little python script that watches the adif file for changes using watchdog library and then parses the new entries. feels like the file locking is the issue but i honestly dont know enough about how wsjtx writes to that file to know if im racing it or what.

also totally unrelated but while i was at it i wired up a little 128x64 oled to show my current band and mode pulled from flrig via xmlrpc. that part actually works great, the pi talks to my linux box over the local network and updates every 5 seconds. whole thing runs off a usb port on the back of my radio desk.

anyway if anyone has done something similar with the log syncing piece id love to know how you handled it. i feel like im reinventing the wheel here

  • Replies 1
  • Views 19
  • Created
  • Last Reply

Top Posters In This Topic

Featured Replies

yeah the wsjtx adif file thing is a known pain. the program doesnt close and reopen it cleanly every time, it kind of appends in chunks and if your watchdog fires mid-write you'll get a partial record or duplicate depending on how your parser handles it. what i ended up doing was not watching the file at all — instead i just poll it every 60 seconds and keep a local sqlite db of qso timestamps i've already pushed. anything new in the adif that isnt in my db gets uploaded, nothing gets sent twice. bit of a hack but its been running solid for like 8 months now on a pi 3b i had sitting in a drawer.

the xmlrpc flrig thing is a great idea btw, i never thought to throw an oled on there but now i kind of want to. what display driver you using, the ssd1306 with luma.oled or something else?

I did something similar about a year ago but with an Arduino Mega handling the physical side — buttons, rotary encoder, that kind of stuff — and the Pi doing all the network heavy lifting. They talk over serial and it works pretty well once you sort out the baud rate and get some proper handshaking in there. I tried doing everything on the Pi and the GPIO latency for anything timing sensitive was annoying me, so the hybrid approach made more sense for my use case.

For the log upload problem honestly look at cloudlog or even just the built in LOTW tqsl command line tool, you can script tqsl directly and it handles duplicate checking on its own. Might save you from having to roll all of that yourself. Though if you're doing it as a learning project then obviously carry on, half the fun is figuring it out the hard way.

  • Guest unpinned, pinned, locked and unlocked this topic

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

Account

Navigation

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.