TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (387 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (120 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 (140168 times)
  2. FAT32 Library (72621 times)
  3. Network Ethernet Library (57641 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: All codes

first | 483 | 484 | 485 | 486 | 487 | 488 | 489 | 490 | 491 last
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: 926 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
Example

Digital Low Pass Filtering - or how to add more bits of resolution to an ADC!

Rating:

5

Author: stevencovert

Last Updated: 2012-01-17

Package Version: 1.0.0.1

Example: 1.0.0.0

Category: Measurement

Downloaded: 2345 times

Not followed.

License: MIT license

Download [233.10KB]

Description

This algorithm uses a weighted averaging approach to filter or "smooth" DC steady state or slowly changing levels. It has an exponential component, so the trade-off is TIME. This algorithm is adapted from an article in EDN Times Magazine May25, 2006.

[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 DCF77 and manual update

Rating:

0

Author: Patrick FLOCHE

Last Updated: 2012-01-15

Package Version: 1.0.0.1

Category: Timers (Real time clock)

Downloaded: 1589 times

Followed by: 1 user

License: MIT license

Download [86.76KB]

Description

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]

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

Digital Thermometer using PIC 16F1827

Rating:

0

Author: Russell Kelly

Last Updated: 2012-01-14

Package Version: 1.0.0.0

Category: Measurement

Downloaded: 1752 times

Followed by: 1 user

License: MIT license

Download [2.04MB]

Description

This project is for the design of a Digital Thermometer using the following
PIC 16F1827
MCP9700 Analog thermometer IC (by Microchip)
4x 7Segment LED Display Units (note 2nd segment needs to have decimal place connected to vdd)
MCP627 dual op-amp IC (by Microchip)

Supplied is an instruction manual, project files and .HEX file

[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

Temperature and Humidity measurement with DHT11 sensor

Rating:

0

Author: Rajendra Bhatt

Last Updated: 2012-01-14

Package Version: 1.0.0.0

Category: Measurement

Downloaded: 4308 times

Followed by: 2 users

License: MIT license

Download [219.34KB]

Description

DHT11 is the most inexpensive sensor for hobbyists purpose to measure relative humidity and temperature in parallel. This project demonstrate how to implement DHT11 1-wire proprietary protocol in the firmware of PIC microcontroller using mikroC Pro for PIC compiler.

[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

CAN HID Servo Motor Control Application

Rating:

6

Author: Peter Erasmus

Last Updated: 2012-01-12

Package Version: 1.0.0.0

Category: Motor Control

Downloaded: 2325 times

Followed by: 2 users

License: MIT license

Download [1.49MB]

Description

This application controls a PMSM /BLDC Servo Motor over CAN bus from a PC over HID USB
as used in Industrial Applications.
Shows also CAN communication for PIC18 and dsPIC33

[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

RS232 Interrupt driven command based interface

Rating:

5

Author: stevencovert

Last Updated: 2012-01-17

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Internal MCU modules

Downloaded: 2092 times

Followed by: 1 user

License: MIT license

Download [176.76KB]

Description

Example of setting up and decoding a command based interface - e.g.
sending 'ADC?' returns it's value. Can easily be adapted to any ASCII based interface you wish. The UART.C file decodes the command, determines if it is SET or GET (setting or getting the value) and implements it.

[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

Block memory move to/from EEPROM

Rating:

5

Author: stevencovert

Last Updated: 2012-01-17

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Internal MCU modules

Downloaded: 1426 times

Followed by: 1 user

License: MIT license

Download [39.31KB]

Description

This was my solution to storing data in EEPROM at specific
memory locations, and having to break up LONGs,INTs, etc.;
only to remap everything when I added another value to store.
Example code to move large amounts of memory to/from
EEPROM easily, using a ONE-BYTE at a time method (doesn't
work with FLASH if #bytes > sector).

[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
Visual TFT/GLCD Project

Image slider for PIC32MX7

Rating:

0

Author: HAZEM I.K

Last Updated: 2012-01-11

Package Version: 1.0.0.0

Category: TFT

Downloaded: 1320 times

Followed by: 2 users

License: MIT license

Download [2.51MB]

Description

Image slider project for PIC32MX7

[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

LightHz click - Example

Rating:

5

Author: MIKROE

Last Updated: 2013-07-10

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Optical

Downloaded: 6068 times

Followed by: 2 users

License: MIT license

Download [1.00MB]

Description

This project demonstrates working with TSL230RD.

Pulses from TSL230BR are counted using RB0/INT interrupt on rising edge on pin RB0 of PIC18F45K22 MCU. Timer1 generates interrupt after 1/4 second for calculating frequency.

[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 | 483 | 484 | 485 | 486 | 487 | 488 | 489 | 490 | 491 last