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

W1CDN created pull request W1CDN/vulpes#51 2023-09-19 11:12:55 -05:00
Make sure RTC is counting time on battery
W1CDN commented on issue W1CDN/vulpes#50 2023-09-19 09:53:24 -05:00
RTC not keeping time

Hey, this is interesting, but does it apply here?

The datasheet reccomends a delay before setting: “Communication with the I²C should be held off at least for the first 2 seconds after a…

W1CDN commented on issue W1CDN/vulpes#28 2023-09-19 09:51:56 -05:00
RTC battery status?

I cut out the charging circuit on each board I have, so no worries about monitoring charging.

Maybe monitoring this way works: https://thecavepearlproject.org/2014/05/21/using-a-cheap-3-ds3231-r…

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

Still counting time, made it overnight.

W1CDN commented on issue W1CDN/vulpes#50 2023-09-18 18:18:55 -05:00
RTC not keeping time

Still counting time...

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

Still counting time.

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

"Sometimes" being the word. I can refresh the date using the webform, unplug the device for a few minutes, plug it back in, reboot on serial connection, and the time will be right (i.e., it will…

W1CDN commented on issue W1CDN/aprs_tool#37 2023-09-18 11:44:12 -05:00
KISS connection seems unstable

Likely some more package collisions going on: W1CDN/aprs_tool#30 (comment)

W1CDN commented on issue W1CDN/aprs_tool#37 2023-09-18 11:31:40 -05:00
KISS connection seems unstable

Seeing the same thing even with a pause between closing and reopening the connection, but the connection is obviously no longer there (doesn't show packets I just sent).

2023-09-18…
W1CDN opened issue W1CDN/vulpes#50 2023-09-17 16:32:13 -05:00
RTC not keeping time
W1CDN commented on issue W1CDN/vulpes#41 2023-09-17 12:10:04 -05:00
Why (if true) are cycles starting ~1s late?

Might be related to this, using long and should be using unsigned long: https://www.arduino.cc/reference/en/language/functions/time/millis/

W1CDN opened issue W1CDN/vulpes#49 2023-09-17 12:01:50 -05:00
Monitor power and shut down if voltage gets below limit in webform
W1CDN commented on pull request W1CDN/vulpes#48 2023-09-16 19:19:08 -05:00
Hide elements on webform until they are needed

Frustrated with JS and leaving this for now.

W1CDN commented on pull request W1CDN/vulpes#48 2023-09-16 17:06:23 -05:00
Hide elements on webform until they are needed

I am close, with some hacky JS, but since the hidden stuff is only hidden/changed when the selection changes, on page reload it hides the hidden stuff again.

W1CDN created pull request W1CDN/vulpes#48 2023-09-16 17:05:27 -05:00
Make webform prettier and better