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?
Ds3231 Not updating RTC on LCD
-
- Posts: 74
- http://meble-kuchenne.info.pl
- Joined: Thu Jun 16, 2022 6:16 pm
- Has thanked: 118 times
- Been thanked: 13 times
-
- 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
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,
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