Matt W1CDN
  • Joined on 2023-04-08
W1CDN commented on issue W1CDN/vulpes#18 2023-09-25 21:45:53 -05:00
Figure out how to power this thing.

To be clear, this is about adding a VIN connection to #40. It's easy to do 5V on a USB battery pack, but might be easier in some cases to run off 9/12V if you are also running a transmitter from…

W1CDN commented on issue W1CDN/vulpes#35 2023-09-25 21:43:31 -05:00
Make it clear in UI that start time only matters once continuous is switched on

Closing because some text is there now; if anything this is part of #37.

W1CDN closed issue W1CDN/vulpes#35 2023-09-25 21:43:31 -05:00
Make it clear in UI that start time only matters once continuous is switched on
W1CDN commented on issue W1CDN/vulpes#26 2023-09-25 21:41:06 -05:00
Handle DST

This might be handled already because of local time in the browser.

W1CDN created pull request W1CDN/vulpes#53 2023-09-25 21:38:09 -05:00
Add option to set up for wifi or AP on compile
W1CDN deleted branch rtc-fix01 from W1CDN/vulpes 2023-09-25 21:15:04 -05:00
W1CDN pushed to main at W1CDN/vulpes 2023-09-25 21:14:58 -05:00
e942576fd8 Merge pull request 'Make sure RTC is counting time on battery' (#51) from rtc-fix01 into main
c14215d42f Wait for RTC before querying on boot.
99f6ebfe93 Add delay before reading RTC.
Compare 3 commits »
W1CDN merged pull request W1CDN/vulpes#51 2023-09-25 21:14:58 -05:00
Make sure RTC is counting time on battery
W1CDN closed issue W1CDN/vulpes#50 2023-09-25 21:14:58 -05:00
RTC not keeping time
W1CDN commented on pull request W1CDN/vulpes#51 2023-09-25 21:14:51 -05:00
Make sure RTC is counting time on battery

It's been a few days and the RTC still has the right time. Merging and moving on for now.

W1CDN commented on issue W1CDN/vulpes#22 2023-09-23 07:59:37 -05:00
Option at top of program to set up on network vs as access point

There's a way to set the hostname so you don't need the IP, but another way would be to flash the IP in Morse on boot if attaching to wifi.

W1CDN commented on issue W1CDN/vulpes#29 2023-09-21 17:14:28 -05:00
Make a schematic for the ESP32/DS3231/transistor board

Related: #40.

W1CDN opened issue W1CDN/vulpes#52 2023-09-21 16:08:04 -05:00
Send callsign every 10 minutes
W1CDN commented on pull request W1CDN/vulpes#51 2023-09-20 15:56:11 -05:00
Make sure RTC is counting time on battery

!!! Is this the reason? I kept switching computers? W1CDN/vulpes#50 (comment)

W1CDN commented on issue W1CDN/vulpes#50 2023-09-20 15:38:58 -05:00
RTC not keeping time

Close... https://superuser.com/a/1777971

One setting you can check in about:config does affect the time zone which gets reported to web sites: if privacy.resistfingerprinting is set to true,…

W1CDN commented on issue W1CDN/vulpes#50 2023-09-20 15:09:10 -05:00
RTC not keeping time

There it is. I put this handy thing at the top, and it's not showing local time: image

W1CDN commented on issue W1CDN/vulpes#50 2023-09-19 16:06:59 -05:00
RTC not keeping time

image Alarm 1 set for at 02:10:00 Sat, 20 May 2000 (only HH:MM:SS day-of-month are accurate)

W1CDN commented on issue W1CDN/vulpes#50 2023-09-19 16:02:36 -05:00
RTC not keeping time

image Alarm 1 set for at 21:05:00 Fri, 19 May 2000 (only HH:MM:SS day-of-month are accurate)

W1CDN commented on issue W1CDN/vulpes#50 2023-09-19 15:32:12 -05:00
RTC not keeping time

Set this for 8:30 PM CDT, it came on at 3:30 PM CDT. image

W1CDN commented on issue W1CDN/vulpes#50 2023-09-19 11:13:24 -05:00
RTC not keeping time

Added delay(2000); before reporting RTC time on boot.