Naguissa

Results 23 comments of Naguissa

Hello, Alarms are triggered in a certain time, not X seconds/minutes after setting. Being so, if you uncommented rtc.set line it just sets RTC time to 0 seconds. As the...

You can see alarm definitions on documentation, just here: https://naguissa.github.io/uRTCLib_doc_and_extras/uRTCLib_8h.html#a341fa3e12a7215c3350747e3e6bcb7ae

Yes, you understood it perfectly. From README: Important notes Check .h file to see all constants and per-model limitations Alarm pin is normaly HIGH and turns LOW when active. When...

Alarm and SQWG (SQuare Wave Generator) uses same pin, so even internally to RTC they are mutually excludent. On microcontroller, low must be only a pulse. On RTC ut should...

Could you attach whole file? 1st thoughts: - May it miss one "rtc.refresh();" on top? - I think you still have the "rtc.set" line, because it shows same date/time on...

Check RTC's battery. It should start as LIR. A lot of vendors sell them without rechargable battery (regular battery or not battery at all). Even if it seems correct it's...

Does it print any of: [RTC] - Battery activated. or [RTC] - Battery activation failed.

I was observing this feature and I want to suggest this: 1) Add a config option on ACP. Can be done also with mentioned config file. 2) https://github.com/tas2580/seourls/blob/master/event/base.php#L54 Change to:...

Hello, Form my LOCAL server (still making tests on local) I had to remove extra "break" at the en of lines: ``` location / { # First attempt to serve...

Oh! The issue I has having was to download PHP code files instead execute them!