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-15
Package Version: 1.0.0.1
Category: Timers (Real time clock)
Downloaded: 1593 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: 1755 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: 4310 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: 2328 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: 2093 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: 1427 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: 1323 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: 6076 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.
Author: Serge Tremblay
Last Updated: 2012-01-09
Package Version: 1.0.0.1
Category: Gaming and Fun
Downloaded: 1366 times
Not followed.
License: MIT license
Download [626.60KB]Classical Video Poker Game build for the PIC32MX4 and PIC32MX7 Boards.
Note: The file Cards.rar needs to be uncompressed on the root of an SD card. It contains all the .bmp needed to display the cards.
Edit 2012-01-09 Add a new version for the PIC32MX7 board. Use the older version for PIC32MX4.
Author: NART SCHINACKOW
Last Updated: 2012-01-08
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 2536 times
Not followed.
License: MIT license
Download [1.26KB]This is a simple structure based library for an ultrasonic range finder, all you need to do is copy the two files your project and include the "DistanceLib.h" in your main code.
The module could be found at : http://www.futurlec.com/Distance_Sensors.shtml