Arduino mega2560 problem with DS3132 RTC

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

maxtisc
Posts: 110
Joined: Mon Dec 23, 2013 9:34 pm
Has thanked: 2 times
Been thanked: 9 times
Contact:

Re: Arduino mega2560 problem with DS3132 RTC

Post by maxtisc »

Hi Martin, I got the new DS3231 module and everything works perfectly, :D I have another question and I hope to present it clearly
in my code I called a variable "mese_STR" (month in string) that I use to send the number of the month to the Nextion type display, this was not shown but was always 0, (all other values dd, YY, hh, mm, ss are correct) changing only the name of the variable in "me_STR" the correct month number also appeared to me, this has already happened to me in other projects, what can it be?
thanks

mnf
Valued Contributor
Valued Contributor
Posts: 1188
Joined: Wed May 31, 2017 11:57 am
Has thanked: 70 times
Been thanked: 439 times
Contact:

Re: Arduino mega2560 problem with DS3132 RTC

Post by mnf »

I got the new DS3231 module and everything works perfectly
Good news - glad to hear it's up and running.

I can't imagine why changing the variable name would cause the change - if you change it back does it stop working again?

Martin

maxtisc
Posts: 110
Joined: Mon Dec 23, 2013 9:34 pm
Has thanked: 2 times
Been thanked: 9 times
Contact:

Re: Arduino mega2560 problem with DS3132 RTC

Post by maxtisc »

You return to display 0

Post Reply