RTCZero icon indicating copy to clipboard operation
RTCZero copied to clipboard

RTC Library for SAMD21 based boards

Results 36 RTCZero issues
Sort by recently updated
recently updated
newest added
trafficstars

This adds support for SAMD51 boards, both with and without crystal. Tested with: * Adafruit Feather M0 (SAMD21 w/crystal) * Adafruit ItsyBitsy M4 (SAMD51 crystalless) * SparkFun SAMD51 Thing Plus...

type: enhancement
topic: code

Add getAlarmEpoch() method : https://github.com/arduino-libraries/RTCZero/issues/60 Fix warning on compiling with oldTime.RTC_MODE2_CLOCK_Type::reg : https://github.com/arduino-libraries/RTCZero/issues/67

type: imperfection
type: enhancement
topic: code

Will the RTCZero library also work for the ARDUINO NANO RP2040 CONNECT Board ? If yes, when ?

Hi all, I encouter a bug when I try to use RTCZero library with a personnal board build with an atsmad21e18a and Vscode. In my setup I initialise my rtc...

Hi These functions are designed to do the same thing but the sleep() function has a number of advantages (e.g. disabling systick) which can cause issues ``` // RTCZero.cpp void...

type: enhancement

Any idea why it is not possible to use both libraries at the same time? #include #include void setup() { } void loop() { }

conclusion: declined

Hi I noticed that there is no 'getAlarmEpoch()' method. I have implemented in my own sketch but it may be worthwhile adding to the library. ``` uint32_t getAlarmEpoch() { struct...

type: enhancement

Could support be added to this library for the SAMD51 series of MCUs? Thanks in advance.

type: enhancement

Using the example [https://create.arduino.cc/editor/ballscrewbob/4aa164b5-3012-4361-a7ff-d6a48eadea90/preview](url) The time carries over but does not INCREMENT the date and reset the clock to zero. Also seen in the forum [https://forum.arduino.cc/index.php?topic=557099.new#new](url)

I work on MKR NB 1500. After I set it to deep sleep mode for 2 mins, the RTC will return a epoch time such as 946735255 after waking up...