Matt W1CDN
  • Joined on 2023-04-08
W1CDN commented on issue W1CDN/vulpes#4 2023-08-28 14:20:55 -05:00
Set timer to start and stop program

To summarize, there are a few places where timers are needed:

  • to start/stop sending at the beginning/end of the event
  • to start/stop sending at the beginning of the "on" cycle
  • to…
W1CDN commented on issue W1CDN/vulpes#4 2023-08-27 22:33:43 -05:00
Set timer to start and stop program

I wrote some code and then tested it. The problem with arduino-timer is that it (as it is supposed to) doesn't block, or at least I can't make it.

Here is an idea: https://github.com/contrem/ard

W1CDN commented on pull request W1CDN/aprs_tool#38 2023-08-26 19:35:20 -05:00
Handle breaking errors in kiss_and_db.py

Doesn't seem like test_async.py is picking up anything from dw, even though dw reports the connection.

W1CDN created pull request W1CDN/aprs_tool#38 2023-08-26 19:26:30 -05:00
Stub out fix-kiss.
W1CDN pushed to main at W1CDN/aprs_tool 2023-08-26 19:05:46 -05:00
6686cba26d Merge pull request 'Add status page' (#30) from dashboard-page into main
1b0494c45a Very rough workaround for relative API urls.
f694e65c2a Clean up a bit.
78641d0eef Drop function for reading dw logs directly.
50e8324786 Show relative time.
Compare 37 commits »
W1CDN deleted branch dashboard-page from W1CDN/aprs_tool 2023-08-26 19:05:46 -05:00
W1CDN merged pull request W1CDN/aprs_tool#30 2023-08-26 19:05:45 -05:00
Add status page
W1CDN closed issue W1CDN/aprs_tool#16 2023-08-26 19:05:45 -05:00
Digipeater dashboard
W1CDN commented on pull request W1CDN/aprs_tool#30 2023-08-26 17:20:40 -05:00
Add status page

I hacked my way through relative links so I could close this sprawling MR. Will let it run a bit and see what issues pop up.

W1CDN commented on pull request W1CDN/aprs_tool#30 2023-08-26 14:20:45 -05:00
Add status page

With aprs3 and only kiss or kiss3:

Traceback (most recent call last):
  File "kiss_and_db.py", line 4, in <module>
    import aprs
  File "/home/pi/.local/lib/python3.7/site-packages/apr…
W1CDN commented on pull request W1CDN/aprs_tool#30 2023-08-26 11:54:47 -05:00
Add status page

Now have aprs3, kiss, and kiss3 installed with pip3, but not aprs.

W1CDN commented on pull request W1CDN/aprs_tool#30 2023-08-26 11:05:01 -05:00
Add status page

Very confused now. I was apparently using some combination of versions of aprs and kiss, and now need to get back to a working system.

Getting things like this in the log now: `2023-08-26…

W1CDN commented on pull request W1CDN/aprs_tool#30 2023-08-26 10:28:06 -05:00
Add status page

Woops, broke it:

kiss_and_db.py as subprocess pid 8673
Traceback (most recent call last):
  File "kiss_and_db.py", line 116, in <module>
    main()
  File "kiss_and_db.py", line 33, in…
W1CDN commented on pull request W1CDN/aprs_tool#30 2023-08-25 21:46:11 -05:00
Add status page

Based on some old logs (I just added timestamps tonight), I have been calling the older version of aprs package (https://github.com/ampledata/aprs) and not the new version (https://github.com/pyt

W1CDN commented on issue W1CDN/aprs_tool#36 2023-08-25 21:17:36 -05:00
Add log file

Need to add timestamps, something to do with formatting: https://docs.python.org/3/library/logging.html

W1CDN commented on issue W1CDN/vulpes#3 2023-08-22 14:56:25 -05:00
Key radio

Oh, I see now why this is hard. Need to do stuff without delay() so the webserver can continue to operate.

W1CDN commented on issue W1CDN/vulpes#3 2023-08-22 14:14:17 -05:00
Key radio

Very basic set up at 76ef0b129f.

W1CDN opened issue W1CDN/vulpes#4 2023-08-22 13:15:58 -05:00
Set timer to start and stop keying radio
W1CDN opened issue W1CDN/vulpes#3 2023-08-22 13:14:50 -05:00
Key radio
W1CDN opened issue W1CDN/vulpes#2 2023-08-22 12:33:31 -05:00
Create README