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 (55706 times)
  4. USB Device Library (45992 times)
  5. Network WiFi Library (41639 times)
  6. FT800 Library (40782 times)
  7. GSM click (28788 times)
  8. PID Library (26331 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]

Categories

Compilers

Architecture

Sort By

Category: Timers (Real time clock)

first | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 last
Project

Make frequencies with PIC 16 or 18 in real decimal Hz, 0.0001 Hz to 50000.0000 Hz

Rating:

5

Author: Roman Black

Last Updated: 2012-09-15

Package Version: 1.0.0.0

Category: Timers (Real time clock)

Downloaded: 2100 times

Followed by: 1 user

License: MIT license

Download [6.84KB]

Description

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

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Project

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

Rating:

5

Author: Roman Black

Last Updated: 2012-09-15

Package Version: 1.0.0.0

Category: Timers (Real time clock)

Downloaded: 1388 times

Not followed.

License: MIT license

Download [6.84KB]

Description

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]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Project

Big LED Clock

Rating:

0

Author: Russell Kelly

Last Updated: 2012-09-02

Package Version: 1.0.0.0

Category: Timers (Real time clock)

Downloaded: 1659 times

Followed by: 1 user

License: MIT license

Download [2.09MB]

Description

This project is for a mains powered 24 hour giant LED clock

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Example

Microchip MCP7940N RTC example

Rating:

0

Author: Larry Reisinger

Last Updated: 2012-06-28

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Timers (Real time clock)

Downloaded: 1916 times

Not followed.

License: MIT license

Download [1.25KB]

Description

This is too small to bother with a library, these are just some snippets of code that have been tested with a Microchip MCP7940N RTC.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Library

PIC24F Timer modules with callback support

Rating:

0

Author: Anton Rieckert

Last Updated: 2012-04-13

Package Version: 1.0.0.0

Category: Timers (Real time clock)

Downloaded: 819 times

Followed by: 1 user

License: MIT license

Download [5.33KB]

Description

This library makes it easier to work with the build in timer modules of the PIC24F range. There are 2 units you can include in your source code. The initialisation function takes 2 parameters, the interval in milliseconds and the callback function that should be executed.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Example

Configuring the TIM1 peripheral to generate 6 Steps

Rating:

0

Author: Mohsen Rahmani

Last Updated: 2012-02-25

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Timers (Real time clock)

Downloaded: 1188 times

Not followed.

License: MIT license

Download [144.85KB]

Description

This example shows how to configure the STM32 TIM1 peripheral to generate 6 Steps in Keil. پروژه الکترونیک

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Project

PIC16F887 and PCF8563

Rating:

0

Author: Alberto Trasimeni

Last Updated: 2012-02-09

Package Version: 1.0.0.2

Category: Timers (Real time clock)

Downloaded: 2369 times

Not followed.

License: MIT license

Download [1013.16KB]

Description

Interfacing PIC16F887 with PCF8563 read and write registers randomly

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Project

RTCC project for PIC24

Rating:

5

Author: Gerrit

Last Updated: 2012-02-12

Package Version: 1.0.0.0

Category: Timers (Real time clock)

Downloaded: 1603 times

Followed by: 1 user

License: MIT license

Download [65.52KB]

Description

Running Real time clock for LV24-33 board.
Always starts at a predefined date in the source.
No mikroE libraries needed !
(12-02-12) Update : replaced with a rar file containing the project.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Project

PIC Chip Based Function Generator [Function Generator mkI]

Rating:

0

Author: Russell Kelly

Last Updated: 2012-01-22

Package Version: 1.0.0.0

Category: Timers (Real time clock)

Downloaded: 1659 times

Followed by: 1 user

License: MIT license

Download [3.90MB]

Description

This project builds a simple 8 bit function generator using 18F46k22. 32 Waveforms each containing 64 bytes per period. Maximum output frequency 1700 Hz. Input clock is required this can be from a 555 timer. Output is on portD. a simple DAC is required to convert back into analogue voltage, a simple R/2R resistor ladder will do.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Project

RTC with MSF and manual update

Rating:

0

Author: Patrick FLOCHE

Last Updated: 2012-01-17

Package Version: 1.0.0.1

Category: Timers (Real time clock)

Downloaded: 906 times

Followed by: 1 user

License: MIT license

Download [89.63KB]

Description

This code use 'EasyPIC6 board' with PIC16F887 and LCD + 'RTC2 board' + 'MSF receiver' Is a RTC with MSF 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 MSF signal.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
first | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 last