Ds3231 Not updating RTC on LCD

For general Flowcode discussion that does not belong in the other sections.
Post Reply
daddytims_tims
Posts: 74
http://meble-kuchenne.info.pl
Joined: Thu Jun 16, 2022 6:16 pm
Has thanked: 118 times
Been thanked: 13 times

Flowcode v10 Ds3231 Not updating RTC on LCD

Post by daddytims_tims »

hi everyone,

I would like to have some advice on this

Following up on an example from the Wiki
I am currently using the Ds3231 along with the esp32 Loin32_lite

I have notice in the FC software RTC is up today from my laptop.
It compiles "OK" as well Displaying Numbers

when complied to the Esp32 is doesn't give me the current Time on the LCD Display.

I connect the 4 wires

Ds3231 Channel 2

Vcc-Vcc
Gnd- Gnd
SDA- PA23
SCL-PA19

Please can Anyone tell me where I am going Wrong?
Attachments
20240730_123456.zip
(54.46 KiB) Downloaded 170 times

medelec35
Matrix Staff
Posts: 2086
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 644 times
Been thanked: 702 times

Re: Ds3231 Not updating RTC on LCD

Post by medelec35 »

Hello.
If using the RTC module for the first time then the time will not automatically be set.
That is something you need to do.
Here is one way,
Martin

Post Reply