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: Dine Chichara
Last Updated: 2013-05-24
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Measurement
Downloaded: 1290 times
Followed by: 1 user
License: MIT license
Download [87.14KB]Hi everyone. I would like to share my code here. This code is running successfully.
I use ultrasonic SRF04 from devantech to measure the distance. The result display in lcd 16x2.
Here is the code, may it help.
Author: MIKROE
Last Updated: 2024-10-31
Package Version: 2.1.0.16
mikroSDK Library: 2.0.0.0
Category: FM
Downloaded: 281 times
Not followed.
License: MIT license
Download [593.27KB]FM Click with it’s Si4703 IC is a complete FM radio tuner in the form of add-on board. It supports worldwide FM band (76 – 108 MHz).
[learn more]Author: Rajendra Bhatt
Last Updated: 2013-05-18
Package Version: 1.0.0.0
Category: Light control
Downloaded: 2471 times
Not followed.
License: MIT license
Download [73.27KB]This project is about constructing a mono-color LED matrix display board that consists 320 LEDs arranged in 8 rows and 40 columns. The heart of this project is PIC16F1847 microcontroller and the firmware is developed using mikroC Pro for PIC compiler.
[learn more]Author: Aleksandar Vukelic
Last Updated: 2013-05-17
Package Version: 1.0.1.0
Category: Other Codes
Downloaded: 1000 times
Followed by: 2 users
License: MIT license
Download [94.42KB]HexTool is a simple utility for generating and editing binary image files. BIN files are generated from HEX files according to Intel's "Hexadecimal Object File Format Specification". It can be used as a standalone application or from IDE of all mikroE compilers.
[learn more]Author: Aleksandar Vukelic
Last Updated: 2013-05-13
Package Version: 1.0.2.0
Category: Other Codes
Downloaded: 1875 times
Followed by: 3 users
License: MIT license
Download [272.84KB]BitCalc is an extension of Quick Converter tool found in IDE for mikroElektronika compilers. Apart from numeric conversion, it provides access to bitwise operations along with graphical representation and interaction with bits. It should be of great help to beginners but even more experienced users could find it useful.
[learn more]Author: MIKROE
Last Updated: 2013-06-25
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: TFT
Downloaded: 5481 times
Followed by: 3 users
License: MIT license
Download [815.59KB]This is a sample program which demonstrates the use of EVE click board. EVE click can be used to drive TFT with on board FT800 chip.
[learn more]Author: MIKROE
Last Updated: 2013-05-22
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: TFT
Downloaded: 3748 times
Followed by: 3 users
License: MIT license
Download [535.13KB]This is a sample program which demonstrates the use of EVE click board. EVE click can be used to drive TFT with on board FT800 chip.
[learn more]Author: Chris Jed
Last Updated: 2013-05-10
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Ethernet
Downloaded: 3627 times
Followed by: 1 user
License: MIT license
Download [1.45MB]Uses PIC18F45K22 and Serial Ethernet Board to communicate with an application in Visual Studio 2010. The application in Visual Studio 2010 uses Visual Basic. This project uses TCP to display a web-page on a browser and to display status of LEDs and ADC read in VS2010 app. UDP is used to display messages form both PIC18F45K22 and VS2010 app.
[learn more]Author: Jayanth Devarayanadurga
Last Updated: 2013-05-09
Package Version: 1.0.0.0
Category: Graphics & LCD
Downloaded: 2231 times
Followed by: 1 user
License: MIT license
Download [50.00KB]Author: Jayanth Devarayanadurga
Last Updated: 2013-05-09
Package Version: 1.0.0.0
Category: Graphics & LCD
Downloaded: 1863 times
Followed by: 2 users
License: MIT license
Download [153.41KB]I have modified the Serial LCD Code written by Rajendra Bhatt and have written a Serial LCD Code.
The functions is used like
Serial_LCD_Out(1,1,"Serial LCD");
Serial_LCD_Chr(2,1,'?');
Serial_LCD_Cmd(_LCD_CLEAR);