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: Segun Ilori
Last Updated: 2014-04-23
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 1783 times
Followed by: 2 users
License: MIT license
Download [54.48KB]A PIC based Heart Rate Monitor that displays the heart rate of a person in beats per minute (BPM) on an LCD. The pulse sensor used may be strapped to a finger or clipped to the earlobe. https://www.sparkfun.com/products/11574
This code is a PIC port of the arduino code provided by manufacturer.
Author: Guenther Tomschik
Last Updated: 2014-03-26
Package Version: 1.0.0.0
Category: Development Systems
Downloaded: 857 times
Not followed.
License: MIT license
Download [3.59KB]I f you want to use the EasyPicV7 processor board from MikroElektronika (mikroe.com) in your project, this is what you need. Just add your peripherals with Eagle and startup. This board also provides some peripherals like ethernet and oscillators. You can easily start at this point with your work and save time. Connect it with pin headers.
[learn more]Author: Agent Wolfz
Last Updated: 2014-03-26
Package Version: 1.0.0.0
Category: Communication
Downloaded: 537 times
Followed by: 1 user
License: MIT license
Download [1.66MB]interrupt traffic light using UART
project for police and ambulance to be prioritize in a 4 lane road.
Author: Agent Wolfz
Last Updated: 2014-03-26
Package Version: 1.0.0.0
Category: Communication
Downloaded: 774 times
Followed by: 1 user
License: MIT license
Download [1.42MB]simulator for power plant . monitor line 1 and line 2 of transmission line , control station and substation power using relay.
16f887 IC , LCD, pull up and pull dow resistor, buttons, relay, ULN2003 IC, UART
Author: Agent Wolfz
Last Updated: 2014-03-26
Package Version: 1.0.0.0
Category: Communication
Downloaded: 548 times
Followed by: 1 user
License: MIT license
Download [1.45MB]automatic takeoff and landing using microcontroller
16F887, serial port, UART,LCD,
Author: hoseinAli J
Last Updated: 2014-03-25
Package Version: 1.0.0.0
Category: Communication
Downloaded: 693 times
Not followed.
License: MIT license
Download [322.86KB]networking up to 1023 Slave with One Master Controller
SPI communicating
AVR ATMEGA+CodeVision
Author: Vladimir Djukovic
Last Updated: 2014-05-20
Package Version: 1.0.0.0
Category: Timers (Real time clock)
Downloaded: 1549 times
Followed by: 1 user
License: MIT license
Download [511.57KB]An timer application with four independent programmable outputs each one with eight ON/OFF programs on daily basis (0-24h). Fully supported via an character LCD interface gives a comfort of setting the desired program. Additional usefull settings implemented also.
[learn more]Author: Alex Monte
Last Updated: 2014-03-20
Package Version: 1.0.0.0
Category: Timers (Real time clock)
Downloaded: 856 times
Followed by: 1 user
License: MIT license
Download [23.42KB]TechRTOS is a very simple cooperative RTOS for PIC18. It has a timersystem and also containers such as list and hashmap. This is a beta version that seems to be working well, but if you find any bug please report it. Be careful with reentrancies and avoid using local non-static variables.
[learn more]Author: Stevan Tosic
Last Updated: 2014-03-17
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 1017 times
Not followed.
License: MIT license
Download [51.80KB]State machine programming style and task functions are used to implement tasks running through their states. There are versions of code with or without timer interrupt (Multitasking.c and MultitaskingNoInterrupts.c). Code is portable to any uC.
[learn more]Author: levon bragg
Last Updated: 2014-03-14
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Other Codes
Downloaded: 1381 times
Followed by: 1 user
License: MIT license
Download [1.33KB]This is a simple bit of code that allows you to scan the I2C bus for devices that exist.
The MikroC I2C functions will not time out and will wait forever for a response.
These functions will timeout if no response and move to the next address...