mirror of https://github.com/arendst/Tasmota.git
Updated DS3231 External RTC (markdown)
parent
15a65c685f
commit
624deb0102
|
@ -41,4 +41,8 @@ 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
|
||||
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.
|
Loading…
Reference in New Issue