TOP Contributors

  1. MIKROE (2642 codes)
  2. Alcides Ramos (347 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136220 times)
  2. FAT32 Library (69487 times)
  3. Network Ethernet Library (55705 times)
  4. USB Device Library (45991 times)
  5. Network WiFi Library (41639 times)
  6. FT800 Library (40781 times)
  7. GSM click (28788 times)
  8. PID Library (26330 times)
  9. mikroSDK (26053 times)
  10. microSD click (25140 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Example

DS3231 Real Time Clock and Calender with Temperature (I2C)

Rating:

4

Author: Segun Ilori

Last Updated: 2017-02-13

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Timers (Real time clock)

Downloaded: 4205 times

Followed by: 1 user

License: MIT license  

This example demonstrates real time clock and calender with temperature features of the DS3231. It communicates over the I2C interface.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "DS3231 Real Time Clock and Calender with Temperature (I2C)" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "DS3231 Real Time Clock and Calender with Temperature (I2C)" changes.

Do you want to report abuse regarding "DS3231 Real Time Clock and Calender with Temperature (I2C)".

  • Information
  • Comments (2)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Example Blog

Blog currently doesn't exist!

ALSO FROM THIS AUTHOR

PIC Heartrate Monitor

0

A PIC based Heart Rate Monitor that displays the heart rate of a person in beats per minute (BPM) on an LCD. The pulse sensor used may be strapped to a finger or clipped to the earlobe. https://www.sparkfun.com/products/11574 This code is a PIC port of the arduino code provided by manufacturer.

[Learn More]

Multiplexed USART (Microcontrollers with only one USART)

0

This example demonstrates how a PIC microcontroller with a single USART peripheral can be connected to up to three USART devices; say a GSM, GPS and maybe a raspberry PI. The USART ports are multiplexed using 74HC151 to the PIC RX pin and 74HC138. Hardware flow control can be used to control device communication.

[Learn More]