Closed ajoliveau closed 2 months ago
Hi @ajoliveau
sorry for a bit of a delayed reply, going to give a quick reply now but I'll test this further during next week if it's required.
Firstly, could you please try the 'dev' branch of the repository as the installed library?
And could you please try the entire Inkplate6 rtc simple sketch, just the way it is. Because that has a call to rtcGetData which I think might affect this. If in your sketch, try and call rtcGetData before rtcGetEpoch.
Hopefully that's a quick fix :) If not, we'll have a look at this.
-Rob
Hello !
I tried the dev
branch and I get the same output
With the dev branch I also tried the RTCSimple example and it prints "00:00:00 Sunday, 00/00/69" when first booting and whenever it refreshes (every 10 seconds ?)
Thank you for your answer !
Hi @ajoliveau
After consulting with my team, it has been pointed out that the initial e-Radionica Inkplate6 models with touchpads may not even have a RTC. Could you please send a photo of the back of your board?
-Rob
This is the board
Looking at the Crowdsupply page, it looks like they don't advertize a RTC :( So it's completely a user problem ! Sorry for wasting your time
Indeed this is the case. Happy we got to the bottom of it :)
Hope you'll have fun using Inkplate!
I have a problem with my e-radionica Inkplate 6. Whenever I set the RTC, if I try to get rtc data it returns nothing or invalid data.
The SimpleRTC example displays
00:00:00 Sunday, 00/00/69
Running this simple program :
always returns 1925740689 which is a date far in the future. I have a battery connected , but it's the same thing with the battery removed.
I actually had the exact same problem with another unit, I did an RMA for another reason thinking I didn't understand how that worked, so I doubt it's a hardware issue ?
How can I debug this ?
Thank you !