Activity › Forums › General Discussion › RTC Controllino Maxi
-
Hello All,
I am using Controllino Maxi and i am using Rtc program as mentioned in Tutorial. i am trying to update time with Keypad Shield but RTC is not updating.
Could anybody help me in this regard.
Thanks and Regards
Ashish
-
Hello Ashish,
and is the problem in RTC itself or the interaction with the Keypad Shield?
Is the RTC OK when you use CONTROLLINO example sketch?
Maybe you can share more details … how it is connected, your test sketch etc.
Thanks,
Lukas
-
Hello Lukas,
I’m using RTC example sketch but whenever i am checking its output at Serial Monitor, my Controllino is printing my Computer time rather printing the time i defined in “
Controllino_SetTimeDate(21,2,09,21,15,41,00);
“
Thanks and regards
Ashish
-
Hi Ashish,
you should comment out or delete this line of code in our example sketch
Controllino_SetTimeDateStrings(__DATE__, __TIME__); /* set compilation time to the RTC chip */
-
Hello Lukas,
Thank you so much for your response. i have solved out this problem but my RTC has a different problem because i am using SD card Module, which Interfering with inbuilt RTC.
i checked it and when i remove MOSI pin cable my RTC works fine but the moment i connect SD card module MOSI again, its start showing 45/45/165.
Can i solve this problem??
-
Hi Ashish,
it seems that your SD card module does not use chip select (CS) signal at all, or you are not handling the SD card CS properly in your sketch.
Good luck!
Lukas
-
-
-
-
-
Hello. I had the same problem, but thanks to you, everything has been fixed
- This reply was modified 3 years ago by avalouznan.
- This reply was modified 3 years ago by avalouznan.
Log in to reply.