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: Robinson Velasquez
Last Updated: 2013-03-13
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 7754 times
Followed by: 2 users
License: MIT license
Download [114.55KB]This program displays the distance measured by the sensor HC SR04 on Display 2x16.
Includes MikroC files and details in the .c file.
* RA1 is TRIGGER
*It uses a 16F877A with HS 12MHz, but in MikroC config is necesary set HS 4MHz.
It works perfect if the connection is good.
//Read coments in C code for connection.
Author: Robinson Velasquez
Last Updated: 2013-03-13
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 1112 times
Followed by: 1 user
License: MIT license
Download [958.46KB]This is a project based on the MMA7260 accelerometer that sends the data to the computer with RS232 protocol.
Includes simulation in ISIS, files in excel, labview 2010 serial read virtual instrument, datasheet and MikroC for the PIC16F877A files.
Author: NART SCHINACKOW
Last Updated: 2013-03-13
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 753 times
Followed by: 2 users
License: MIT license
Download [1.72KB]This library contains useful functions and methods for performing 3D, 2d vector calculations.
check the math library and include the Vector.h into your source code
Author: Val Gretchev
Last Updated: 2013-03-13
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: GPS
Downloaded: 1128 times
Followed by: 3 users
License: MIT license
Download [1.17MB]The simplest way to test a GPS click board is to connect it to a PC by means of the built-in USB port. This program, written for Delphi 7, can be used to monitor the click board output messages. Use Disable Auto Output to stop automatic transmissions; Verbose mode to interpret fields.
[learn more]Author: Istvan K
Last Updated: 2013-03-29
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 1671 times
Followed by: 2 users
License: MIT license
Download [163.14KB]They contain extremely simplified interface for
-- max 2 LCD (write-only 4bit mode, 6 pins),
-- max 2 LCD (using a HC595, 3 pins),
-- max 4 Sw-Uart (1, 2 or 3 pins, CTS handshake) .
Also some routines as Hex2out, Dec3out, CstrOut.
A separated library for using them via funcptr.
For now only for all PIC16 (PIC12). UPDATED.
Author: dany
Last Updated: 2015-01-26
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 4041 times
Followed by: 1 user
License: MIT license
Download [4.40MB]Package with "Expander" librarie(s). For now only 1 library is there: PCF8574(A). The documentation for the (SPI) expanders 74HCT165 (input expander) and 74HCT595 (output expander) is added.
[learn more]Author: Ghanshyam Patel
Last Updated: 2013-03-09
Package Version: 1.0.0.0
Category: Communication
Downloaded: 4160 times
Followed by: 1 user
License: MIT license
Download [149.12KB]A project to encode (remote) and decode (receiver) InfraRed signals using the NEC protocol. It uses the Timer1 Gate function to continually capture the signal to reduce software load and gives it a fast response. The idea is to reverse polarity on the Timer1 Gate capture as soon as it interrupts so it can capture both the high & low signals.
[learn more]Author: Pavol alias LQd
Last Updated: 2013-03-09
Package Version: 1.0.0.0
Category: Storage
Downloaded: 673 times
Followed by: 1 user
License: MIT license
Download [3.03KB]Simple ready to use implementation of FirstIn-FrstOut type buffer for general use. Size can be easily adjusted as well as type of stored data. Current depth signalization available. Perfect for interrupt-driven receiving...
Written in mB for AVR but no AVR speciffics used, just pure basic.
Author: Pavol alias LQd
Last Updated: 2013-03-08
Package Version: 1.0.0.0
Category: LCD
Downloaded: 993 times
Followed by: 1 user
License: MIT license
Download [5.10KB]Library for driving HD44780 in 8bit mode, purpose was to achieve maximal possible speed and library is optimized for this. May be you will need to tweak some waiting routines based on clock frequency of uP and used controller, some of them may not meet datasheet specification.
[learn more]Author: Pavol alias LQd
Last Updated: 2013-03-08
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 711 times
Not followed.
License: MIT license
Download [4.34KB]Converts HEX strings to value, from single chars through bytes to words and longwords. Written in mB for AVR but no AVR specifics used, so it should be fully multi platform usable.
[learn more]