kapyaar
kapyaar
Can you try detachInterrupt and reenable interrupt in the ISR, and see if that keeps it going?
If I do rtc_clock.set_clock(0, 0); then the year is printing as 2070 instead of 1970. I am using Arduino IDE 1.6.4.
I want to set unitTime (0). When I start the code, it will check to sync with time from the internet. If not reachable, I want to to set it...
I am playing with one of your example sketches Due_RTC_Simple_Sample_oneline_time_and_date.ino https://github.com/MarkusLange/Arduino-Due-RTC-Library/blob/master/examples/Due_RTC_Simple_Sample_oneline_time_and_date/Due_RTC_Simple_Sample_oneline_time_and_date.ino My tests void setup() { Serial.begin(115200); rtc_clock.init(); //rtc_clock.set_clock(**DATE**, **TIME**); //rtc_clock.set_clock(0,0); //rtc_clock.set_clock(946684799,0); rtc_clock.set_clock(946684800,0); } ## Avarachan On Sat, Jun 20,...
Downloaded the new lib, and tested (same as my previous post). rtc_clock.set_clock(0,0) still prints 2070.
Hi Marcus, You may like the timezone library by Christensen. this could make the library a whole lot more generic, as opposed to support for summertime for Germany only. :)...
Hello Joe, I am chipping in on this. I have a use case where a php application on AWS EC2 is using an RDS server. Due to the number of...
@pottertech Thanks for the info, This could come in handy. @mrjgreen We are using up IOPS because we have a large number of writes (See my question https://stackoverflow.com/questions/73347922/is-it-possible-to-collect-mysql-queries-from-independent-rest-api-requests-to-a). Query optimizations...
change your fiddle to have console.error('oops, something went wrong!'+ error); you will most likely find the error is DomException 18. This is likely because the canvas is considered tainted by...
I have been fooling around with this issue for a week now. I posted questions, talked to some experts, etc, and even posted a bounty on SO. :) If you...