Matt W1CDN
  • Joined on 2023-04-08
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
W1CDN commented on issue W1CDN/vulpes#10 2023-09-03 11:02:38 -05:00
Add RTC board and code

Closed in #16.

W1CDN closed issue W1CDN/vulpes#14 2023-09-03 11:02:18 -05:00
Replace loud relay with transistor to key radio
W1CDN deleted branch share-webform from W1CDN/vulpes 2023-09-03 11:02:02 -05:00
W1CDN deleted branch continuous-or-cycle from W1CDN/vulpes 2023-09-03 11:01:59 -05:00
W1CDN deleted branch add-rtc from W1CDN/vulpes 2023-09-03 11:00:54 -05:00
W1CDN merged pull request W1CDN/vulpes#16 2023-09-03 11:00:47 -05:00
Integrate RTC chip
W1CDN pushed to main at W1CDN/vulpes 2023-09-03 11:00:47 -05:00
48db6bc4c9 Merge pull request 'Integrate RTC chip' (#16) from add-rtc into main
d4db1fa1f8 Push current time back to web page.
d5852bb3bb Clean up JS.
abe751d30c Get form submission time from webform and update RTC.
0317a93d38 Shelve.
Compare 6 commits »
W1CDN commented on pull request W1CDN/vulpes#16 2023-09-03 10:52:51 -05:00
Integrate RTC chip

Had to use rtc.now().timestamp() to get string rather than char. 🙄

W1CDN commented on pull request W1CDN/vulpes#16 2023-09-03 10:48:02 -05:00
Integrate RTC chip

This makes it crash: rtc.now().toString("DDD, DD MMM YYYY hh:mm:ss");