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: Richard Lowe
Last Updated: 2013-06-11
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 1200 times
Followed by: 3 users
License: MIT license
Download [11.31KB]Author: Aleksandar Vukelic
Last Updated: 2013-06-11
Package Version: 1.0.3.0
Category: Other Codes
Downloaded: 1305 times
Followed by: 3 users
License: MIT license
Download [129.57KB]Datasheet Manager is a simple tool for organizing MCU datasheets. It can work as a standalone application or as a tool from IDE of all mikroE compilers. It allows you to filter/view/download/delete datasheets for all MCU families supported by mikroE compilers.
[learn more]Author: Aleksandar Vukelic
Last Updated: 2013-06-26
Package Version: 1.0.0.0
Category: GPS
Downloaded: 7079 times
Followed by: 12 users
License: MIT license
Download [472.85KB]NMEA Library is designed to simplify communication with NMEA devices (GPS and other) over USART. It provides generic functions for extraction, validation and parsing of all NMEA sentences. The library uses very little ROM space and handles the NMEA protocol in memory efficient way. Examples for mC, mB and mP are included in the package.
[learn more]Author: FOURNET Olivier
Last Updated: 2013-06-09
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Measurement
Downloaded: 4316 times
Not followed.
License: MIT license
Download [171.92KB]1 Wire Read Serial Number and Temperature of DS18b20 or DS18s20
Ce code exemple et une correction et modification du code initial :
http://www.libstock.com/projects/view/690/1-wire-read-serial-number-and-temperature-ds18b20-or-ds18s20
Author: Petar Timotijević
Last Updated: 2013-06-08
Package Version: 6.0.0.0
Example: 1.0.0.0
Category: Power supply
Downloaded: 2341 times
Followed by: 1 user
License: MIT license
Download [1.74KB]Device purpose is to maintain alarm system 12V battery on float charge voltage.
When battery voltage reach or go above 13,80V charger is disconnected.
In : ADC 0-5V Out : LCD 0-18V
RA1 is ADC input. RC0 is output to control charger.
RC0 On <= 13,80V > RC0 Off
Author: Petar Timotijević
Last Updated: 2013-06-07
Package Version: 6.0.0.0
Example: 1.0.0.0
Category: Measurement
Downloaded: 2307 times
Followed by: 2 users
License: MIT license
Download [185.89KB]1-Wire Read Serial Number and Temperature DS18B20 or DS18S20
Development Board : EasyPIC 7
Microntroller : PIC18F45K22 32MHz (can be other)
Sensors : DS18B20, DS18S20
Code recognize type of sensor and print sensor name and unique serial number with temperature on 2x16 LCD.
Tested & Works 100%
Author: Petar Timotijević
Last Updated: 2013-06-07
Package Version: 6.0.0.0
Example: 1.0.0.0
Category: Measurement
Downloaded: 2153 times
Followed by: 1 user
License: MIT license
Download [1.39MB]ADC Input: 0-5V Output 2x16 LCD: 0-5V
ADC Input: 0-5V Output 2x16 LCD: 0-20V
ADC Input: 0-5V Output 2x16 LCD: -25A 0 +25A
ADC Input: -10V 0 +10V Output 2x16 LCD: 0-5V
ADC Input: -2,5V 0 +2,5V Output 2x16 LCD: -2,5V 0 +2,5V
ADC Input: -20V 0 +20V Output 2x16 LCD: 0-5V
ADC Input: -5V 0 +5V Output 2x16 LCD: 0-5V
Author: MIKROE
Last Updated: 2013-06-06
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Communication
Downloaded: 2856 times
Not followed.
License: MIT license
Download [224.12KB]This PC application demonstrates how click USB adapter board can be used in combination with GSM click to send SMS directly from PC application to desired phone number. Next to simple SMSender you'll find AT terminal which gives you additional control over GSM module.
[learn more]Author: Greg Cain
Last Updated: 2013-06-05
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Storage
Downloaded: 1214 times
Followed by: 3 users
License: MIT license
Download [19.21KB]Starting with the initialization code from the Mikroe FAT32 Library demo example, this program calls FindFirst and FindNext to list files on an SD/MMC card. Tested on the EasyPIC Fusion V7 board with a PIC32 cpu,
[learn more]Author: Gabi M
Last Updated: 2013-05-31
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Internal MCU modules
Downloaded: 1328 times
Followed by: 4 users
License: MIT license
Download [5.65KB]A simple mikroBasic Pro for Pic32 example of using DMA channels 0 and 1 to process receiving of a certain number of bytes on UART 1 Rx then sending them back via UART 1 Tx.