From a6e7be9d870910a6f849c2d5918b03fb480bdc3e Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Thu, 6 Jun 2019 22:32:07 -0300 Subject: [PATCH] Updated DS3231 External RTC (markdown) --- DS3231---External-RTC.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/DS3231---External-RTC.md b/DS3231---External-RTC.md index a27a5469..7bc66fa1 100644 --- a/DS3231---External-RTC.md +++ b/DS3231---External-RTC.md @@ -41,8 +41,4 @@ In the Configuration -> Configure Module page, select the following: ### Testing Make sure that the time is correct even when you not have internet connection. -You also can see in the LOG that we read or write the time from and to the DS3231 - -### Note on DS1307 - -DS1307 is also compatible with DS3231. The only difference is that it requires 5V at VCC to work instead of 3.3V of DS3231 and is not as precise. The SDA and SCL pins can be connected directly to your ESP8266 device. The address for DS1307 is 0x50 but to be sure in your case do a I2CSCAN from the Tasmota Console. \ No newline at end of file +You also can see in the LOG that we read or write the time from and to the DS3231 \ No newline at end of file