I got a Uno R4 wifi hoping to use it as a wireless datalogger... tracking the state of the digital inputs with a timestamp.
It appears to me that the RTC is so inaccurate that it is not going to be useful
I just read the topic "Can we fix the RTC?" there didn't seem to be a fix at that point.
Has there been any fixes since that thread?
I would be interested in connecting some sort of RTC on a chip to the R4, but I haven't been able to find anything that specifically shows how to do that... I really am not interested in any programming to try to make up for the clock's accuracy.
thank you
Realolman
I used THIS one ... it has both the quartz for the main MCU clock and the quartz for the RTC at a very affordable cost. I loaded the Arduino UNO R4 MINIMA bootloader onto it and, with just a few instructions, activated the two clocks with their respective crystals.
It is also quite easy to write a 'variant' to use all the pins it provides.
I'm disappointed to see that there is no fix... It's not like I spent much money on it, but not being able to keep reasonably accurate time on a microprocessor is not something I saw coming... I could get NTP time I guess, but I didn't want to.
I bought it strictly for the wifi. I'd a traded the LED matrix for RTC.