TOP Contributors

  1. MIKROE (2779 codes)
  2. Alcides Ramos (376 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (97 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 (139559 times)
  2. FAT32 Library (72041 times)
  3. Network Ethernet Library (57254 times)
  4. USB Device Library (47607 times)
  5. Network WiFi Library (43219 times)
  6. FT800 Library (42551 times)
  7. GSM click (29930 times)
  8. mikroSDK (28292 times)
  9. PID Library (26930 times)
  10. microSD click (26309 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
Library

DS1302 Library

Rating:

5

Author: Hugo Oliveira

Last Updated: 2016-02-25

Package Version: 1.0.0.0

Category: Timers (Real time clock)

Downloaded: 2155 times

Followed by: 3 users

License: MIT license  

Very comprehensive Library to deal with the DS1302 RTC chip.

Please read the help file provided in the package to learn about the functions.
Also available Example Project and Hardware connections.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "DS1302 Library" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "DS1302 Library" changes.

Do you want to report abuse regarding "DS1302 Library".

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

Library Blog

Blog currently doesn't exist!

RELATED CODES

Make frequencies with PIC 16 or 18 in real decimal Hz, 0.00001 Hz to 20000.00000 Hz

5

This is a very simple TMR2 interrupt that automatically makes frequencies from 0.00001 Hz to 20000.00000 hz in actual 0.00001 Hz steps, from ANY xtal value. Code is for PIC 16F628A, but should work on any PIC 16 of 18 using TMR2.

[Learn More]

Real Time Clock (RTC) with DS1302

0

This is a library demo of DS1302 RTC. The code is written with CCS PIC C compiler.

[Learn More]

RTC with DCF77 and manual update

0

This code use 'EasyPIC6 board' with PIC16F887 and LCD + 'RTC2 board' + 'DCF77 receiver' Is a RTC with DCF77 and manual update. In manual update, it calculate the day of the week. In manual update, you can set any date from year 1583 to 9999. It use interrup to decode DCF77 signal.

[Learn More]