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: Code Pleb
Last Updated: 2012-01-20
Package Version: 1.0.0.0
Category: Gaming and Fun
Downloaded: 1166 times
Not followed.
License: MIT license
Download [208.78KB]USB HID 'joystick' type of project providing three 'control knobs' via three optical quadrature encoders.
[learn more]Author: Alberto Trasimeni
Last Updated: 2012-01-19
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 1413 times
Followed by: 1 user
License: MIT license
Download [304.82KB]Example of interfacing using I2C and Soft_I2C of the PCA 9555.(IO_Expander)
[learn more]Author: Do-wan Kim
Last Updated: 2012-01-17
Package Version: 1.0.0.0
Category: Communication
Downloaded: 1588 times
Followed by: 1 user
License: MIT license
Download [1.36KB]Author: Patrick FLOCHE
Last Updated: 2012-01-17
Package Version: 1.0.0.1
Category: Timers (Real time clock)
Downloaded: 919 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: 2336 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: 1577 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: 1745 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: 4299 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: 2318 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: 2090 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.