Matt W1CDN
  • Joined on 2023-04-08
W1CDN closed issue W1CDN/vulpes#43 2023-09-15 21:19:51 -05:00
Key radio as well as blinking LED
W1CDN commented on pull request W1CDN/vulpes#44 2023-09-15 19:39:15 -05:00
Key radio as well as blinking LED

Swapping these shows that keyer is on all the time...

const int keyer = LED_BUILTIN;//32; //LED_BUILTIN for on-board (dev);//26 for LED; //32 for transmitter keyer
const int blinker =…
W1CDN commented on pull request W1CDN/vulpes#44 2023-09-15 18:45:44 -05:00
Key radio as well as blinking LED

First crack at adding keyer code. It is sending a constant signal (key down) as soon as the board is powered and boots up. Does not send a constant signal without board power, so I think (hope)…

W1CDN created pull request W1CDN/vulpes#44 2023-09-15 16:55:52 -05:00
Key radio as well as blinking LED
W1CDN commented on issue W1CDN/vulpes#4 2023-09-15 16:54:02 -05:00
Set timer to start and stop program

Closed in #24.

W1CDN closed issue W1CDN/vulpes#4 2023-09-15 16:54:02 -05:00
Set timer to start and stop program
W1CDN commented on issue W1CDN/vulpes#8 2023-09-15 16:53:33 -05:00
Figure out sending program options

Not completely done.

W1CDN reopened issue W1CDN/vulpes#8 2023-09-15 16:53:33 -05:00
Figure out sending program options
W1CDN deleted branch program-cycle from W1CDN/vulpes 2023-09-15 16:53:09 -05:00
W1CDN merged pull request W1CDN/vulpes#24 2023-09-15 16:51:45 -05:00
Set up scheduled program cycles
W1CDN closed issue W1CDN/vulpes#8 2023-09-15 16:51:45 -05:00
Figure out sending program options
W1CDN pushed to main at W1CDN/vulpes 2023-09-15 16:51:45 -05:00
3db888e530 Merge pull request 'Set up scheduled program cycles' (#24) from program-cycle into main
a93498ac84 Merge pull request 'Use arduinomorse instead of Jled' (#38) from arduinomorse into program-cycle
6c1a718a98 Do the math right on cycle timing.
4380a56055 Shelve.
f5aa43ef76 Clean out old Jled and arduino-timer code.
Compare 42 commits »
W1CDN opened issue W1CDN/vulpes#43 2023-09-15 16:51:07 -05:00
Key radio as well as blinking LED
W1CDN commented on issue W1CDN/vulpes#8 2023-09-15 16:48:13 -05:00
Figure out sending program options

Some of these are filled in with #24, but WPM and custom message need to be added.

W1CDN deleted branch arduinomorse from W1CDN/vulpes 2023-09-15 16:36:02 -05:00
W1CDN pushed to program-cycle at W1CDN/vulpes 2023-09-15 16:35:55 -05:00
a93498ac84 Merge pull request 'Use arduinomorse instead of Jled' (#38) from arduinomorse into program-cycle
6c1a718a98 Do the math right on cycle timing.
4380a56055 Shelve.
f5aa43ef76 Clean out old Jled and arduino-timer code.
c8f9d823da Add back ability to send continuously.
Compare 10 commits »
W1CDN merged pull request W1CDN/vulpes#38 2023-09-15 16:35:54 -05:00
Use arduinomorse instead of Jled
W1CDN opened issue W1CDN/vulpes#42 2023-09-15 16:35:24 -05:00
Prevent user from inputting larger cycle ID than number of transmitters
W1CDN opened issue W1CDN/vulpes#41 2023-09-15 16:34:26 -05:00
Why (if true) are cycles starting ~1s late?
W1CDN opened issue W1CDN/vulpes#40 2023-09-15 15:30:42 -05:00
Design board