amc2020:group_n:ds3231rtc
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
amc2020:group_n:ds3231rtc [2020/07/29 11:44] – [4.3 Results] jonas001 | amc2020:group_n:ds3231rtc [2023/01/05 14:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | < | ||
+ | < | ||
+ | <a href=" | ||
+ | <span style=" | ||
+ | ↩ Back to the main page | ||
+ | </ | ||
+ | </a> | ||
+ | </ | ||
+ | </ | ||
+ | |||
====== DS3231 Real Time Clock ====== | ====== DS3231 Real Time Clock ====== | ||
Line 89: | Line 99: | ||
The sketch by Ralph Bacon only included setting and reading the time from the module and printing the result to the serial monitor. Most of this was used with only minor changes in this sketch. The implementation of the interrupt and the setting and clearing of alarm 1 was done by me. | The sketch by Ralph Bacon only included setting and reading the time from the module and printing the result to the serial monitor. Most of this was used with only minor changes in this sketch. The implementation of the interrupt and the setting and clearing of alarm 1 was done by me. | ||
+ | |||
+ | <WRAP center round info 100%> | ||
+ | For anyone interested, I also made my own library for the DS3231 RTC module. The library allows setting and reading the time as well as using alarm 1 and 2 and also allows to read and change the status and control registers. There are also functions included for directly printing the time and the register settings to the serial monitor for an easy setup. | ||
+ | |||
+ | The library can be downloaded as a zip file from {{ : | ||
+ | |||
+ | To understand what is done by the functions, I recommend checking the cpp file in the library folder and the [[https:// | ||
+ | </ | ||
+ | |||
==== 4.1 The Code ==== | ==== 4.1 The Code ==== | ||
Line 247: | Line 266: | ||
Serial.print(Year); | Serial.print(Year); | ||
Serial.print(" | Serial.print(" | ||
- | switch(Day){ | + | switch(Day){ |
case 1: | case 1: | ||
Serial.println(" | Serial.println(" | ||
Line 420: | Line 439: | ||
< | < | ||
- | | + | |
- | < | + | < |
- | <a href="https://wiki.eolab.de/ | + | <a href="javascript:self.scrollTo(0, |
- | Back to the top | + | <span style=" |
- | </ | + | Back to the top ⤴ |
- | </ | + | </ |
- | </ | + | |
+ | </ | ||
+ | </ | ||
</ | </ |
amc2020/group_n/ds3231rtc.1596015853.txt.gz · Last modified: 2023/01/05 14:38 (external edit)