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: Alberto Trasimeni
Last Updated: 2012-02-10
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 1886 times
Followed by: 1 user
License: MIT license
Download [613.99KB]Realization of a simple weather station with PIC16F887.
Sensors used SHT71 (Sensirion humidity), MPX4115(Motorola pressure), MCP9700 (Microchip temperature).
Simulation using Proteus 7.8 sp2.
Author: odun adeboye
Last Updated: 2012-08-10
Package Version: 1.0.0.0
Category: WiFi
Downloaded: 1876 times
Followed by: 1 user
License: MIT license
Download [184.46KB]using 315MHz RF ASK module to transmit and receive data without encoders and decoder.
[learn more]Author: Alberto Trasimeni
Last Updated: 2012-02-09
Package Version: 1.0.0.2
Category: Timers (Real time clock)
Downloaded: 2417 times
Not followed.
License: MIT license
Download [1013.16KB]Author: Alberto Trasimeni
Last Updated: 2012-02-08
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 1484 times
Followed by: 1 user
License: MIT license
Download [1.04MB]Interfacing with PIC16F887 using PCF8563 I2C Software.
Simulation using Proteus 7.8 SP2.
Author: Darko Jolic
Last Updated: 2012-02-08
Package Version: 1.0.0.0
Category: Ethernet
Downloaded: 2640 times
Not followed.
License: MIT license
Download [156.29KB]This project shows how you can remote control your device (in this case EasyPIC7 board), using your Android phone.
[learn more]Author: Peter Erasmus
Last Updated: 2012-02-03
Package Version: 1.0.0.0
Category: Motor Control
Downloaded: 2208 times
Followed by: 2 users
License: MIT license
Download [4.12MB]This Project demonstrate the implementation of Space Vector Modulation and Field weakening for PMSM motors.Phase Advance has the effect that the Maximum speed range of a motor can be much larger
This code also shows how to use Fractional Q15 library of mikro Compilers and how to use the dsp MAC built in library
Author: Gerrit
Last Updated: 2012-02-12
Package Version: 1.0.0.0
Category: Timers (Real time clock)
Downloaded: 1641 times
Followed by: 1 user
License: MIT license
Download [65.52KB]Running Real time clock for LV24-33 board.
Always starts at a predefined date in the source.
No mikroE libraries needed !
(12-02-12) Update : replaced with a rar file containing the project.
Author: Chris Peters
Last Updated: 2012-01-28
Package Version: 1.0.0.0
Category: Communication
Downloaded: 1532 times
Followed by: 1 user
License: MIT license
Download [42.04KB]project to control the sony dome camera's with VISCA protocol via rs232. Tested with brc300 en EVI-D70. Moving is done with a analog joystick potentiometer. Every direction has two speeds. Zooming is done with two buttons. There are two buttons for setting en recalling 2 possition presets.
Pic16F688 is uses with 8Mhz xtal.
Author: Francis Verhelst
Last Updated: 2012-01-23
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Internal MCU modules
Downloaded: 1116 times
Followed by: 3 users
License: MIT license
Download [52.05KB]A small program, to demonstrate use of watchdog on a pic 32.
At program start RTC is started + necessary inits.
It then goes in an endless loop, where the watchdog keeps microcontroller in sleep mode, until a second has passed. The routine then starts all over.
Has to be loaded with microprog. Don't use or combine with Mikrobootloader.
Author: Akın Ilıcalı
Last Updated: 2012-01-22
Package Version: 1.0.0.0
Category: Storage
Downloaded: 2377 times
Followed by: 1 user
License: MIT license
Download [680B]Instructions:
* Enable eeprom library from IDE
*Don't forget to include built_in.h;
Normally, you can read/write onyl a single byte to/from an address using the built-in MikroC Eprom functions. With this, you can write or read float, long and integers too.
Check out the functions in the header file.