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-09
Package Version: 1.0.0.2
Category: Timers (Real time clock)
Downloaded: 2393 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: 1453 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: 2623 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: 2187 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: 1625 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: 1509 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: 1098 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: 2344 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.
Author: Russell Kelly
Last Updated: 2012-01-22
Package Version: 1.0.0.0
Category: Timers (Real time clock)
Downloaded: 1679 times
Followed by: 1 user
License: MIT license
Download [3.90MB]This project builds a simple 8 bit function generator using 18F46k22. 32 Waveforms each containing 64 bytes per period. Maximum output frequency 1700 Hz. Input clock is required this can be from a 555 timer. Output is on portD. a simple DAC is required to convert back into analogue voltage, a simple R/2R resistor ladder will do.
Author: Ghanshyam Patel
Last Updated: 2012-01-22
Package Version: 1.1.0.0
Category: Communication
Downloaded: 1437 times
Followed by: 1 user
License: MIT license
Download [226.58KB]The project transmits an encoded sensor reading wireless using the UART module. The data sent can be unencrypted for a higher chance of the data being accepted or it can be XTEA encrypted.
The project uses PIC12F1822 and PIC12F1840 (code can be used interchangeably for both) for testing but the examples are only for PIC12F1840.