User Tools

Site Tools


amc2020:group_n:ds3231rtc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
amc2020:group_n:ds3231rtc [2020/07/29 11:44] – [4.3 Results] jonas001amc2020:group_n:ds3231rtc [2023/01/05 14:38] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +<html>
 +  <left>
 +    <a href="https://wiki.eolab.de/doku.php?id=amc2020:group_n:start"; onmouseover="style.color='green'";>
 +      <span style="color:#2E71B8"; onmouseover="style.color='green'"; onmouseout="style.color='#2E71B8'";>
 +        &#8617 Back to the main page
 +      </span>
 +    </a>
 +  </left>
 +</html>
 +
 ====== 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 {{ :amc2020:group_n:ds3231lib.zip |here}}. 
 +
 +To understand what is done by the functions, I recommend checking the cpp file in the library folder and the [[https://datasheets.maximintegrated.com/en/ds/DS3231.pdf|DS3231 Datasheet]]. Example sketches will soon be included as well.
 +</WRAP>
 +
 ==== 4.1 The Code ==== ==== 4.1 The Code ====
  
Line 247: Line 266:
   Serial.print(Year);   Serial.print(Year);
   Serial.print("   Day of the week: ");   Serial.print("   Day of the week: ");
-  switch(Day){                                    //37+  switch(Day){                                    
     case 1:     case 1:
       Serial.println("Monday");       Serial.println("Monday");
Line 420: Line 439:
  
 <html> <html>
-    <center> +  <center> 
-        <span> +    <span> 
-            <a href="https://wiki.eolab.de/doku.php?id=amc2020:group_n:ds3231rtc#ds3231_real_time_clock"> +    <a href="javascript:self.scrollTo(0,0)"; onmouseover="style.color='green'";> 
-                Back to the top +      <span style="color:#2E71B8"; onmouseover="style.color='green'"; onmouseout="style.color='#2E71B8'";
-            </a> +        Back to the top &#10548 
-        </span> +      </span> 
-    </center>+    </a> 
 +    </span> 
 +  </center>
 </html> </html>
amc2020/group_n/ds3231rtc.1596015853.txt.gz · Last modified: 2023/01/05 14:38 (external edit)