Matt W1CDN
  • Joined on 2023-04-08
124 contributions in the last 12 months
JunJulAugSepOctNovDecJanFebMarAprMayMonWedFri
Less
More
W1CDN commented on issue W1CDN/vulpes#23 2023-09-16 11:10:00 -05:00
Make the webform prettier

Don't want to use Bootstrap, it's big and requires jquery.

W1CDN created pull request W1CDN/vulpes#47 2023-09-16 09:52:16 -05:00
Add custom message ability
W1CDN merged pull request W1CDN/vulpes#45 2023-09-16 09:17:18 -05:00
Change WPM on webform
W1CDN pushed to main at W1CDN/vulpes 2023-09-16 09:17:18 -05:00
08b1bdf3fd Merge pull request 'Change WPM on webform' () from wpm into main
d973bbf19a Clean up.
f4287eba7b Control WPM from webform.
Compare 3 commits »
W1CDN deleted branch wpm from W1CDN/vulpes 2023-09-16 09:17:18 -05:00
W1CDN opened issue W1CDN/vulpes#46 2023-09-16 08:20:32 -05:00
Gracefully degrade without JS
W1CDN created pull request W1CDN/vulpes#45 2023-09-15 21:25:54 -05:00
Change WPM on webform
W1CDN deleted branch key-radio from W1CDN/vulpes 2023-09-15 21:25:09 -05:00
W1CDN commented on issue W1CDN/vulpes#9 2023-09-15 21:24:08 -05:00
Rename gpio variables to make sense

Long done.

W1CDN closed issue W1CDN/vulpes#9 2023-09-15 21:24:08 -05:00
Rename gpio variables to make sense
W1CDN closed issue W1CDN/vulpes#15 2023-09-15 21:23:47 -05:00
Fill in selected values for select menus on webform
W1CDN commented on issue W1CDN/vulpes#17 2023-09-15 21:23:34 -05:00
Flash onboard LED along with what is being sent

Closed in #44.

W1CDN closed issue W1CDN/vulpes#17 2023-09-15 21:23:34 -05:00
Flash onboard LED along with what is being sent
W1CDN merged pull request W1CDN/vulpes#44 2023-09-15 21:19:51 -05:00
Key radio as well as blinking LED
W1CDN closed issue W1CDN/vulpes#43 2023-09-15 21:19:51 -05:00
Key radio as well as blinking LED
W1CDN pushed to main at W1CDN/vulpes 2023-09-15 21:19:51 -05:00
3474d8ba17 Merge pull request 'Key radio as well as blinking LED' () from key-radio into main
ffb4163980 Wire up keyer.
Compare 2 commits »
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