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]
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]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]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]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]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]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.
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]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
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]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]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]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
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]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.
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] 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).
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]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]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.