Matt W1CDN
  • Joined on 2023-04-08
W1CDN commented on pull request W1CDN/vulpes#24 2023-09-04 21:12:50 -05:00
Set up scheduled program cycles

If using ardino-timer (https://github.com/contrem/arduino-timer), how to set this up?

  • get start time of program from webform
  • start time should be in unix utc, but RTC uses seconds…
W1CDN created pull request W1CDN/vulpes#24 2023-09-04 20:50:18 -05:00
Set up scheduled program cycles
W1CDN commented on issue W1CDN/vulpes#19 2023-09-04 20:48:37 -05:00
Fix sending overlap when changing message

Closed in #21.

W1CDN pushed to main at W1CDN/vulpes 2023-09-04 20:48:15 -05:00
6807d3f56f Merge pull request 'Fix lockup and message change' (#21) from debug-new-message into main
07db0cf748 Add example config file.
4c6105734e Blink LED while sending CW.
a3ec425c88 Set old msg to new msg (fix lockup) and change CQ to TEST.
Compare 4 commits »
W1CDN deleted branch debug-new-message from W1CDN/vulpes 2023-09-04 20:48:15 -05:00
W1CDN merged pull request W1CDN/vulpes#21 2023-09-04 20:48:14 -05:00
Fix lockup and message change
W1CDN closed issue W1CDN/vulpes#19 2023-09-04 20:48:14 -05:00
Fix sending overlap when changing message
W1CDN opened issue W1CDN/vulpes#23 2023-09-04 20:45:31 -05:00
Make the webform prettier
W1CDN opened issue W1CDN/vulpes#22 2023-09-04 20:45:07 -05:00
Option at top of program to set up on network vs as access point
W1CDN commented on pull request W1CDN/vulpes#21 2023-09-04 20:41:57 -05:00
Fix lockup and message change

I finally committed the example config file, which is really only necessary for development. Once developed, I will set this up as an access point.

W1CDN commented on issue W1CDN/vulpes#8 2023-09-04 20:40:19 -05:00
Figure out sending program options

Leaving keying speed out for now. Rules say 8-15 wpm. I'll set it at 12 to be in the middle. Low priority.

https://www.ardf-r1.org/files/Rules_2015_B.pdf

W1CDN closed issue W1CDN/vulpes#3 2023-09-04 20:38:44 -05:00
Key radio
W1CDN commented on issue W1CDN/vulpes#6 2023-09-04 20:15:39 -05:00
Write default values to files

If it helps, I flashed to a new ESP32 board today and the missing files didn't cause any issues (except for thee being no default values).

W1CDN created pull request W1CDN/vulpes#21 2023-09-04 17:27:21 -05:00
Fix lockup and message change
W1CDN commented on issue W1CDN/vulpes#19 2023-09-04 17:26:46 -05:00
Fix sending overlap when changing message

I think this is fixed in a3ec425c882466f43d7e16f0c8865c143bdfe53b.

W1CDN opened issue W1CDN/vulpes#20 2023-09-04 17:24:54 -05:00
Add option in webform to send with onboard LED, key, or both
W1CDN opened issue W1CDN/vulpes#19 2023-09-03 11:05:56 -05:00
Fix sending overlap when changing message
W1CDN opened issue W1CDN/vulpes#18 2023-09-03 11:04:28 -05:00
Figure out how to power this thing.
W1CDN opened issue W1CDN/vulpes#17 2023-09-03 11:03:58 -05:00
Flash onboard LED along with what is being sent
W1CDN closed issue W1CDN/vulpes#10 2023-09-03 11:02:40 -05:00
Add RTC board and code