Rtc icon indicating copy to clipboard operation
Rtc copied to clipboard

Arduino Library for RTCs, Ds1302, Ds1307, Ds3231, Ds3232, Ds3234 and Pcf8563/BM8563 with deep support. Please refer to the Wiki for more details. Please use the Github Discussions to ask questions as...

Results 9 Rtc issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Often, users are calling rtc.SetDateTime( number ) where number is a unix/EPOCH time value which will set the datetime incorrectly....

enhancement
pending

**Describe the bug** Your commented example is "Sat, 06 Dec 2009 12:34:56 GMT", which is RFC1123. ISO8601 (which has many formats) would be more like "2009-12-06T12:34:56" or "2009-12-06T12:34:56+00:00" or "2009-12-06T12:34:56Z"....

Apologies if this is off-topic, but this appears to be an extensive, well-maintained library for configuring the DS3231. I have dabbled in Arduino, but not since the **Uno** was a...

Ability to chandge date/time in RtcDateTime

Basically a DS3231 with added memory access methods

enhancement

Do you have Democode that use your RTC + Timezone Lib from Christianson? I have try to combine them but arduino crash after setSyncProvider(Rtc.GetDateTime()); (RTCDemo from timezone + yourds3231simple) I...

**Describe the bug** IsDateTimeValid() causes a warning about ambiguous declaration. See below for error output. This can be seen with the DS3231_Simple.ino example script. ``` In file included from C:\Users\brian\AppData\Local\Temp\.arduinoIDE-unsaved2023730-15568-u5zvlf.mrk2s\DS3231_Simple\DS3231_Simple.ino:18:0:...

external

**Describe the bug** Receive this warning when compile OnStepX under VSCode: In file included from .pio\libdeps\teensy41\RTC\src\RtcDateTime.cpp:29: .pio\libdeps\teensy41\RTC\src\RtcDateTime.h: In member function 'RtcDateTime RtcDateTime::operator+(int32_t) const': .pio\libdeps\teensy41\RTC\src\RtcDateTime.h:168:41: warning: comparison of integer expressions of...

bug
pending

Because this class uses dynamic memory allocation for the _alarms variable, the default copy constructor and assignment operators would cause copy of the reference only, not the data itself. **To...

enhancement
pending