The objective of this post is to explain how to configure the DS3231 to generate an alarm interrupt every second, using the ESP8266. Introduction The objective of this post is to explain how to configure the DS3231 to generate an alarm interrupt every second, using the ESP8266. The code for this tutorial is almost the …
ESP8266: DS3231 Alarm when seconds match
The objective of this post is to explain how to use the DS3231 Real Time Clock to trigger an alarm interruption when the time matches a specified value for the seconds. Introduction The objective of this post is to explain how to use the DS3231 Real Time Clock to trigger an alarm interruption when the …
ESP8266: DS3231 1Hz Square wave generator
The objective of this post is to explain how to use the square wave pin of the DS3231 to trigger interrupts with a period of 1 second in the ESP8266. Introduction The objective of this post is to explain how to use the square wave pin of the DS3231 to trigger interrupts with a period …
Continue reading "ESP8266: DS3231 1Hz Square wave generator"
ESP8266: Reading temperature with the DS3231 RTC
The objective of this post is to explain how get the internal temperature measurements of the DS3231 using an ESP8266 and an easy to use Arduino library. Introduction As stated in a previous post, the DS3231 uses temperature compensation to calibrate the adjustable capacitors of its resonance circuit, in order to maintain time and date with …
Continue reading "ESP8266: Reading temperature with the DS3231 RTC"
ESP8266: Connection to DS3231 RTC
How to connect the ESP8266 to a DS3231 Real Time Clock.
Real Time Clock: DS3231
The DS3231 is a real time clock from Maxim that allows us to measure time with a very good accuracy.