Matt W1CDN
  • Joined on 2023-04-08
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");

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

That seems to work.

  • why does it seem like webform files are being written twice? Javascript?
W1CDN commented on pull request W1CDN/vulpes#16 2023-09-02 21:49:44 -05:00
Integrate RTC chip

Calling RTClib as a dependency as the GitHub url in platform.io file. It is a newer version (2.1.2) than the library in PlatformIO/VSCode.

W1CDN commented on pull request W1CDN/vulpes#16 2023-09-02 21:42:11 -05:00
Integrate RTC chip

I thought the issue was string conversion, but what has been causing the crash is rtc.adjust(DateTime();, no matter what value is in it (or empty).

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

Trying to convert from string to long, it should work with new build flag but it's not.

W1CDN commented on pull request W1CDN/vulpes#16 2023-09-02 18:52:45 -05:00
Integrate RTC chip

Oops, scope creep again. I should close this one and start another. VSCode is not my favorite for dealing with git.

I have the RTC module talking to the ESP32 and a way to fill in the unix…

W1CDN created pull request W1CDN/vulpes#16 2023-09-02 18:52:27 -05:00
Integrate RTC chip
W1CDN merged pull request W1CDN/vulpes#12 2023-09-02 18:49:25 -05:00
Webform switch between continuous and cycle sending
W1CDN pushed to main at W1CDN/vulpes 2023-09-02 18:49:25 -05:00
ca53478b3c Merge pull request 'Webform switch between continuous and cycle sending' (#12) from continuous-or-cycle into main
736109b9b0 Revert "Stub out RTC integration."
7d673fe70c Stub out RTC integration.
bfc43443b4 Clarify some things.
20e075d29d Send previous message on startup.
Compare 10 commits »
W1CDN closed issue W1CDN/vulpes#7 2023-09-02 18:49:25 -05:00
Toggle between "send continuously" and "send program on schedule"
W1CDN commented on pull request W1CDN/vulpes#12 2023-09-02 18:37:20 -05:00
Webform switch between continuous and cycle sending

Oops, scope creep again. I should close this one and start another. VSCode is not my favorite for dealing with git.

I have the RTC module talking to the ESP32 and a way to fill in the unix…

W1CDN opened issue W1CDN/vulpes#15 2023-09-01 11:36:20 -05:00
Fill in selected values for select menus on webform