TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (405 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (133 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 (141384 times)
  2. FAT32 Library (74217 times)
  3. Network Ethernet Library (58785 times)
  4. USB Device Library (48854 times)
  5. Network WiFi Library (44580 times)
  6. FT800 Library (44154 times)
  7. GSM click (30889 times)
  8. mikroSDK (29748 times)
  9. PID Library (27373 times)
  10. microSD click (27312 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
Project

Internal RTCC for PIC32 with Weekday-Date-Time-Halfsecond - absolutely flickerfree

Rating:

0

Author: Hurtz Hurty

Last Updated: 2011-08-19

Package Version: 1.0.0.0

Category: Timers (Real time clock)

Downloaded: 2184 times

Followed by: 1 user

License: MIT license  

This little project shows how to:

=> Set Time & Date (with unlock procedure & starting up the sec.osc.)
=> Read Time & Date - Transform the BCD-coded values into a string
=> Print it on the TFT

It's loop-dependent and not driven by a Timer.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Internal RTCC for PIC32 with Weekday-Date-Time-Halfsecond - absolutely flickerfree" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Internal RTCC for PIC32 with Weekday-Date-Time-Halfsecond - absolutely flickerfree" changes.

Do you want to report abuse regarding "Internal RTCC for PIC32 with Weekday-Date-Time-Halfsecond - absolutely flickerfree".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroBasic PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

Blog currently doesn't exist!

RELATED CODES

millis Library

5

The millis Library calculate a time between tow instance in ms. It can be used like delay function, without blocking the CPU like the Delay_ms function

[Learn More]

PIC16F877A + LCD + DS1307 real time clock + DHT11 sensor

0

This example shows how to build a real time clock with relative humidity and temperature sensing using PIC16F877A microcontroller, DS1307 RTC and DHT11 sensor where all data are displayed on 20x4 LCD display. The compiler used is CCS C.

[Learn More]