Matt W1CDN
  • Joined on 2023-04-08
W1CDN opened issue W1CDN/asmr#18 2026-09-12 11:45:10 -05:00
Frequency CAT command per rig
W1CDN commented on issue W1CDN/asmr#15 2026-09-12 11:28:05 -05:00
File format parameter

Closing for now.

W1CDN closed issue W1CDN/asmr#15 2026-09-12 11:28:05 -05:00
File format parameter
W1CDN closed issue W1CDN/asmr#1 2026-09-12 11:27:19 -05:00
Radio-specific parameters to get_smeter()
W1CDN closed issue W1CDN/asmr#12 2026-09-12 11:27:07 -05:00
Rig parameter
W1CDN pushed to main at W1CDN/asmr 2026-09-12 11:27:06 -05:00
66eeceb728 Snapshot.
W1CDN opened issue W1CDN/asmr#17 2026-09-12 11:25:46 -05:00
Test run
W1CDN opened issue W1CDN/asmr#16 2026-09-12 11:25:01 -05:00
Set mode to AM when possible?
W1CDN pushed to main at W1CDN/asmr 2026-09-12 11:12:10 -05:00
8337ed478d Add readme.
W1CDN commented on issue W1CDN/asmr#11 2026-09-12 11:04:00 -05:00
Send to MQTT

Could you pipe a CSV row to another program?

W1CDN pushed to main at W1CDN/asmr 2026-09-12 10:59:33 -05:00
00a90d56dc Set up framework for different rigs to be used. See #8.
15aa249f3c Snapshot.
Compare 2 commits »
W1CDN closed issue W1CDN/asmr#2 2026-09-11 18:49:37 -05:00
Bring in get_loc() from gpsll
W1CDN pushed to main at W1CDN/asmr 2026-09-11 18:49:37 -05:00
52a829a9a8 Bring in location! Closes #2.
W1CDN pushed to main at W1CDN/gpsll 2026-09-11 18:23:37 -05:00
0b7fcb2e93 Merge pull request 'Build function that waits for one location, returns it, and exits.' (#4) from function into main
06324c3183 Working snapshot.
408b94d962 Make it work, add format argument.
80ba685a95 Wait for one location and then exit.
Compare 4 commits »
W1CDN merged pull request W1CDN/gpsll#4 2026-09-11 18:23:36 -05:00
Build function that waits for one location, returns it, and exits.
W1CDN closed issue W1CDN/gpsll#3 2026-09-11 18:23:36 -05:00
Easier to just ask for location one at a time?
W1CDN pushed to function at W1CDN/gpsll 2026-09-11 18:23:24 -05:00
06324c3183 Working snapshot.
W1CDN commented on issue W1CDN/asmr#2 2026-09-11 18:19:51 -05:00
Bring in get_loc() from gpsll

It takes ~1 second to get a location once the GPS receiver is working. So I will need to wait wait - 1 second, call get_loc(), then wait 1 second and call get_smeter().

For now, until I…

W1CDN commented on pull request W1CDN/gpsll#4 2026-09-11 18:17:00 -05:00
Build function that waits for one location, returns it, and exits.

Need to speed this up; in a 1-second loop it is 3 seconds between measurements.

W1CDN commented on issue W1CDN/asmr#8 2026-09-11 17:54:57 -05:00
Rig db

Some parameters here: https://hamlib.sourceforge.net/sup-info/4.7.0/rigmatrix.html#parms1

I think I should figure out how to store one rig easily, then add others as requested.