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: Aleksandar Vukelic
Last Updated: 2015-08-10
Package Version: 1.0.0.0
Category: TFT
Downloaded: 719 times
Followed by: 3 users
License: MIT license
Download [118.77KB]Author: dany
Last Updated: 2017-09-30
Package Version: 1.2.0.0
Category: Other Codes
Downloaded: 3148 times
Followed by: 3 users
License: MIT license
Download [8.56MB]Pre-emptive RTOS for PIC32, written (almost entirely) in mikroPascal/mikroBasic/mikroC.
The way of working is very easy to understand. The functionality is kept very limited with respect to other RTosses, to keep it simple.
The library code only consists of 1 .mpas file...
Author: MIKROE
Last Updated: 2015-08-07
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: WIFI
Downloaded: 1348 times
Not followed.
License: MIT license
Download [61.32KB]The WiFI4 click board carries SPWF01SA intelligent Wi-Fi modules represent a plug and play and standalone 802.11 b/g/n solution for easy integration of wireless Internet connectivity
The example demonstrates web server application - it reads button inputs from the development board and toggles LEDs from the web page .
Author: Ghassen Halleb
Last Updated: 2015-08-06
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 345 times
Followed by: 1 user
License: MIT license
Download [24.57KB]Example of how to use srf01 sensor with pic16f877 for that you need an extern electronic circuit with a schottky diode (BAT85) and a 47k resistor see this link:https://hackadaycom.files.wordpress.com/2015/01/1wireth.png?w=600&h=600
[learn more]Author: Badhusha Arabusha
Last Updated: 2015-08-05
Package Version: 2.0.0.0
Category: Measurement
Downloaded: 3210 times
Followed by: 2 users
License: MIT license
Download [223.25KB]This is a Proteus 8 Simulation for Interfacing PIC MCU with Flow sensor.Please Note that the output of Flow sensor will be pulses. As we cannot find a Proteus Library for Flow sensor, we replaced that with a Pulse Source of some Frequency. If you can design a sweep generator circuit for Flow sensor output, it will be very nice.
[learn more]Author: Roman Toropov
Last Updated: 2015-08-01
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Timers (Real time clock)
Downloaded: 1038 times
Followed by: 1 user
License: MIT license
Download [213.54KB]RTC DS3231 or DS1307 with EEPROM AT24CP32N
(the same code for both RTC ! )
LCD 16*2 with keyboard
MCU ATmega 128A or ATmega 128-16AU
Author: Arezki YOUYOU
Last Updated: 2016-05-18
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 1825 times
Followed by: 3 users
License: MIT license
Download [145.60KB]numeric PID or discrete-PID this library calculate the discrete-PID(proportional, integral, derivation)
[learn more]Author: MIKROE
Last Updated: 2015-07-31
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Motion
Downloaded: 1460 times
Followed by: 3 users
License: MIT license
Download [154.51KB]3D Motion click carries Microchip’s MM7150 9-axis sensor fusion motion module. It’s a complete self contained solution comprising a 3-axis accelerometer, a gyroscope, a magnetometer, and a SSC7150 motion coprocessor.
Example displays data acquired from the sensors on TFT display.
Author: Val Gretchev
Last Updated: 2015-07-28
Package Version: 1.0.0.0
Category: Graphics & LCD
Downloaded: 446 times
Followed by: 3 users
License: MIT license
Download [3.09MB]Sometimes you just need a long numeric LED display with up to 8 digits. This example provides manufacturing files to construct two PCBs. One with the appropriate driver circuits on a mikroBUS format board and the other with a row of LED modules that can be mounted remotely.
[learn more]Author: keedo
Last Updated: 2015-07-28
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 613 times
Followed by: 2 users
License: MIT license
Download [3.95KB] (1) 8 Bit Checksum -> modular sum
(2) 8 Bit CRC based on longitudinal parity check
(3) 16-bit CRC based on CCITT 16-bit xmodem implementation
(4) 32-bit CRC based on CCITT
(5) 32-bit CRC based on the development by Mark Adler