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 101
A 14
K 1 Quiet
X-Ray C6.6
Wind 321.9 km/s
Aurora 2
Updated 21: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 arduino to key the rig automatically — anyone done this?

 Loading...

so ive been messing around with this idea for a while now and finally started actually building it out. basically i want to use an arduino uno to handle automatic CW keying based on some sensor input — im setting up a little weather station and thought it would be cool if it could just beacon out the temp and pressure every few minutes on its own without me having to babysit it.

the keying part isnt too bad, i just have a transistor switching the key line on my IC-7300 and the arduino pulls the base low to key it. works fine on the bench. the issue im running into is timing — the dit/dah ratio gets a little weird at higher WPM and i think its because im using delay() which i know is bad practice but im still kind of learning this stuff. been looking at using millis() instead but havent fully wrapped my head around it yet.

the other thing i want to do eventually is swap in a raspberry pi zero so i can pull weather data off an API and format it automatically but that feels like overkill for now. anyone done something similar or have thoughts on the timing issue? does the iambic stuff get complicated to implement from scratch

  • Replies 1
  • Views 3
  • Created
  • Last Reply

Top Posters In This Topic

Featured Replies

yeah the delay() thing will absolutely kill you for CW timing, especially once you start getting above like 15 WPM. millis() is the right call and it clicks once you just sit down and really look at a few examples — basically you store the last time something happened in a variable and then check if enough time has passed instead of just blocking everything. there are some pretty clean CW libraries out there for arduino already too, morse.h or a couple others, might save you reinventing the wheel if the goal is just to get the beacon running.

the transistor keying approach is fine but double check you have a protection diode across whatever youre switching and that youre not pulling too much current through the arduino pin directly. some rigs are a little fussy about what they see on the key line.

i did almost exactly this a couple years ago with a uno and a bmp280 for pressure and temp. ended up going the pi zero route sooner than i thought because formatting the APRS-style string got annoying on the arduino side without proper string handling. the zero with python just made that part way easier and then i just had it talk to a small arduino nano over serial to handle the actual keying since i didnt want to deal with the pi gpio timing being messed up by the OS scheduler. works pretty reliably now, beacons every 10 minutes on 30m. the iambic stuff — honestly dont bother unless you really need it for a beacon, straight key timing is way simpler to code and nobody cares if a beacon isnt using iambic

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.